From f5f0c2d2d2f3ba52c28023edba76510b3cb6835d Mon Sep 17 00:00:00 2001 From: X Code Date: Sat, 25 Mar 2023 08:09:50 -0700 Subject: [PATCH] Upgrade to 7.0.2 --- CHANGELOG.md | 5 ++++- flutter_quill_extensions/pubspec.yaml | 2 +- lib/src/translations/toolbar.i18n.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa6238a1..da1b5685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 5abc6d38..937fa233 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -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 diff --git a/lib/src/translations/toolbar.i18n.dart b/lib/src/translations/toolbar.i18n.dart index 055daea5..2abcfb21 100644 --- a/lib/src/translations/toolbar.i18n.dart +++ b/lib/src/translations/toolbar.i18n.dart @@ -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', diff --git a/pubspec.yaml b/pubspec.yaml index 740a0696..06abf760 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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