Releases: CatHood0/flutter_quill_delta_easy_parser
Releases · CatHood0/flutter_quill_delta_easy_parser
v-1.1.8
v-1.1.7
v-1.1.6
v-1.1.5
What's changed
- Fix: "cannot insert line when paragraph is sealed" exception when will insert a new line after a embed.
Full Changelog: v-1.1.4...v-1.1.5
v-1.1.4
v-1.1.3
What's changed
- Fix:
Lineclass description in README. - Chore: added documentation in migration about the change in
Lineclass
Full Changelog: v-1.1.2...v-1.1.3
v-1.1.2
What's changed
- Fix: typo in documentation about
mergerBuilderinDocumentParser. - Fix: version typo in README a migration guide.
Full Changelog: v-1.1.1...v-1.1.2
v-1.1.1
v-1.1.0
v-1.0.6
What's changed
- Fix:
toPrettyString()from Document that is not working as expected. - Fix: parsing is adding non expected new-line after a common Operation.
- Fix(test): wrong expects valitation of some tests.
- Chore: deprecated
isInsertText()and replaced byisTextInsert(). - Chore: deprecated
setTypeSafe()fromParagraphclass. - Chore: parsing is adding non expected new-line after a common Operation.
- Feat: now
Paragraphclass support seal behavior (prevent any change type). - Feat: added support for ignore all new lines into the
Deltapassed usingignoreAllNewLines. - Feat: added support for get non sealed elements using
returnNoSealedCopies.
Full Changelog: v-1.0.5...v-1.0.6