Browse Source

Updated changelog and pubspec

Anatoly Pulyaevskiy 6 years ago
parent
commit
a0a6a5410e
2 changed files with 6 additions and 1 deletions
  1. 5
    0
      packages/zefyr/CHANGELOG.md
  2. 1
    1
      packages/zefyr/pubspec.yaml

+ 5
- 0
packages/zefyr/CHANGELOG.md View File

1
+## 0.1.2
2
+
3
+* Fixed analysis warnings
4
+* Handle user taps on padding area around the editor.
5
+
1
 ## 0.1.1
6
 ## 0.1.1
2
 
7
 
3
 * Fixed: Prevent sending excessive value updates to the native side
8
 * Fixed: Prevent sending excessive value updates to the native side

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

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