Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Mar 13, 2024
1 parent 8c11d46 commit fc5dbb5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/haxelib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
haxelib.json
README.md
LICENSE
CHANGELOG.md
if-no-files-found: error
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# markdown-openfl-textfield Changelog

## v1.0.3

- Skips adding a custom bullet to `<li>` tags in OpenFL versions that natively support bullets

## v1.0.2

- Fix null exception

## v1.0.1

- Fix missing quote in rendered error when exception is caught during Markdown parsing

## v1.0.0

- Initial release.
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"tags": ["markdown", "openfl", "textfield"],
"description": "Display markdown using the htmlText property of OpenFL's TextField class",
"version": "1.0.2",
"version": "1.0.3",
"releasenote": "Fix exception for nodes without children.",
"contributors": ["bowlerhat"],
"classPath": "src",
Expand Down

0 comments on commit fc5dbb5

Please sign in to comment.