Skip to content

Commit e4149b7

Browse files
committed
Update changelog
1 parent 64f9485 commit e4149b7

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1-
## 3.0.0-alpha.6
2-
1+
## 3.0.0-alpha.6 - *September 2022*
2+
3+
- **FIX** #731 Resolve newline `<br>` issue
4+
- **FIX** Align the baseline of inline content with the baseline of its parent flow, even if it has padding or borders
5+
- **FIX** Improved fontSize inheritance when cascading styles
6+
- **FIX** `auto` margins now work for any `Display.BLOCK` element.
7+
- **FIX** `auto` width and height is now the default, rather than `null`
8+
- **FIX** New CSSBoxWidget that handles calculations of child sizes for a more accurate HTML/CSS layout
9+
- **BREAKING** New `Margin`, `Height`, and `Width` classes that allow `em`, `rem`, `px`, `auto`, and `%` values to be given
10+
- **FEAT** Negative margins are now allowed
11+
- **FIX** Updated default `p` and `h1-6` styles to use `em` for better font scaling
12+
- **BREAKING** Package now requires Dart sdk >= Dart 2.17
313
- **FIX**: Apply margins to <table> properly. (7581ea79)
414
- **FIX**: Use enum instead of const int internally in length.dart. (9dc7f08c)
515
- **FIX**: Change CSSBoxWidget to CssBoxWidget. (a62449a7)

0 commit comments

Comments
 (0)