Skip to content

Releases: CatHood0/flutter_quill_delta_from_html

V-1.4.5

20 Dec 05:24
Compare
Choose a tag to compare

What's Changed

  • Fix: paragraph wrong breaks and weird trim() of some text elements by @CatHood0 in #15

Full Changelog: V-1.4.3...V-1.4.5

V-1.4.3

09 Dec 02:04
Compare
Choose a tag to compare

What's Changed

  • Textcolor on paste of clipboard text showing wrong color by @SC8885 in #13

New Contributors

Full Changelog: V-1.4.2...V-1.4.3

V-1.4.2

03 Nov 23:25
Compare
Choose a tag to compare

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

Full Changelog: V-1.4.1...V-1.4.2

V-1.4.1

15 Sep 20:36
Compare
Choose a tag to compare

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 into HtmlToDelta class to ignore certain nodes

Full Changelog: V-1.4.0...V-1.4.1

V-1.4.0

17 Aug 01:17
Compare
Choose a tag to compare

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

Full Changelog: V-1.3.13...V-1.4.0

V-1.3.13

18 Jul 09:31
Compare
Choose a tag to compare

What changes

  • Chore: updated dependencies

Full Changelog: V-1.3.12...V-1.3.13

V-1.3.12

15 Jul 17:59
Compare
Choose a tag to compare

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

14 Jul 03:33
Compare
Choose a tag to compare

What changes

  • Fix: package use Flutter dependency
  • Fix: removed SDK Flutter ref from pubspec.yaml since package doesn't depend on Flutter
  • Fix: repository and issue_tracker wrong url
  • removed unnecessary prints on html_utils

Full Changelog: V-1.3.1...V-1.3.11

V-1.3.1

12 Jul 23:58
Compare
Choose a tag to compare

What changes

  • Feat: support for video and image as a child node of any tag
  • Chore: moved processNode to it's own file called node_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

11 Jul 01:39
Compare
Choose a tag to compare

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 or padding-right is parsed to a valid indent for Delta operations

Full Changelog: V.1.2.8...V-1.3.0