From a9d968f2f6c1da3187c676ad16a4fe4cff6bdd2b Mon Sep 17 00:00:00 2001 From: bambinoua <130981115+MacDeveloper1@users.noreply.github.com> Date: Fri, 21 Apr 2023 18:10:16 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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.