* docs(readme): simplify vsc_quill_delta_to_html description
* chore: drop the support for DeltaX.fromHtml and DeltaX.fromMarkdown to only use them internally
* docs(readme): update outdated docs, suggest packages to convert between Delta and Markdown or PDF
* chore: deprecate customBlocks in DeltaX.fromHtml property
* Support for Line height
* fix(translations): line-height translation empty
* chore: dart fixes
* fix(test): blockSelectionStyle doesn't find line-height attribute
* fix: increased _expectedTranslationKeysLength value for new line height translation
* fix: restore h1 configurations on DefaultStyles
* fix: better organization for line height attribute
* fix: select_line_height_dropdown_button doesn't find LineHeightAttribute constants
* chore: dart fixes
* fix(test): controller_test doesn't find LineHeightAttribute
* fix: changed MenuAnchor to showMenu method since this MenuAnchor appears below keyboard
* added docs comments
* set showLineHeightButton to false
* added warnings about line height attribute could cause conflicts with original Quill API
* chore: dart fixes
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
* Value setting Stateful toolbar buttons derive from base class
* Rename base class as QuillToolbarBaseValueButton
* Removed deprecated functions
* Move clipboard actions to QuillController
* Fix: collectAllIndividualStylesAndEmbed for result span
* Add: Clipboard toolbar buttons
* Add: test for QuillController clipboard
Dart Formatted
* Translation Justify
* Translation alignJustify
* Fix: Translation en-US
* Fix style settings
---------
Co-authored-by: Douglas Ward <dward@scied.com>
* chore: update comment for packages section in pubspec.yaml
* chore: add youtube_explode_dart package
* feat: add YoutubeVideoSupportMode
* docs: add a link to the 'flutter_inappwebview' plugin desktop support issue in YoutubeVideoSupportMode
* chore: add TODO in QuillToolbarVideoButton
* fix(scripts): add execution permission for scripts/pub_get.sh
* chore(plugins)!: move super_clipboard plugin to be part of flutter_quill_extensions
* docs: add a comment for _pasteHtml() function in QuillController
* docs(extensions-package): update usage section to describe HTML and Markdown clipboard paste
* toggle_style_button : calls to options.afterButtonPressed replaced by call to class function afterButtonPressed to allow default call to base button settings
quill_icon_button: L26 build for isSelected updated to call afterButtonPressed = same as if not selected
QuillController _updateSelection removed param=source because not used; added new param insertNewline when true set tog to style of preceding char (last entered); updated replaceText to call _updateSelection for NL
document collectStyle: Selecting the start of a line, user expects the style to be the visible style of the line including inline styles
* color_button calls afterButtonPressed
insert at start of line uses style for line
* Remove comments
* Fix formatting issue
* Fix FontFamily and Size button actions
* Fix FontFamily and Size button actions
* Value setting Stateful toolbar buttons derive from base class
* Rename base class as QuillToolbarBaseValueButton
* Fixes for before_push script
* Removed deprecated functions
---------
Co-authored-by: Douglas Ward <dward@scied.com>
* Add a way to change almost properties of IconButton in QuillIconTheme for both selected and unselected state
---------
Co-authored-by: Ellet <ellet@freshplatform.net>
* Revert "Fix build error"
This reverts commit 90738e1ece.
* Revert "Prepare to release 9.1.0"
This reverts commit c3d57b87ec.
* Revert "Revert from material 3 to material 2"
This reverts commit 07b8f40491.
* Revert "Restore old feel and look (#1621)"
This reverts commit e820c5b29d.
---------
Co-authored-by: Ellet <ellet@freshplatform.net>
* Restore correct feel&look of `QuillToolbarIconButton`
* Export `QuillToolbarSelectAlignmentButtons`
* Restore old call of `QuillToolbarIconButton`
* Restore old call of `QuillToolbarIconButton`
* Resore original button PR #1575
* Restore old feel&look of buttons
* Restore original `QuillToolbarSelectAlignmentButton`
* Restore original `QuillToolbarLinkStyleButton2`
* Make `options` optional
* Restore old `QuillToolbarFontFamilyButton` build
* Restore old build of `QuillToolbarFontSizeButton`
* Change `textStyle` to `style`
* Remove redundant export
---------
Co-authored-by: Ellet Hnewa <73608287+ellet0@users.noreply.github.com>