- Added a customisable option to make toolbar scrollable horizontally or vertically
- Fixed
onFocusChangedmethod not returning focus on iOS properly - Fixed text-change method is not returning text properly on Android
- Fixed moving cursor to end after
setDelta - Fix the white space in theme dark mode after adding minHeight property, thanks to
cabbagelolfor PR - Fix Mobile Web- Clicking on toolbar icon does not toggle highlight color, and keyboard loses focus
- Updated
webview_flutter_android,webview_flutter_wkwebviewto latest versions - Fix customToolBarList: ToolBarStyle.background adds table items #63
- Improved
onEditorCreatedcallback functionality
- Added
setDelta&getDeltamethods, - Fixed bug:getText() returns empty string if QuillEditor contains only
or <iframe> tags
- Fixed bug: Multiple widgets used the same GlobalKey
- Fixed bug:
hintTextpadding is not applying properly - Updated
webview_flutterand dependant packages to latest version
- Fixed redo button throwing exception bug
- Added more customizing options to toolbar alignment
- Added
getSelectedHtmlTextthat returns selected text in html format - Other min bug fixes
- Added
onEditorResizedcallback, returns the size of the editor - Fixed transparent color conversion issue
- Fixed extra padding to the text area issue
- Other min bug fixes
- Added autoHeight, editor will have the dynamic height based on content. Thanks to B0yma
- Breaking Change: changed
heighttominHeightinQuillHtmlEditorwidget - Updated Documentation and ReadMe
- Added
undoredoandclearHistorymethods - Added
onSelectionChangedcallback to return index and length on text selection - Fixed bug #23
- Updated Documentation and ReadMe
- Added Documentation and Updated ReadMe
- Added
getPlainTextmethod
- Added Documentation
- Added
replaceTextfunction to replace the selected text - Added
getSelectedTextfunction to get the selected text - Added
requestFocusandunFocusfunctions
- Added
OnEditorCreatedcallback function to listen to editor loaded event - Fixed a bug in textStyle, hintTextStyle color to css
- Support for Youtube, Vimeo embedding,
embedVideofunction now recognizes Youtube, Vimeo links and convert them to embed urls embedImagemethod supports inserting network image urls
- Added
OnFocusChangedcallback function to listen to editor focus changes - Updated
webview_flutterand dependent packages to latest versions in Webviewx Breaking ChangeAdded textStyle, textAlign, padding options to the editor default text and the hint text, removed defaultFontSize, defaultFontColor fields- Fixed - [BUG] Native HTML background is showing when keyboard appears #19
- Added Table feature, we can now add table, insert rows & columns in the editor with interactive picker
- Fixed OverlayState bug #16
- Other minor enhancements and bug fixes
- Fixed the Readme file
- Added Table feature, we can now add table, insert rows & columns in the editor with interactive picker
- Fixed OverlayState bug #16
- Other minor enhancements and bug fixes
- Fixed Readme file
- Added
defaultFontColorto the QuillHtmlEditor for custom themes, eg.Dark modes - Fixed a bug : Toolbar crashes, when user applies multiple colors and selects the text with multiple colors
- Added
toolBarColorfor custom theme, to match the background and dropdown color with the theme.
- Added capability to change toolbar icons color and size
- Added option to change the default font size of the editor
- Fixed analysis issues with Flutter 3.7
- Added onTextChanged listeners
- Added ability to add custom toolbar buttons
- Added ability to change the padding of toolbar buttons
- Fixed bug - OnTextChanged is not firing when text is copied to editor
- Changed getSelectionRange return type from dynamic to a selection model
- Fixed bug - removed invisible extra bottom padding on focus
- Other minor bug fixes
2.0.0-beta.1
- Breaking changes - Editor toolbar is detached from editor
- Customisable toolbar
- Added support for image picking, embedding videos, hyperlink with custom UI
- Added custom Color picker
- Fixed a few bugs
- Added onTextChanged listeners
- Added custom buttons feature
- Fixed setHtml method breaking format bug
- Fixed UX bugs
- Breaking changes - Editor toolbar is detached from editor
- Customisable toolbar
- Added support for image picking, embedding videos, hyperlink with custom UI
- Added custom Color picker
- Fixed a few bugs
- Fixed setHtml method breaking format bug
- Fixed UX bugs
- Updated Readme
- Added Customisable Toolbar
- ToolBar detached from editor
- Added Quill Controller
- Added Support for Image, Video, Hyperlink
- Updated the documentation
- Improved the method to enable/disable editor
- Fixed Readme