diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f4f80e3..094eee38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] - 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. - Use merging shortcuts and actions correclty (if the key combination is the same) - # [7.1.8] - Dropdown tweaks - Add itemHeight, itemPadding, defaultItemColor for customization of dropdown items. - Remove alignment property as useless. - Fix bugs with max width when width property is null. - # [7.1.7] - Toolbar tweaks. @@ -30,7 +33,6 @@ Now the package is more friendly for web projects. - # [7.1.6] - Add enableUnfocusOnTapOutside field to RawEditor and Editor widgets.