Releases: singerdmx/flutter-quill
Releases Β· singerdmx/flutter-quill
v9.3.9
What's Changed
- fix: MD Parsing for multi space by @dbrezack in #1828
- fix: FontFamily and FontSize toolbars track the text selected in the editor. by @AtlasAutocode in #1829
- feat: Add checkBoxReadOnly property which can override readOnly for checkbox by @gklamm in #1836
New Contributors
Full Changelog: v9.3.8...v9.3.9
What's Changed
- fix: MD Parsing for multi space by @dbrezack in #1828
- fix: FontFamily and FontSize toolbars track the text selected in the editor. by @AtlasAutocode in #1829
- feat: Add checkBoxReadOnly property which can override readOnly for checkbox by @gklamm in #1836
New Contributors
Full Changelog: v9.3.8...v9.3.9
v9.3.8
What's Changed
- fix: removed misleading parameters by @coolswood in #1825
- fix: added missed translations for ru, es, de by @coolswood in #1826
- added translations for Nepali Locale('ne', 'NP') by @codersangam in #1830
New Contributors
- @coolswood made their first contribution in #1825
- @codersangam made their first contribution in #1830
Full Changelog: v9.3.7...v9.3.8
v9.3.7
What's Changed
- Fix for keyboard jumping when switching focus from a TextField by @oligazar in #1810
- Toolbar button styling to reflect cursor position when running on desktops with keyboard to move caret. by @AtlasAutocode in #1801
New Contributors
- @oligazar made their first contribution in #1810
- @AtlasAutocode made their first contribution in #1801
Full Changelog: v9.3.6...v9.3.7
What's Changed
- Fix for keyboard jumping when switching focus from a TextField by @oligazar in #1810
- Toolbar button styling to reflect cursor position when running on desktops with keyboard to move caret. by @AtlasAutocode in #1801
New Contributors
- @oligazar made their first contribution in #1810
- @AtlasAutocode made their first contribution in #1801
Full Changelog: v9.3.6...v9.3.7
v9.3.6
What's Changed
- feat: add paste gif from clipboard by @sobimor in #1788
- FEAT: Add SK and update CS locales by @tomaschyly in #1796
- fix: QuillIconTheme changes for FontFamily and FontSize buttons are not applied by @d-ukhanov in #1798
- feat: Make the arrow_drop_down icons in the QuillToolbar the same size for all MenuAnchor buttons by @d-ukhanov in #1800
New Contributors
- @tomaschyly made their first contribution in #1796
- @d-ukhanov made their first contribution in #1798
Full Changelog: v9.3.5...v9.3.6
v9.3.5
v9.3.4
v9.3.3
Full Changelog: v9.3.2...v9.3.3
v9.3.2
What's Changed
- Web
embedBuilder
error message typo by @Muhammed-Rahif in #1755 - fix dispose of text painter by @jezell in #1774
New Contributors
- @Muhammed-Rahif made their first contribution in #1755
Full Changelog: v9.3.1...v9.3.2
v9.3.1
v9.3.0
What's Changed
- Scribble scroll fix by @mtallenca in #1745
- Update deprecated code from flutter 3.19 by @ellet0 in #1746
- Breaking change:
Document.fromHtml(html)
is now returnsDocument
instead ofDelta
, useDeltaX.fromHtml
to returnDelta
Full Changelog: v9.2.14...v9.3.0