Skip to content

Releases: CatHood0/flutter_quill_delta_from_html

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

V.1.2.8

10 Jul 21:19
Compare
Choose a tag to compare

What changes

  • Added max indent level to avoid Delta conflicts

Full Changelog: V-1.2.7...V.1.2.8

V-1.2.7

10 Jul 20:55
Compare
Choose a tag to compare

What changes

  • Fix: Reverted change from V-1.2.2 where was removed inline attrs validations and cause issues detecting element attributes

Full Changelog: V-1.2.6...V-1.2.7

V-1.2.6

10 Jul 20:15
Compare
Choose a tag to compare

What changes

  • Feat: was added support for nested lists

Full Changelog: V-1.2.5...V-1.2.6