Upgrade to 4.0.12

pull/741/head
X Code 3 years ago
parent 841c8cf486
commit dfc852e679
  1. 3
      CHANGELOG.md
  2. 2
      lib/src/translations/toolbar.i18n.dart
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
# [4.0.12]
* Add Persian(fa) language.
# [4.0.11]
* Fix cut selection error in multi-node line.

@ -368,7 +368,7 @@ extension Localization on String {
'Width': 'Bredde',
'Height': 'Høyde',
},
'fa': {
'fa': {
'Paste a link': 'جایگذاری لینک',
'Ok': 'اوکی',
'Select Color': 'انتخاب رنگ',

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

Loading…
Cancel
Save