File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " taffy"
3- version = " 0.5.2 "
3+ version = " 0.6.0 "
44authors = [
55 " Alice Cecile <alice.i.cecile@gmail.com>" ,
66 " Johnathan Kelley <jkelleyrtp@gmail.com>" ,
Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 0.6.0
4+
5+ ### Highlights
6+
7+ - The ` Style ` struct has been "traitified". This supports Taffy's integration in Servo and generally makes Taffy more flexible. The
8+ ` Style ` struct still exists and implements the new traits so existing uses of Taffy will continue to work as before.
9+ - The ` box-sizing ` style is supported
10+ - Computed margins are output in ` Layout `
11+
12+ ### Fixes
13+
14+ - Fix ` print_tree() ` when rounding is disabled (#680 )
15+ - Absolute Insets should be resolved against the container size minus border (#666 )
16+ - Fix flooring hypothetical_main_size by computed min size (#689 )
17+ - Fix flex line cross-size determination (#690 )
18+ - Fix panics in the grid algorithm (#691 )
19+ - Fix resolving flexible lengths (WPT css/flexbox-multiline-min-max test) (#692 )
20+ - Fix wrapping when a max main size style is present (#694 )
21+ - Fix case where Taffy allowed margins to collapse through an element when it shouldn't have (#695 )
22+
23+ ### Added
24+
25+ - Legacy text align (for laying out ` <center> ` and ` <div align=".."> ` ) is supported
26+ - Add ` is_table ` for block items (#701 )
27+ - Impl ` Debug ` and ` Clone ` for ` Cache ` (#688 )
28+ - Implement ` Debug ` and ` PartialEq ` for tree types (#697 )
29+
330## 0.5.2
431
532- Fix block stretch sizing (don't always apply stretch sizing to block containers) (#674 )
You can’t perform that action at this time.
0 commit comments