|
|
@ -1,3 +1,8 @@ |
|
|
|
|
|
|
|
# [7.1.10] |
|
|
|
|
|
|
|
- Image embedding tweaks |
|
|
|
|
|
|
|
- Add MediaButton which is intened to superseed the ImageButton and VideoButton. Only image selection is working. |
|
|
|
|
|
|
|
- Implement image insert for web (image as base64) |
|
|
|
|
|
|
|
|
|
|
|
# [7.1.9] |
|
|
|
# [7.1.9] |
|
|
|
|
|
|
|
|
|
|
|
- Editor tweaks PR from [bambinoua](https://github.com/bambinoua). |
|
|
|
- Editor tweaks PR from [bambinoua](https://github.com/bambinoua). |
|
|
@ -8,14 +13,12 @@ |
|
|
|
- Update minimum Dart SDK version to 2.17.0 to use enum extensions. |
|
|
|
- Update minimum Dart SDK version to 2.17.0 to use enum extensions. |
|
|
|
- Use merging shortcuts and actions correclty (if the key combination is the same) |
|
|
|
- Use merging shortcuts and actions correclty (if the key combination is the same) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# [7.1.8] |
|
|
|
# [7.1.8] |
|
|
|
- Dropdown tweaks |
|
|
|
- Dropdown tweaks |
|
|
|
- Add itemHeight, itemPadding, defaultItemColor for customization of dropdown items. |
|
|
|
- Add itemHeight, itemPadding, defaultItemColor for customization of dropdown items. |
|
|
|
- Remove alignment property as useless. |
|
|
|
- Remove alignment property as useless. |
|
|
|
- Fix bugs with max width when width property is null. |
|
|
|
- Fix bugs with max width when width property is null. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# [7.1.7] |
|
|
|
# [7.1.7] |
|
|
|
|
|
|
|
|
|
|
|
- Toolbar tweaks. |
|
|
|
- Toolbar tweaks. |
|
|
@ -30,7 +33,6 @@ |
|
|
|
|
|
|
|
|
|
|
|
Now the package is more friendly for web projects. |
|
|
|
Now the package is more friendly for web projects. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# [7.1.6] |
|
|
|
# [7.1.6] |
|
|
|
|
|
|
|
|
|
|
|
- Add enableUnfocusOnTapOutside field to RawEditor and Editor widgets. |
|
|
|
- Add enableUnfocusOnTapOutside field to RawEditor and Editor widgets. |
|
|
|