Skip to content

Commit

Permalink
Chore: release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CatHood0 committed Sep 15, 2024
1 parent f78c697 commit 0fbe460
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.4.1

* Fix: header elements with children spans ignore the attributes that can be into its own spans
* Fix: removed unnecessary exception when unsupported color is detected
* Feat: added `blackNodesList` into `HtmlToDelta` class to ignore certain nodes

## 1.4.0

* feat: made text trimming optional by @raimkulovr in https://github.com/CatHood0/flutter_quill_delta_from_html/pull/7
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Add the dependency to your pubspec.yaml:

```yaml
dependencies:
flutter_quill_delta_from_html: ^1.4.0
flutter_quill_delta_from_html: ^1.4.1
```
Then, import the package and use it in your Flutter application:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_quill_delta_from_html
description: "Convert easily HTML inputs content to Quill Js Delta format"
version: 1.4.0
version: 1.4.1
homepage:
repository: https://github.com/CatHood0/flutter_quill_delta_from_html
issue_tracker: https://github.com/CatHood0/flutter_quill_delta_from_html/issues
Expand All @@ -10,7 +10,7 @@ environment:
flutter: ">=1.17.0"

dependencies:
dart_quill_delta: ^10.2.0
dart_quill_delta: ^10.6.0
html: ^0.15.4

dev_dependencies:
Expand Down

0 comments on commit 0fbe460

Please sign in to comment.