* Chore: update to last version simple_spell_checker for fix some issues
* Fix: placeholder is detected as common text instead virtual text
* Doc(readme): added documentation about the Spell checker feature
* Feat: added Spell checker to example
* Chore: dart before_push script
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
* Feat: added spellchecker service
* Partial implementation of spell_checker
* Feat: now spell-checking works in real-time
* Doc: more documentation about the new service
* Update simple_spell_checker to last version
* Fix: spellcheck highlight text into code-block and when readOnly is true
* Fix: last version dependency has weird behaviors with accents
* dart formatting
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
* Fix: unsafe operation while getting a overlay entry in text selection
* Chore: dart format
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
* Fix: context menu is visible even when selection is collapse
* Chore: dart fixes
* Fix: context menu fails by null value when try to update the view
---------
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
* Add: Clipboard toolbar buttons
* Translation Justify
* Translation alignJustify
* Fix: Translation en-US
* Fix: Up arrow with large fonts, assert at start of text for indent
* Fix: PgUp/Dn, arrow scroll, Up arrow with large fonts, assert at start of text for indent
* Remove overridable action from PageIntent processing
* Fix: outdent at start
---------
Co-authored-by: Douglas Ward <dward@scied.com>
* 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
* fix(typo): deprecate ClipboardServiceProvider.instacne as it's a typo, add ClipboardServiceProvider.instance and update usages
* chore: update deprecation message of ClipboardServiceProvider.instacne
* 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>