|
| 1 | +## [2.2.1] - December 8, 2021: |
| 2 | +* Allow styling on ruby tags |
| 3 | +* Allow width/height/alignment styling on table/tr/td tags |
| 4 | +* Prevent images causing rebuilding and leaking memory |
| 5 | +* Fixes display of list items on iOS with font weights below 400 |
| 6 | +* Prevent crash on negative margins or paddings |
| 7 | + |
| 8 | +## [2.2.0] - November 29, 2021: |
| 9 | +* Explicitly declare multiplatform support |
| 10 | +* Extended and fixed list-style (marker) support |
| 11 | +* Basic support for height/width css properties |
| 12 | +* Support changing scroll physics of SelectableText.rich |
| 13 | +* Support text transform css property |
| 14 | +* Bumped minimum flutter_math_fork version for Flutter 2.5 compatibility |
| 15 | +* Fix styling of iframes |
| 16 | +* Fix nested font tag application |
| 17 | +* Fix whitespace rendering between list items |
| 18 | +* Prevent crash on empty <table> tag and tables with both colspan/rowspan |
| 19 | +* Prevent crash on use of negative margins in css |
| 20 | + |
| 21 | +## [2.1.5] - October 7, 2021: |
| 22 | +* Ignore unsupported custom style selectors when using fromCss |
| 23 | +* Fix SVG tag usage inside tables |
| 24 | +* Properly fix regression in usage of line breaks |
| 25 | + |
| 26 | +## [2.1.4] - October 3, 2021: |
| 27 | +* Fix regression in usage of line breaks in body being stripped |
| 28 | + |
| 29 | +## [2.1.3] - October 1, 2021: |
| 30 | +* Update minimum versions of dependencies for Flutter 2.5 compatibility |
| 31 | +* Extended and fixed support for css shadow |
| 32 | +* Fix block tags with explicit whitespace from being stripped |
| 33 | + |
| 34 | +## [2.1.2] - September 2, 2021: |
| 35 | +* Allow setting selectionControls with SelectableHtml |
| 36 | +* Fix onLinkTap not working with SelectableHtml |
| 37 | +* Don't crash when parsing unsupported :hover |
| 38 | +* Prevent endless loading when using animated images |
| 39 | + |
| 40 | +## [2.1.1] - July 28, 2021: |
| 41 | +* Stable release with all 2.1.1-preview.X changes |
| 42 | + |
| 43 | +## [2.1.1-preview.0] - July 27, 2021: |
| 44 | +* Improves hr tag support |
| 45 | +* Fixes a leading whitespace issue |
| 46 | +* Fixes some crashes with CSS parsing |
| 47 | + |
| 48 | +## [2.1.0] - June 3, 2021: |
| 49 | +* SelectableHtml widget (supporting a subset of tags) which allow text selection |
| 50 | +* Fixed shrinkWrap to actually shrink the horizontal space |
| 51 | +* Support style tags to apply styling from inline css |
| 52 | +* Support applying styles from Flutter themes |
| 53 | +* Mouse hover on links when using Flutter Web |
| 54 | +* Allow custom anchor link tap implementations |
| 55 | +* Support additional list styling options |
| 56 | +* Fix several minor whitespace issues in text flow |
| 57 | +* Fixed specific colspan/rowspan usages in tables |
| 58 | +* Fixed whitespace issues around images |
| 59 | +* Swallow duplicate ids to prevent crashing the widget |
| 60 | +* Fixes crashing tap detection when using both link and image taps |
| 61 | +* Updates external dependencies |
| 62 | +* Raised minimum Flutter version to 2.2.0 |
| 63 | + |
1 | 64 | ## [2.0.0] - April 29, 2021:
|
2 | 65 | * Stable release with all 2.0.0-nullsafety.X changes
|
3 | 66 |
|
|
0 commit comments