Releases: the-airbender/quill_html_editor
Releases · the-airbender/quill_html_editor
v2.1.7
2.1.7
- Fixed redo button throwing exception bug
- Added more customizing options to toolbar alignment
- Added getSelectedHtmlText that returns selected text in html format
- Other min bug fixes
v2.1.6
2.1.6
- Added
onEditorResized
callback, returns the size of the editor - Fixed transparent color conversion issue
- Fixed extra padding to the text area issue
- Other min bug fixes
v2.1.5
2.1.5
- Added autoHeight, editor will have the dynamic height based on content. Thanks to B0yma
- Breaking Change: changed
height
tominHeight
inQuillHtmlEditor
widget - Updated Documentation and ReadMe
v2.1.4
v2.1.3
2.1.3
- Added Documentation and Updated ReadMe
- Added
getPlainText
method
2.0.10 - 2.1.2
- Added Documentation
v2.0.9
Ver 2.0.9
- Added
replaceText
function to replace the selected text - Added
getSelectedText
function to get the selected text - Added
requestFocus
andunFocus
functions
v2.0.8
2.0.8
- Added
OnEditorCreated
callback function to listen to editor loaded event - Fixed a bug in textStyle, hintTextStyle color to css
- Support for Youtube, Vimeo embedding,
embedVideo
function now recognizes Youtube, Vimeo links and convert them to embed urls embedImage
method supports inserting network image urls
v2.0.7
## 2.0.7 - Added [OnFocusChanged] callback function to listen to editor focus changes - Updated [webview_flutter] and dependent packages to latest versions in Webviewx - [Breaking Change]Added 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
v2.0.6
## 2.0.6-beta-0.3 - Added Table feature, we can now add table, insert rows & columns in the editor - Fixed OverlayState bug #16 - Other minor enhancements and bug fixes
v2.0.5
- Added [defaultFontColor] to 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 [toolBarColor] for custom theme, to match the background and dropdown color with the theme. - Fixed Readme file