Completely updated React, fixed #11, (hopefully)

This commit is contained in:
2018-03-04 19:11:49 -05:00
parent 6e0afd6e2a
commit 34e5f5139a
13674 changed files with 333464 additions and 473223 deletions

View File

@@ -1,5 +1,45 @@
# Changelog
0.16.5 (Feb 26, 2018)
----
- Minor fix to `isUserAction` on certain types of compaction cascades (#714, #720, #729)
0.16.4 (Feb 15, 2018)
----
- Skip null items in processGridItem (#578)
- Resize is broken for grids with preventCollision: true, fixes #655 (#656)
- Minor refactoring
0.16.3 (Jan 31, 2018)
----
- Fix overriding of `onStart` behaviour (#707, thanks @ersel)
- Fixed Flow type of WidthProvider
- Devdep updates
0.16.2 (Dec 17, 2017)
----
- Fix `onLayoutChange` not firing properly due to regression introduced in 0.16.1
- Ref: https://github.com/STRML/react-grid-layout/issues/683
- Simpler resize corner CSS (thanks @TrySound)
- Reformat code with Prettier & simplify lint configs (thanks @TrySound)
0.16.1 (Dec 10, 2017)
----
- Flow def upgrades (thanks @TrySound)
- DevDep upgrades
- Fixed WebpackBin demo
- Addl test cases (thanks @torkelo)
0.16.0 (Oct 6, 2017)
----
- Added horizontal compaction option, `compactType` (thanks @Rhjulskov)
- Added `preventCollision` option for static grids (thanks @EmrysMyrddin)
0.15.2 (Sep 5, 2017)
----