* chore(scripts): migrate the scripts from sh to dart, update GitHub PR template
* fix(ci): fix GitHub workflows failure by run 'flutter pub get' before running local development script
* 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
* Subscript and Superscript
* Translation Justify
* Translation alignJustify
* Fix: Translation ko
* Fix: Translation en-US
---------
Co-authored-by: Douglas Ward <dward@scied.com>
* 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
* 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
* chore(publishing): delete version.dart as it's no longer needed, the script now require the version as a argument which will be used by Github publich.yml workflow and pass it instead
* chore(publishing): update the script that is used for updating the versions to require the new version as argument instead of using it from version.dart
* ci(publishing): update the publish workflow to automate updating the version and commit it, then push the changes to Github repository
* docs(publishing): update the development notes to reflect the changes, update the todo in the publish.yml file
* chore: update the messages