Releases: CatHood0/flutter_quill_delta_from_html
Releases · CatHood0/flutter_quill_delta_from_html
V-1.4.5
V-1.4.3
V-1.4.2
What's Changed
- chore(deps): improve dependencies constraints for compatibility by @EchoEllet in #11
- Added exception handling to color parsing by @mtallenca in #12
New Contributors
- @EchoEllet made their first contribution in #11
- @mtallenca made their first contribution in #12
Full Changelog: V-1.4.1...V-1.4.2
V-1.4.1
What's changed
- Fix: header elements with children spans ignore the attributes that can be into its own spans
- Fix: removed unnecessary exception when unsupported color is detected
- Feat: added
blackNodesList
intoHtmlToDelta
class to ignore certain nodes
Full Changelog: V-1.4.0...V-1.4.1
V-1.4.0
What's Changed
- feat: made text trimming optional by @raimkulovr in #7
- feat: ability for replace new lines directly to
<br>
for multiline html string
New Contributors
- @raimkulovr made their first contribution in #7
Full Changelog: V-1.3.13...V-1.4.0
V-1.3.13
V-1.3.12
What changes
- Fix: converter always add a new line ignoring if the last operation already has a new line at end
Full Changelog: V-1.3.11...V-1.3.12
V-1.3.11
What changes
- Fix: package use
Flutter
dependency - Fix: removed SDK
Flutter
ref frompubspec.yaml
since package doesn't depend onFlutter
- Fix:
repository
andissue_tracker
wrong url - removed unnecessary prints on
html_utils
Full Changelog: V-1.3.1...V-1.3.11
V-1.3.1
What changes
- Feat: support for video and image as a child node of any tag
- Chore: moved
processNode
to it's own file callednode_processor
to make more easy read all logic into it - Fix: new lines contains empty attributes
Full Changelog: V-1.3.0...V-1.3.1
V-1.3.0
What changes
- Fix:
blockquote
is parsed as a inline attribute - Fix:
codeblock
is parsed as a inline attribute - Feat: now images can be parsed with their styles
- Feat: now indent from
padding-left
orpadding-right
is parsed to a valid indent forDelta
operations
Full Changelog: V.1.2.8...V-1.3.0