Update CHANGELOG.md and upgrade photo_view to ^0.11.0

pull/71/head
Xin Yao 4 years ago
parent 5446a73b86
commit 4992367933
  1. 170
      CHANGELOG.md
  2. 2
      app/pubspec.lock
  3. 4
      pubspec.yaml

@ -1,129 +1,131 @@
## [0.0.1] ## [1.0.4]
* Upgrade photo_view to ^0.11.0.
* Rich text editor based on Quill Delta. ## [1.0.3]
* Fix issue that text is not displayed while typing [WEB].
## [0.0.2] ## [1.0.2]
* Support image upload and launch url in read-only mode. * Update toolbar in sample home page.
## [0.0.3] ## [1.0.1]
* Update home page meta data. * Fix static analysis errors.
## [0.0.4] ## [1.0.0]
* Update example. * Support flutter 2.0.
## [0.0.5] ## [1.0.0-dev.2]
* Update example. * Improve link handling for tel, mailto and etc.
## [0.0.6] ## [1.0.0-dev.1]
* More toolbar functionality. * Upgrade prerelease SDK & Bump for master.
## [0.0.7] ## [0.3.5]
* Handle multiple image inserts. * Fix for cursor focus issues when keyboard is on.
## [0.0.8] ## [0.3.4]
* Fix launching url. * Improve link handling for tel, mailto and etc.
## [0.0.9] ## [0.3.3]
* Handle rgba color. * More fix on cursor focus issue when keyboard is on.
## [0.1.0] ## [0.3.2]
* Fix insert image. * Fix cursor focus issue when keyboard is on.
## [0.1.1] ## [0.3.1]
* Fix cursor issue when undo. * cursor focus when keyboard is on.
## [0.1.2] ## [0.3.0]
* Handle more text colors. * Line Height calculated based on font size.
## [0.1.3] ## [0.2.12]
* Handle cursor position change when undo/redo. * Support placeholder.
## [0.1.4] ## [0.2.11]
* Handle url with trailing spaces. * Fix static analysis error.
## [0.1.5] ## [0.2.10]
* Support text alignment. * Update TextInputConfiguration autocorrect to true in stable branch.
## [0.1.6] ## [0.2.9]
* Fix getExtentEndpointForSelection. * Update TextInputConfiguration autocorrect to true.
## [0.1.7] ## [0.2.8]
* Support checked/unchecked list. * Support display local image besides network image in stable branch.
## [0.1.8] ## [0.2.7]
* Support font and size attributes. * Support display local image besides network image.
## [0.2.0] ## [0.2.6]
* Add checked/unchecked list button in toolbar. * Fix cursor after pasting.
## [0.2.1] ## [0.2.5]
* Fix static analysis error. * Toggle text/background color button in toolbar.
## [0.2.2] ## [0.2.4]
* Update git repo. * Support the use of custom icon size in toolbar.
## [0.2.3] ## [0.2.3]
* Support custom styles and image on local device storage without uploading. * Support custom styles and image on local device storage without uploading.
## [0.2.4] ## [0.2.2]
* Support the use of custom icon size in toolbar. * Update git repo.
## [0.2.5] ## [0.2.1]
* Toggle text/background color button in toolbar. * Fix static analysis error.
## [0.2.6] ## [0.2.0]
* Fix cursor after pasting. * Add checked/unchecked list button in toolbar.
## [0.2.7] ## [0.1.8]
* Support display local image besides network image. * Support font and size attributes.
## [0.2.8] ## [0.1.7]
* Support display local image besides network image in stable branch. * Support checked/unchecked list.
## [0.2.9] ## [0.1.6]
* Update TextInputConfiguration autocorrect to true. * Fix getExtentEndpointForSelection.
## [0.2.10] ## [0.1.5]
* Update TextInputConfiguration autocorrect to true in stable branch. * Support text alignment.
## [0.2.11] ## [0.1.4]
* Fix static analysis error. * Handle url with trailing spaces.
## [0.2.12] ## [0.1.3]
* Support placeholder. * Handle cursor position change when undo/redo.
## [0.3.0] ## [0.1.2]
* Line Height calculated based on font size. * Handle more text colors.
## [0.3.1] ## [0.1.1]
* cursor focus when keyboard is on. * Fix cursor issue when undo.
## [0.3.2] ## [0.1.0]
* Fix cursor focus issue when keyboard is on. * Fix insert image.
## [0.3.3] ## [0.0.9]
* More fix on cursor focus issue when keyboard is on. * Handle rgba color.
## [0.3.4] ## [0.0.8]
* Improve link handling for tel, mailto and etc. * Fix launching url.
## [0.3.5] ## [0.0.7]
* Fix for cursor focus issues when keyboard is on. * Handle multiple image inserts.
## [1.0.0-dev.1] ## [0.0.6]
* Upgrade prerelease SDK & Bump for master. * More toolbar functionality.
## [1.0.0-dev.2] ## [0.0.5]
* Improve link handling for tel, mailto and etc. * Update example.
## [1.0.0] ## [0.0.4]
* Support flutter 2.0. * Update example.
## [1.0.1] ## [0.0.3]
* Fix static analysis errors. * Update home page meta data.
## [1.0.2] ## [0.0.2]
* Update toolbar in sample home page. * Support image upload and launch url in read-only mode.
## [1.0.3] ## [0.0.1]
* Fix issue that text is not displayed while typing [WEB]. * Rich text editor based on Quill Delta.

@ -145,7 +145,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "1.0.3" version: "1.0.4"
flutter_test: flutter_test:
dependency: "direct dev" dependency: "direct dev"
description: flutter description: flutter

@ -1,6 +1,6 @@
name: flutter_quill name: flutter_quill
description: One client and affiliated collaborator of Flutter Quill is Bullet Journal App. description: One client and affiliated collaborator of Flutter Quill is Bullet Journal App.
version: 1.0.3 version: 1.0.4
#author: bulletjournal #author: bulletjournal
homepage: https://bulletjournal.us/home/index.html homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill.git repository: https://github.com/singerdmx/flutter-quill.git
@ -18,7 +18,7 @@ dependencies:
url_launcher: ^6.0.0 url_launcher: ^6.0.0
flutter_colorpicker: ^0.3.5 flutter_colorpicker: ^0.3.5
image_picker: ^0.7.2 image_picker: ^0.7.2
photo_view: ^0.10.3 photo_view: ^0.11.0
universal_html: ^1.2.4 universal_html: ^1.2.4
file_picker: ^3.0.0 file_picker: ^3.0.0
string_validator: ^0.1.4 string_validator: ^0.1.4

Loading…
Cancel
Save