flutter_quill_delta_from_html 1.1.8 flutter_quill_delta_from_html: ^1.1.8 copied to clipboard
Convert easily HTML inputs content to Quill Delta format
1.1.8 #
- Fix: README bad code ref, and better documentation
- Chore: new custom block example and test for it
1.1.7 #
- Fix: removed unused vars
1.1.6 #
- Fix: README bad code references
1.1.5 #
- Feat: added support for subscript and superscript
- Feat: added support for color and background-color
- Feat: added support for custom blocks
- Feat: added support for custom parsed
DOM Document
usingHtmlToDelta.convertDocument(DOMDocument)
- Chore: improved README
- Chore: improved documentation about project
- Chore: now
resolveCurrentElement
was moved to the interface to give the same functionality to all implementations
1.1.0 #
- Added support for fully attributes (could be partially bugged)
- Added an interface for create custom render tags
- Added tests for several cases
1.0.0 #
- Starting point.