Releases: react-grid-layout/react-grid-layout
Releases · react-grid-layout/react-grid-layout
1.5.0
What's Changed
Other Changes
- (#889) change breakpoint/layout event order by @EliMiX in #921
- fix(actions): redo labeler by @STRML in #2052
- Fix/example indexing by @STRML in #2054
- Fix calcXY calculation by @MaxMusing in #2059
New Contributors
- @EliMiX made their first contribution in #921
- @MaxMusing made their first contribution in #2059
Full Changelog: 1.4.4...1.5.0
1.4.1
1.4.0
Uncategorized
- add ISSUE_TEMPLATE files
- PR: #1672
- test deepFreeze
- PR: #1730
- docs: add missing props to custom child example
- PR: #1751
- docs - added children props to custom child component example
- PR: #1817
- Update README.md
- PR: #1834
- [bug-fix] Corrected draggableHandle configuration in static elements example
- PR: #1826
- fix(grid): Fixed Compact horizontal not always moving elements as left as possible.
- PR: #1822
- chore(npm): update packages
- PR: #1848
- Add checking the compactType null value to avoid breaking the layout when overlapping is allowed.
- PR: #1782
- chore(test): add test github action
- PR: #1854
- Replace
lodash.isequal
tofast-equals
- PR: #1853
- feat(github): add release automation with provenance
- PR: #1890
- add missing parenthesis
- PR: #1887
- fix(workflows): upg to node 16
- PR: #1891
- onResizeStop and onDragStop callbacks should return updated layout
- PR: #1613
- chore(utils): remove _grid and add test
- PR: #1897
- fix(build): npm@9 removed
npm bin
- PR: #1903
- Replaced window resize event handler with resizeObserver
- PR: #1839
- Export calculateUtils
- PR: #1918
- Multi directional resizing
- PR: #1917
- chore(dev): update dependencies
- PR: #1927
1.3.4
1.3.3
1.3.2
1.3.1
- no changes