Skip to content

Commit

Permalink
Update changelog with new GridLine type
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Jan 2, 2023
1 parent 695d247 commit 77728d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@

- `experimental_grid` feature named to just `grid`
- `grid` feature enabled by default
- `GridPlacement::Line` now stores a `GridLine` newtype wrapper around an `i16` rather than a raw `i16`. If you are using the style helpers then this change will not affect you.
- *BREAKING:* `Position` is now renamed to `Inset` and is now in line with [CSS inset specs](https://developer.mozilla.org/en-US/docs/Web/CSS/inset)
- *BREAKING:* `PositionType` is now renamed to `Position` and is now in line with [CSS position specs](https://developer.mozilla.org/en-US/docs/Web/CSS/position)

### Fixes

- Flexbox nodes sized under a min-content constraint now size correctly (#291)
- *BREAKING:* `Position` is now renamed to `Inset` and is now in line with [CSS inset specs](https://developer.mozilla.org/en-US/docs/Web/CSS/inset)
- *BREAKING:* `PositionType` is now renamed to `Position` and is now in line with [CSS position specs](https://developer.mozilla.org/en-US/docs/Web/CSS/position)

### Removed

Expand Down

0 comments on commit 77728d3

Please sign in to comment.