Skip to content

Releases: the-airbender/quill_html_editor

v2.1.7

01 Apr 14:16
Compare
Choose a tag to compare

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

19 Mar 19:04
Compare
Choose a tag to compare

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

15 Mar 17:18
Compare
Choose a tag to compare

2.1.5

  • Added autoHeight, editor will have the dynamic height based on content. Thanks to B0yma
  • Breaking Change: changed height to minHeight in QuillHtmlEditor widget
  • Updated Documentation and ReadMe

v2.1.4

09 Mar 07:01
4906c13
Compare
Choose a tag to compare
  • Added undo redo and clearHistory methods
  • Added onSelectionChanged callback to return index and length on text selection
  • Fixed bug #23
  • Updated Documentation and ReadMe

v2.1.3

04 Mar 06:02
Compare
Choose a tag to compare

2.1.3

  • Added Documentation and Updated ReadMe
  • Added getPlainText method

2.0.10 - 2.1.2

  • Added Documentation

v2.0.9

25 Feb 10:51
Compare
Choose a tag to compare

Ver 2.0.9

  • Added replaceText function to replace the selected text
  • Added getSelectedText function to get the selected text
  • Added requestFocus and unFocus functions

v2.0.8

23 Feb 20:18
Compare
Choose a tag to compare

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

20 Feb 16:30
Compare
Choose a tag to compare
## 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

18 Feb 15:16
Compare
Choose a tag to compare
## 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

18 Feb 15:11
Compare
Choose a tag to compare
- 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