Skip to content

Releases: the-airbender/quill_html_editor

v2.2.8

13 Jan 07:23
Compare
Choose a tag to compare

Upgraded all dependencies to major versions

v2.2.7

08 Nov 03:21
Compare
Choose a tag to compare

Updated dependencies

V2.2.6

24 Oct 14:52
Compare
Choose a tag to compare
  • Fixed the bug, isEnabled is not disabling the editor.

v2.2.5

29 Aug 06:38
8464768
Compare
Choose a tag to compare

2.2.5

  • Added autoFocus functionality
  • Fixed bugs related to loadingBuilder

v2.2.4

16 Aug 05:46
7293b40
Compare
Choose a tag to compare

2.2.4

  • Added InputAction to the editor, with action types send newline
  • Improved the loadingBuilder functionality

v2.2.3

14 Aug 18:15
7e9f725
Compare
Choose a tag to compare

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

22 Jul 07:44
Compare
Choose a tag to compare

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

04 Jul 12:47
acc5086
Compare
Choose a tag to compare

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

16 May 11:13
fc6194b
Compare
Choose a tag to compare

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

v2.1.8

21 Apr 05:25
Compare
Choose a tag to compare

2.1.8

  • Added setDelta & getDelta methods,
  • Fixed bug:getText() returns empty string if QuillEditor contains only 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