Browse Source

Bumped zefyr version to 0.2.0 due to breaking changes

Anatoly Pulyaevskiy 6 years ago
parent
commit
7e2ee57d07
2 changed files with 3 additions and 2 deletions
  1. 2
    1
      packages/zefyr/CHANGELOG.md
  2. 1
    1
      packages/zefyr/pubspec.yaml

+ 2
- 1
packages/zefyr/CHANGELOG.md View File

@@ -1,9 +1,10 @@
1
-## 0.1.3
1
+## 0.2.0
2 2
 
3 3
 * Breaking change: `ZefyrImageDelegate.createImageProvider` replaced with
4 4
   `ZefyrImageDelegate.buildImage`.
5 5
 * Fixed redundant updates on composing range for Android.
6 6
 * Added TextCapitalization.sentences
7
+* Added docs for embedding images.
7 8
 
8 9
 ## 0.1.2
9 10
 

+ 1
- 1
packages/zefyr/pubspec.yaml View File

@@ -1,6 +1,6 @@
1 1
 name: zefyr
2 2
 description: Clean, minimalistic and collaboration-ready rich text editor for Flutter.
3
-version: 0.1.3
3
+version: 0.2.0
4 4
 author: Anatoly Pulyaevskiy <anatoly.pulyaevskiy@gmail.com>
5 5
 homepage: https://github.com/memspace/zefyr
6 6