|
|
|
|
1
|
# Release notes
|
1
|
# Release notes
|
2
|
|
2
|
|
3
|
-Current version of Zefyr editor is `0.7` ([changelog](./../packages/zefyr/CHANGELOG.md)).
|
|
|
|
|
3
|
+Current version of Zefyr editor is `0.7.0` ([changelog](./../packages/zefyr/CHANGELOG.md)).
|
4
|
|
4
|
|
5
|
-### 0.7
|
|
|
|
|
5
|
+### 0.7.0
|
6
|
|
6
|
|
7
|
__This is a breaking change release.__
|
7
|
__This is a breaking change release.__
|
8
|
|
8
|
|
|
|
|
|
16
|
|
16
|
|
17
|
Highlights of this release include:
|
17
|
Highlights of this release include:
|
18
|
|
18
|
|
19
|
-* Zefyr no longer depends on `image_picker` package. This introduced breaking
|
|
|
20
|
- changes described in the changelog.
|
|
|
21
|
-* Selection overlay has been refactored to enable customization work in
|
|
|
22
|
- follow up releases.
|
|
|
23
|
-* Zefyr now supports selection-only workflow via new `ZefyrMode` object which
|
|
|
24
|
- replaces previous `enabled` field (breaking change).
|
|
|
|
|
19
|
+* Zefyr no longer depends on `image_picker` package. This introduced breaking changes described in the changelog. Also see [Embedding Images](images.md) document for details on implementing an image delegate for `image_picker` plugin.
|
|
|
20
|
+* Selection overlay has been refactored to enable customization work in follow up releases.
|
|
|
21
|
+* Zefyr now supports selection-only workflow via new `ZefyrMode` object which replaces previous `enabled` field (breaking change).
|
25
|
|
22
|
|
26
|
For more details on breaking changes and upgrade instructions please read
|
23
|
For more details on breaking changes and upgrade instructions please read
|
27
|
[changelog](./../packages/zefyr/CHANGELOG.md).
|
24
|
[changelog](./../packages/zefyr/CHANGELOG.md).
|