Releases: tneotia/html-editor-enhanced
Releases · tneotia/html-editor-enhanced
v2.6.0
What's Changed
- updates for flutter v3.22.0 by @SteveShaw9899 in #510
- fix 'bad state: no element' exception by @sstasi95 in #451
New Contributors
- @SteveShaw9899 made their first contribution in #510
- @sstasi95 made their first contribution in #451
Full Changelog: v2.5.1...v2.6.0
v2.5.1
What's Changed
- Bump version kotlin and compile SDK by @opimand in #274
- Updated dependencies by @ksilz in #299
- upgrade dependencies and example to support flutter 3 and android sdk 33 by @kimmanwky in #328
- Updated pubs and replaced deprecated codes. by @altotunchitoo in #330
- paths in pubspec.yaml as this was causing the build on apple to fail by @eliudio in #369
- Bug fix for "No file or variants found for asset: ..." by @kimmanwky in #370
New Contributors
- @opimand made their first contribution in #274
- @ksilz made their first contribution in #299
- @kimmanwky made their first contribution in #328
- @altotunchitoo made their first contribution in #330
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- Support Flutter 3.0 (remove warnings) (@Cteq3132)
- [BREAKING] Support modifying
foreColorSelected
andbackColorSelected
when using a custom dialog for font coloring- If you are using a custom
updateStatus
function for the font coloring, that function is now defined asupdateStatus(Color)
- If you are using a custom
- Added
disabled
parameter to automatically disable editor on initial load - Fixed white background color appearing sometimes when pressing backspace on text
- Added
useHybridComposition
parameter in case devs want to disable this behavior (improves animations of app) - [WEB] Fixed editor height being 0 when
initialText
isnull
(@dab246) - Migrated example to Android embedding V2
- Removed woff fonts to allow iOS App Store submissions
New Contributors
Full Changelog: v2.4.0...v2.5.0