Skip to content

Commit

Permalink
chore: update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
CatHood0 committed Jul 9, 2024
1 parent d587585 commit 1d12d4b
Show file tree
Hide file tree
Showing 3 changed files with 11 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.2.4

* Fix: font-size is parsed wrong by unsupported unit type
* Feat: added support for more unit types
* doc: added more general documentation

## 1.2.3

* doc(README): added more documentation about CustomHtmlPart
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ This is a Dart package that converts HTML input into Quill Delta format, which i
```html
<!--Text indent-->
<p style="padding: 10px">
<!--Containers-->
<div></div>
```

## Getting Started
Expand All @@ -66,7 +68,7 @@ Add the dependency to your pubspec.yaml:

```yaml
dependencies:
flutter_quill_delta_from_html: ^1.2.3
flutter_quill_delta_from_html: ^1.2.4
```
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 Delta format"
version: 1.2.3
version: 1.2.4
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 @@ -12,7 +12,7 @@ environment:
dependencies:
flutter:
sdk: flutter
dart_quill_delta: ^9.5.12
dart_quill_delta: ^9.5.13
html: ^0.15.4

dev_dependencies:
Expand Down

0 comments on commit 1d12d4b

Please sign in to comment.