Merge branch 'master-upstream'

pull/494/head
Andriy Trubchanin 4 years ago
commit 5b42822822
  1. 3
      CHANGELOG.md
  2. 2
      lib/src/translations/toolbar.i18n.dart
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
## [2.0.22]
* Fix attribute compare and fix font size parsing.
## [2.0.21]
* Handle click on embed object.

@ -93,7 +93,7 @@ extension Localization on String {
'Gallery': 'Галерея',
'Link': 'Посилання',
'Please first select some text to transform into a link.':
'Виділіть текст для створення посилання.',
'Виділіть текст для створення посилання.',
},
};

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

Loading…
Cancel
Save