- Fixed the bug,
isEnabled
is not disabling the editor.
- Added
autoFocus
functionality - Fixed bugs related to loadingBuilder
- Added
InputAction
to the editor, with action typessend
newline
- Improved the
loadingBuilder
functionality
- 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
- 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
- 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.
- 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.
- 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
- Added
setDelta
&getDelta
methods, - Fixed bug:getText() returns empty string if QuillEditor contains only img or iframe tags
- Fixed bug: Multiple widgets used the same GlobalKey
- Fixed bug:
hintText
padding is not applying properly - Updated
webview_flutter
and dependant packages to latest version
- 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
- 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
- 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
- Added
undo
redo
andclearHistory
methods - Added
onSelectionChanged
callback to return index and length on text selection - Fixed bug #23
- Updated Documentation and ReadMe
- Added Documentation and Updated ReadMe
- Added
getPlainText
method
- Added Documentation
- Added
replaceText
function to replace the selected text - Added
getSelectedText
function to get the selected text - Added
requestFocus
andunFocus
functions
- 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
- 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
- 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
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.
- 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