Releases: the-airbender/quill_html_editor
Releases · the-airbender/quill_html_editor
v2.2.8
v2.2.7
Updated dependencies
V2.2.6
- Fixed the bug,
isEnabled
is not disabling the editor.
v2.2.5
2.2.5
- Added
autoFocus
functionality - Fixed bugs related to loadingBuilder
v2.2.4
2.2.4
- Added
InputAction
to the editor, with action typessend
newline
- Improved the
loadingBuilder
functionality
v2.2.3
2.2.3
- Added ToolTip to all toolbar formats. Thanks to anees4ever
- Fix [Bug] Make sure the url input above keyboard #102, Thanks to ChauCM
- Fixed [Bug] Avoid focus on
setText
,setDelta
- Fixed [Bug] editor view unwanted reloads on change
- Fixed [Bug] format options not applied on cursor selection moved away from editor.
- Fixed [Bug] hyperlink input url, will accept all formats #100
- Updated dependencies
- Fixed documentation
v2.2.2
2.2.2 & 2.2.1
- Added a new feature: Loader Builder with
loadingBuilder
parameter in QuillHTMLEditor widget. - Added a new feature: Editor Loaded Callback with
onEditorLoaded
callback function. - Fixed bug #97 [BUG] Custom Links get changed to "about:blank"
- Updated dependencies for improved compatibility and stability.
- Fixed documentation
v2.2.0
2.2.0
- Removed the CDN dependency of the Scripts and Styling, bundled the Quill js and css files with the package, making the editor supporting offline mode
- Added Google Font Support for editor styling, refer documentation for examples
- Added a new
ToolBarStyle.separator
, to add custom separators in the toolbar config - Fixed the bug #64
- Fixed the bug #71
- Fixed the bug #59 , fixed, the new line is not visible on enter
- Fixed Match visual error that appears in Flutter web console.
- Updated dependencies to the latest versions.
v2.1.9
2.1.9
- Added a customisable option to make toolbar scrollable horizontally or vertically
- Fixed
onFocusChanged
method 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
cabbagelol
for PR - Fix Mobile Web- Clicking on toolbar icon does not toggle highlight color, and keyboard loses focus
- Updated
webview_flutter_android
,webview_flutter_wkwebview
to latest versions - Fix customToolBarList: ToolBarStyle.background adds table items #63
- Improved
onEditorCreated
callback functionality