flutter_quill_delta_easy_parser 1.0.5
flutter_quill_delta_easy_parser: ^1.0.5 copied to clipboard
Convert your Quill Delta into a simplified document format, making it easier to manage and manipulate text attributes
1.0.5 #
- Fix: sometimes, the
EmbedObjects can be merged into a inlineParagraph. - Chore: now the parser divides every
Embed,Block, andNewLineif its different types. - Chore: added a new type of
ParagraphcalledParagraphType.lineBreak. - Chore: deprecate
ensureCorrectFormat()fromDocumentclass since it already don't do nothing. - Chore: removed
setupInfoparam fromDocumentsince never was used. - Chore: removed some exports that shouldn't be part of the public API;
1.0.4 #
- Fix: duplicated new lines
- Fix: some new lines could contain inline type instead block type
1.0.3 #
- Fix: block attributes for embeds are ignored
- Feat: new method to make more safety operations with paragraph and documents
- Chore: added more tests
1.0.2 #
- Fix: first insert with a image throws invalid index access
- Chore: minimal changes on README documentation
1.0.1 #
- Chore: fixed bad License reference on the README
1.0.0 #
- First release