Skip to content

Commit ac6ad3d

Browse files
committed
release 0.13.2
1 parent 5319d8c commit ac6ad3d

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
0.13.2 (Aug 31, 2016)
4+
-----
5+
6+
#### Fixes:
7+
8+
- Diffing children in order to regenerate the layout now diffs the `key` props and their order.
9+
- This will catch more changes, such as sorting, addition, and removal.
10+
- Only pass `className` and `style` to WidthProvider. Other props were not intended to be supported.
11+
- I'm aware this could be a breaking change if you were relying on this bad behavior. If so, please
12+
use your own `WidthProvider`-style HOC.
13+
- `babel-plugin-transform-flow-comments` had limited support for defining types like transpiled classes.
14+
- This has been updated to instead copy source to `.js.flow` files, which preserves all type information.
15+
316
0.13.1 (Aug 16, 2016)
417
-----
518

0 commit comments

Comments
 (0)