Upgrade to 7.0.2

pull/1142/head
X Code 2 years ago
parent b7951b02c9
commit f5f0c2d2d2
  1. 5
      CHANGELOG.md
  2. 2
      flutter_quill_extensions/pubspec.yaml
  3. 2
      lib/src/translations/toolbar.i18n.dart
  4. 2
      pubspec.yaml

@ -1,5 +1,8 @@
# [7.0.2]
* Allow widgets to override widget span properties.
# [7.0.1]
* Update i18n_extension depedency to version 8.0.0
* Update i18n_extension dependency to version 8.0.0.
# [7.0.0]
* Breaking change: Tuples are no longer used. They have been replaced with a number of data classes.

@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter
flutter_quill: ^7.0.0
flutter_quill: ^7.0.2
image_picker: ^0.8.5+3
photo_view: ^0.14.0

@ -949,7 +949,7 @@ extension Localization on String {
'Zoom': 'Ingrandisci',
'Saved': 'Salvato',
'Text': 'Testo',
'What is entered is not a link':
'What is entered is not a link':
'Ciò che viene inserito non è un collegamento',
'Resize': 'Ridimensiona',
'Width': 'Larghezza',

@ -1,6 +1,6 @@
name: flutter_quill
description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
version: 7.0.1
version: 7.0.2
#author: bulletjournal
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill

Loading…
Cancel
Save