diff --git a/CHANGELOG.md b/CHANGELOG.md index de45d38e..be5c07b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [2.0.13] +* Improve the scrolling performance by reducing the repaint areas. + ## [2.0.12] * Fix the selection effect can't be seen as the textLine with background color. diff --git a/lib/src/translations/toolbar.i18n.dart b/lib/src/translations/toolbar.i18n.dart index a20abf36..4782c154 100644 --- a/lib/src/translations/toolbar.i18n.dart +++ b/lib/src/translations/toolbar.i18n.dart @@ -12,6 +12,15 @@ extension Localization on String { 'Please first select some text to transform into a link.': 'Please first select some text to transform into a link.', }, + 'ar': { + 'Paste a link': 'نسخ الرابط', + 'Ok': 'نعم', + 'Select Color': 'اختار اللون', + 'Gallery': 'الصور', + 'Link': 'الرابط', + 'Please first select some text to transform into a link.': + 'يرجى اختيار نص للتحويل إلى رابط', + }, 'de': { 'Paste a link': 'Link hinzufügen', 'Ok': 'Ok', diff --git a/pubspec.yaml b/pubspec.yaml index 86a17eb3..bb02d973 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: 2.0.12 +version: 2.0.13 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill