|
| 1 | +## [3.0.0-alpha.2] - January 5, 2022: |
| 2 | +* **BREAKING** Full modularization using split packages; see our upgrade guide or use flutter_html_all |
| 3 | + |
| 4 | +## [3.0.0-alpha.1] - December 21, 2021: |
| 5 | +* **BREAKING** Reworked custom renders pending full modularation in 3.0.0 |
| 6 | +* Extended support custom render when using SelectableHtml |
| 7 | +* Updated flutter_svg to 1.0.0 |
| 8 | +* Support flutter_webview 3.x |
| 9 | +* Automatic disposal of video and audio controllers |
| 10 | +* Fix block elements bottom spacing in table cells |
| 11 | + |
| 12 | +## [2.2.1] - December 8, 2021: |
| 13 | +* Allow styling on ruby tags |
| 14 | +* Allow width/height/alignment styling on table/tr/td tags |
| 15 | +* Prevent images causing rebuilding and leaking memory |
| 16 | +* Fixes display of list items on iOS with font weights below 400 |
| 17 | +* Prevent crash on negative margins or paddings |
| 18 | + |
| 19 | +## [2.2.0] - November 29, 2021: |
| 20 | +* Explicitly declare multiplatform support |
| 21 | +* Extended and fixed list-style (marker) support |
| 22 | +* Basic support for height/width css properties |
| 23 | +* Support changing scroll physics of SelectableText.rich |
| 24 | +* Support text transform css property |
| 25 | +* Bumped minimum flutter_math_fork version for Flutter 2.5 compatibility |
| 26 | +* Fix styling of iframes |
| 27 | +* Fix nested font tag application |
| 28 | +* Fix whitespace rendering between list items |
| 29 | +* Prevent crash on empty <table> tag and tables with both colspan/rowspan |
| 30 | +* Prevent crash on use of negative margins in css |
| 31 | + |
| 32 | +## [2.1.5] - October 7, 2021: |
| 33 | +* Ignore unsupported custom style selectors when using fromCss |
| 34 | +* Fix SVG tag usage inside tables |
| 35 | +* Properly fix regression in usage of line breaks |
| 36 | + |
| 37 | +## [2.1.4] - October 3, 2021: |
| 38 | +* Fix regression in usage of line breaks in body being stripped |
| 39 | + |
| 40 | +## [2.1.3] - October 1, 2021: |
| 41 | +* Update minimum versions of dependencies for Flutter 2.5 compatibility |
| 42 | +* Extended and fixed support for css shadow |
| 43 | +* Fix block tags with explicit whitespace from being stripped |
| 44 | + |
1 | 45 | ## [2.1.2] - September 2, 2021:
|
2 | 46 | * Allow setting selectionControls with SelectableHtml
|
3 | 47 | * Fix onLinkTap not working with SelectableHtml
|
|
0 commit comments