Skip to content

Commit

Permalink
Release notes for 0.3.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Aug 14, 2023
1 parent dfe54fe commit 54c74eb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release Notes

## 0.3.13

### Fixes

- Reserve space for padding/borders in nodes with measure functions (#497)

**NOTE: This has the potential to break layouts relying on the old behaviour.** However, such layouts would be relying on a style having no effect, so it is judged that such layouts are unlikely to exist in the wild. If this turns out not to be true then this fix will be reverted on the 0.3.x branch.
- Fix rounding accumulation bug (#521) (Fixes #501 and bevyengine/bevy#8911)
- Make CSS Grid algorithm correctly apply max width/height and available space when it is the root node (#491)
- Flexbox: pass correct cross-axis available space when computing an item's intrinsic main size (#522)(Fixes bevyengine/bevy#9350)
- Flexbox: Subtract child margin not parent margin when computing stretch-alignment known size
- Apply margins to leaf nodes when computing available space for measure functions

## 0.3.12

### Fixes
Expand Down

0 comments on commit 54c74eb

Please sign in to comment.