Release notes for 0.2.0 of flutter_quill_extensions (#1151)

pull/1157/head
Jon Salmon 2 years ago committed by GitHub
parent 2c0a21a638
commit 1fbf8da48b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      flutter_quill_extensions/CHANGELOG.md
  2. 2
      flutter_quill_extensions/pubspec.yaml

@ -1,3 +1,11 @@
## 0.2.0
* Allow widgets to override widget span properties [b7951b0](https://github.com/singerdmx/flutter-quill/commit/b7951b02c9086ea42e7aad6d78e6c9b0297562e5)
* Remove tuples [3e9452e](https://github.com/singerdmx/flutter-quill/commit/3e9452e675e8734ff50364c5f7b5d34088d5ff05)
* Remove transparent color of ImageVideoUtils dialog [74544bd](https://github.com/singerdmx/flutter-quill/commit/74544bd945a9d212ca1e8d6b3053dbecee22b720)
* Migrate to `youtube_player_flutter` from `youtube_player_flutter_quill`
* Updates to forumla button [5228f38](https://github.com/singerdmx/flutter-quill/commit/5228f389ba6f37d61d445cfe138c19fcf8766d71)
## 0.1.0
* Initial release

@ -1,6 +1,6 @@
name: flutter_quill_extensions
description: Embed extensions for flutter_quill including image, video, formula and etc.
version: 0.1.0
version: 0.2.0
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions

Loading…
Cancel
Save