|
@@ -11,6 +11,14 @@
|
11
|
11
|
* Breaking change: removed `ZefyrEditor.of` and `ZefyrEditableText.of` static methods.
|
12
|
12
|
Use `ZefyrScope.of` instead.
|
13
|
13
|
|
|
14
|
+## 0.4.0
|
|
15
|
+
|
|
16
|
+* Breaking change: upgraded `image_picker` to `^0.5.0` and `url_launcher` to `^5.0.0` which
|
|
17
|
+ requires migration to Android X. You must migrate your app in order to use this version.
|
|
18
|
+ For details on how to migrate see:
|
|
19
|
+ - https://flutter.io/docs/development/packages-and-plugins/androidx-compatibility
|
|
20
|
+ - https://developer.android.com/jetpack/androidx/migrate
|
|
21
|
+
|
14
|
22
|
## 0.3.1
|
15
|
23
|
|
16
|
24
|
- Fixed autofocus not being triggered when set to `true` for the first time.
|