|
1 |
| -##
F438
3.0.0-alpha.6 |
| 1 | +## 3.0.0-alpha.8 |
| 2 | + |
| 3 | + - **FIX**: Add meta as dev dependency for flutter_html_svg. |
| 4 | + |
| 5 | +## 3.0.0-alpha.7 |
2 | 6 |
|
3 |
| - - **FIX**: fix textShadow color declaration handler. |
4 |
| - - **FIX**: ol use default style. |
5 |
| - - **FIX**: Crash when a tr tag includes text node. |
6 |
| - - **FEAT**: exposes fontFamilyFallback parameter. |
| 7 | + - **FIX**: Add meta as a dev dependency. |
| 8 | + - **DOCS**: Update CHANGELOG.md for 3.0.0-alpha.6. |
| 9 | + |
| 10 | +## 3.0.0-alpha.6 |
7 | 11 |
|
8 |
| -## [3.0.0-alpha.5] - June 9, 2022: |
| 12 | + - **FIX** #731 Resolve newline `<br>` issue |
| 13 | + - **FIX** Align the baseline of inline content with the baseline of its parent flow, even if it has padding or borders |
| 14 | + - **FIX** Improved fontSize inheritance when cascading styles |
| 15 | + - **FIX** `auto` margins now work for any `Display.BLOCK` element. |
| 16 | + - **FIX** `auto` width and height is now the default, rather than `null` |
| 17 | + - **FIX** New CSSBoxWidget that handles calculations of child sizes for a more accurate HTML/CSS layout |
| 18 | + - **BREAKING** New `Margin`, `Height`, and `Width` classes that allow `em`, `rem`, `px`, `auto`, and `%` values to be given |
| 19 | + - **FEAT** Negative margins are now allowed |
| 20 | + - **FIX** Updated default `p` and `h1-6` styles to use `em` for better font scaling |
| 21 | + - **BREAKING** Package now requires Dart sdk >= Dart 2.17 |
| 22 | + |
| 23 | +## 3.0.0-alpha.5 - June 9, 2022: |
9 | 24 | * Fixed hot reloads, thanks @arjenmels
|
10 | 25 | * Fixed link taps not working
|
11 | 26 | * Improvements in README
|
12 | 27 |
|
13 |
| -## [3.0.0-alpha.3] - April 14, 2022: |
| 28 | +## 3.0.0-alpha.3 - April 14, 2022: |
14 | 29 | * Fixed styling not being applied to list item markers
|
15 | 30 | * [video] Fixed crash when iframe or video tags used unsupported/incorrect height or width
|
16 | 31 |
|
17 |
| -## [3.0.0-alpha.2] - January 5, 2022: |
| 32 | +## 3.0.0-alpha.2 - January 5, 2022: |
18 | 33 | * **BREAKING** Full modularization using split packages; see our upgrade guide or use flutter_html_all
|
19 | 34 |
|
20 |
| -## [3.0.0-alpha.1] - December 21, 2021: |
| 35 | +## 3.0.0-alpha.1 - December 21, 2021: |
21 | 36 | * **BREAKING** Reworked custom renders pending full modularation in 3.0.0
|
22 | 37 | * Extended support custom render when using SelectableHtml
|
23 | 38 | * Updated flutter_svg to 1.0.0
|
24 | 39 | * Support flutter_webview 3.x
|
25 | 40 | * Automatic disposal of video and audio controllers
|
26 | 41 | * Fix block elements bottom spacing in table cells
|
27 | 42 |
|
28 |
| -## [2.2.1] - December 8, 2021: |
| 43 | +## 2.2.1 - December 8, 2021: |
29 | 44 | * Allow styling on ruby tags
|
30 | 45 | * Allow width/height/alignment styling on table/tr/td tags
|
31 | 46 | * Prevent images causing rebuilding and leaking memory
|
32 | 47 | * Fixes display of list items on iOS with font weights below 400
|
33 | 48 | * Prevent crash on negative margins or paddings
|
34 | 49 |
|
35 |
| -## [2.2.0] - November 29, 2021: |
| 50 | +## 2.2.0 - November 29, 2021: |
36 | 51 | * Explicitly declare multiplatform support
|
37 | 52 | * Extended and fixed list-style (marker) support
|
38 | 53 | * Basic support for height/width css properties
|
|
45 | 60 | * Prevent crash on empty <table> tag and tables with both colspan/rowspan
|
46 | 61 | * Prevent crash on use of negative margins in css
|
47 | 62 |
|
48 |
| -## [2.1.5] - October 7, 2021: |
| 63 | +## 2.1.5 - October 7, 2021: |
49 | 64 | * Ignore unsupported custom style selectors when using fromCss
|
50 | 65 | * Fix SVG tag usage inside tables
|
51 | 66 | * Properly fix regression in usage of line breaks
|
52 | 67 |
|
53 |
| -## [2.1.4] - October 3, 2021: |
| 68 | +## 2.1.4 - October 3, 2021: |
54 | 69 | * Fix regression in usage of line breaks in body being stripped
|
55 | 70 |
|
56 |
| -## [2.1.3] - October 1, 2021: |
| 71 | +## 2.1.3 - October 1, 2021: |
57 | 72 | * Update minimum versions of dependencies for Flutter 2.5 compatibility
|
58 | 73 | * Extended and fixed support for css shadow
|
59 | 74 | * Fix block tags with explicit whitespace from being stripped
|
60 | 75 |
|
61 |
| -## [2.1.2] - September 2, 2021: |
| 76 | +## 2.1.2 - September 2, 2021: |
62 | 77 | * Allow setting selectionControls with SelectableHtml
|
63 | 78 | * Fix onLinkTap not working with SelectableHtml
|
64 | 79 | * Don't crash when parsing unsupported :hover
|
65 | 80 | * Prevent endless loading when using animated images
|
66 | 81 |
|
67 |
| -## [2.1.1] - July 28, 2021: |
| 82 | +## 2.1.1 - July 28, 2021: |
68 | 83 | * Stable release with all 2.1.1-preview.X changes
|
69 | 84 |
|
70 |
| -## [2.1.1-preview.0] - July 27, 2021: |
| 85 | +## 2.1.1-preview.0 - July 27, 2021: |
71 | 86 | * Improves hr tag support
|
72 | 87 | * Fixes a leading whitespace issue
|
73 | 88 | * Fixes some crashes with CSS parsing
|
74 | 89 |
|
75 |
| -## [2.1.0] - June 3, 2021: |
| 90 | +## 2.1.0 - June 3, 2021: |
76 | 91 | * SelectableHtml widget (supporting a subset of tags) which allow text selection
|
77 | 92 | * Fixed shrinkWrap to actually shrink the horizontal space
|
78 | 93 | * Support style tags to apply styling from inline css
|
|
88 | 103 | * Updates external dependencies
|
89 | 104 | * Raised minimum Flutter version to 2.2.0
|
90 | 105 |
|
91 |
| -## [2.0.0] - April 29, 2021: |
| 106 | +## 2.0.0 - April 29, 2021: |
92 | 107 | * Stable release with all 2.0.0-nullsafety.X changes
|
93 | 108 |
|
94 |
| -## [2.0.0-nullsafety.1] - April 29, 2021: |
| 109 | +## 2.0.0-nullsafety.1 - April 29, 2021: |
95 | 110 | * Support basic MathML
|
96 | 111 | * Support inner links
|
97 | 112 | * Supply full context tree to custom render
|
|
105 | 120 | * Fixed `failed assertion` error when tap-scrolling on any link
|
106 | 121 | * Updated dependencies
|
107 | 122 |
|
108 |
| -## [2.0.0-nullsafety.0] - March 5, 2021: |
| 123 | +## 2.0.0-nullsafety.0 - March 5, 2021: |
109 | 124 | * Nullsafety support
|
110 | 125 | * Official Flutter Web support
|
111 | 126 | * New features & fixes for lists:
|
|
118 | 133 | * Fixed `<audio>` on iOS ("_duration called on null" exception)
|
119 | 134 | * Updated dependencies
|
120 | 135 |
|
121 |
| -## [1.3.0] - February 16, 2021: |
| 136 | +## 1.3.0 - February 16, 2021: |
122 | 137 | * New image loading API
|
123 | 138 | * Image loading with request headers, from relative paths and custom loading widget
|
124 | 139 | * SVG image support from network or local assets
|
|
133 | 148 | * Fixed issue where iframes would not update when their `src`s changed in the HTML data
|
134 | 149 | * Updated dependencies for Flutter 1.26+
|
135 | 150 |
|
136 |
| -## [1.2.0] - January 14, 2021: |
| 151 | +## 1.2.0 - January 14, 2021: |
137 | 152 | * Support irregular table sizes
|
138 | 153 | * Allow for returning `null` from a customRender function to disable the widget
|
139 | 154 |
|
140 |
| -## [1.1.1] - November 22, 2020: |
| 155 | +## 1.1.1 - November 22, 2020: |
141 | 156 | * Update dependencies
|
142 | 157 |
|
143 |
| -## [1.1.0] - November 22, 2020: |
| 158 | +## 1.1.0 - November 22, 2020: |
144 | 159 | * Add support for inline styles
|
145 | 160 | * Update dependencies
|
146 | 161 |
|
147 |
| -## [1.0.2] - August 8, 2020: |
| 162 | +## 1.0.2 - August 8, 2020: |
148 | 163 | * Fix text scaling issues
|
149 | 164 | * Update dependencies
|
150 | 165 |
|
151 |
| -## [1.0.1] - August 8, 2020: |
| 166 | +## 1.0.1 - August 8, 2020: |
152 | 167 | * Fixed flutter_svg: ^0.18.0
|
153 | 168 |
|
154 |
| -# [1.0.0] |
| 169 | +# 1.0.0 |
155 | 170 | * BREAKING CHANGES (see the [Migration Guide](https://github.com/Sub6Resources/flutter_html/wiki/1.0.0-Migration-Guide) for a full overview of breaking changes.):
|
156 | 171 | * The default parser has been completely rewritten and the RichText parser has been removed.
|
157 | 172 | * `useRichText` no longer is necessary (The new parser uses RichText under the hood)
|
|
0 commit comments