* 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
* Fix Issue 1887
---------
Co-authored-by: Douglas Ward <dward@scied.com>
* 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
* Move clipboard actions to QuillController
* Fix: collectAllIndividualStylesAndEmbed for result span
* Add: Clipboard toolbar buttons
* export: Clipboard toolbar buttons
* Fix: Dividers not shown in toolbar when multiRowsDisplay.
Fix: Toolbar drop buttons clipped when !multiRowsDisplay
* Add: test for QuillController clipboard
Dart Formatted
* Localizations updated
* QuillControllerConfigurations and clipboard paste
* Fix: CheckList action
* Fix: Multiline selection and refactor toolbar buttons
* Add tests: Multiline selection
* Fix header toggle button and new block attribute support.
* Fix QuillToolbarColorButtonExtraOptions
---------
Co-authored-by: Douglas Ward <dward@scied.com>
* refactor(changelog): migrate the data of CHANGELOG.md to CHANGELOG.json
* refactor(update-version-script): update the script to generate the markdown files from a json file that contains the data to allow automate the CHANGELOG.md for the packages easier in CI, add a comment that indicate those files are generated.
* chore: generate the CHANGELOG.md files using the script
* chore: remove the sh script as it's no longer used
* chore: renmae the script regenerate_versions.dart to update_package_version.dart
* docs: update the development notes to reflect the new changes
* ci: update the publish workflow to pass the release notes to the script (update_package_version.dart)
* chore: rename CHANGELOG.json to CHANGELOG_DATA.json to fix conflicting with CHANGELOG.md by pub publish --dry-run
* docs: update the development notes to reflect the new renaming of CHANGELOG.json
* chore: update the script to reflect the change of renaming CHANGELOG.json to CHANGELOG_DATA.json
* chore: regenerate the CHANGELOG.md files to update the comment at the start