- Fix copy/cut/paste/selectAll not working.
- Upgrade for Flutter 2.10.
- Added Indonesian translation.
- Fix for undoing a modification ending with an indented line.
- iOS: Save image whose filename does not end with image file extension.
- Added Urdu translation.
- Fix for clicking on the Link button without any text on a new line crashes.
- Apply locale to QuillEditor(contents).
- Fix image pasting.
- Hiding dialog after selecting action for image.
- Update ImageResizer for Android.
- Copy image with its style.
- Support resizing image.
- Image menu options for copy/remove.
- Update set textEditingValue.
- Fix checkbox not toggled correctly in toolbar button.
- Fix cursor position changes when checking/unchecking the checkbox.
- Fix _handleDragUpdate in _TextSelectionHandleOverlayState.
- Fix link dialog layout.
- Fix for errors on a non scrollable editor.
- Fix certain keys not working on web when editor is a child of a scroll view.
- Refactor _QuillEditorState to QuillEditorState.
- Support pasting with format.
- Fix selection overlay for collapsed selection.
- Reverted Embed toPlainText change.
- Change Embed toPlainText to be empty string.
- Replace Toolbar showHistory group with individual showRedo and showUndo.
- Update Link dialogue for image/video.
- Link dialogue TextInputType.multiline.
- Bug fix for link button text selection.
- Improve link button.
- Remove SnackBar 'What is entered is not a link'.
- Allow link button to enter text.
- Change link button behavior.
- Bug fix for embed.
- Bug fix for platform util.
- Removed redundant classes.
- Add more translations.
- Preset link from attributes.
- Fix launch link edit mode.
- Placeholder effective in scrollable.
- Option to save image in read-only mode.
- Pass any specified key in QuillEditor constructor to super.
- Fixed Style toggle issue.
- Added new translations.
- Support multiple links insertion on the go.
- Add selection completed callback.
- Fixed image ontap functionality.
- Add maxContentWidth constraint to editor.
- Do not show caret on screen when the editor is not focused.
- Fix launch link for read-only mode.
- Handle null value of Attribute.link.
- Launch link improvements.
- Removed QuillSimpleViewer.
- Skip image when pasting.
- Bug fix for Desktop
Shift
+Click
support.
- Update checkbox list.
- Desktop selection improvements.
- Improve inline code style.
- Improves selection rects to have consistent height regardless of individual segment text styles.
- Allow disabling floating cursor.
- Preserve last newline character on delete.
- Massive changes to support flutter 2.8.
- iOS - floating cursor.
- Bug fix for imports supporting flutter 2.8.
- Support flutter 2.8.
- Add methods of clearing editor and moving cursor.
- Add delete handler.
- Support custom replaceText handler.
- Fix attribute compare and fix font size parsing.
- Handle click on embed object.
- Improved UX/UI of Image widget.
- When uploading a video, applying indicator.
- Make toolbar dividers optional.
- Allow alignment of the toolbar icons to match WrapAlignment.
- Add hide / show alignment buttons.
- Implement change cursor to SystemMouseCursors.click when hovering a link styled text.
- Enable customize the checkbox widget using DefaultListBlockStyle style.
- Improve the scrolling performance by reducing the repaint areas.
- Fix the selection effect can't be seen as the textLine with background color.
- Fix visibility of text selection handlers on scroll.
- cursorConnt.color notify the text_line to repaint if it was disposed.
- Improve UX when trying to add a link.
- Adding translations to the toolbar.
- Added theming options for toolbar icons and LinkDialog.
- Avoid runtime error when placed inside TabBarView.
- Support inline code formatting.
- Enable history shortcuts for desktop.
- Fix cursor when line contains image.
- Address KeyboardListener class name conflict.
- Upgrade flutter_colorpicker to 0.5.0.
- Text Alignment functions + Block Format standards.
- Support putting QuillEditor inside a Scrollable view.
- Skip image when pasting.
- Bug fix for cursor position when tapping at the end of line with image(s).
- Bug fix when line only contains one image.
- Support for building custom inline styles.
- Cursor jumps to the most appropriate offset to display selection.
- Support inline image.
- Updated quill_delta.
- Support mobile image alignment.
- Support mobile custom size image.
- Support entering link for image/video.
- Bumps photo_view version.
- Fix static analysis error.
- Support Youtube video.
- Support video.
- Bug fix for clear format button.
- Fixed dragging right handle scrolling issue.
- Fixed the position of the selection status drag handle.
- Upgrade image_picker and flutter_colorpicker.
- Support Multi Row Toolbar.
- Remove file_picker dependency.
- Remove filesystem_picker dependency.
- Remove path_provider dependency.
- Add option to paintCursorAboveText.
- Upgrade file_picker version.
- Fix copy/paste bug.
- New logo.
- Support flutter 2.2.0.
- Checkbox supports tapping.
- Indented position not holding while editing.
- Fix image button cancel causes crash.
- Fix height of empty line bug.
- Fix text selection in read-only mode.
- Remove universal_html dependency.
- Enable "Select", "Select All" and "Copy" in read-only mode.
- Fix text selection issue.
- Update example folder.
- Add pedantic.
- Base64 image support.
- Support null safety.
- Web support for raw editor and keyboard listener.
- Support token attribute.
- Fix crash on web (dart:io).
- Add desktop support - WINDOWS, MACOS and LINUX.
- Bug fix: Can not insert newline when Bold is toggled ON.
- Upgrade photo_view to ^0.11.0.
- Fix issue that text is not displayed while typing [WEB].
- Update toolbar in sample home page.
- Fix static analysis errors.
- Support flutter 2.0.
- Improve link handling for tel, mailto and etc.
- Upgrade prerelease SDK & Bump for master.
- Fix for cursor focus issues when keyboard is on.
- Improve link handling for tel, mailto and etc.
- More fix on cursor focus issue when keyboard is on.
- Fix cursor focus issue when keyboard is on.
- cursor focus when keyboard is on.
- Line Height calculated based on font size.
- Support placeholder.
- Fix static analysis error.
- Update TextInputConfiguration autocorrect to true in stable branch.
- Update TextInputConfiguration autocorrect to true.
- Support display local image besides network image in stable branch.
- Support display local image besides network image.
- Fix cursor after pasting.
- Toggle text/background color button in toolbar.
- Support the use of custom icon size in toolbar.
- Support custom styles and image on local device storage without uploading.
- Update git repo.
- Fix static analysis error.
- Add checked/unchecked list button in toolbar.
- Support font and size attributes.
- Support checked/unchecked list.
- Fix getExtentEndpointForSelection.
- Support text alignment.
- Handle url with trailing spaces.
- Handle cursor position change when undo/redo.
- Handle more text colors.
- Fix cursor issue when undo.
- Fix insert image.
- Handle rgba color.
- Fix launching url.
- Handle multiple image inserts.
- More toolbar functionality.
- Update example.
- Update example.
- Update home page meta data.
- Support image upload and launch url in read-only mode.
- Rich text editor based on Quill Delta.