Skip to content

Commit

Permalink
Update changelog for 1.1.0 release (enhanced version initial release)
Browse files Browse the repository at this point in the history
  • Loading branch information
tneotia committed Feb 19, 2021
1 parent 74e57d0 commit 7bbee9d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.1.0] - 2021-02-19
* Switch webview dependency to `flutter_inappwebview`
* Remove localserver, instead get Summernote HTML directly from assets (improves performance and loading speeds)
* [BREAKING] Switch to `StatelessWidget`
* You no longer need a `GlobalKey` for the `HtmlEditorState`. All of the methods are static and can be called like so:
```dart
HtmlEditor.setEmpty();
```
* Fix deprecations and update dependencies

## Flutter HTML Editor changes by xrb21
## [1.0.1] - 2020-05-07
* Update Readme usage for iOS

Expand Down

0 comments on commit 7bbee9d

Please sign in to comment.