1.5.1
Uncategorized
- chore(build): fix broken gh-actions
- PR: #2090
- GridItem: Fix cursor desync when used with React 18
- PR: #2043
1.5.0
- (#889) change breakpoint/layout event order by @EliMiX in https://github.com/react-grid-layout/react-grid-layout/pull/921
- fix(actions): redo labeler by @STRML in https://github.com/react-grid-layout/react-grid-layout/pull/2052
- Fix/example indexing by @STRML in https://github.com/react-grid-layout/react-grid-layout/pull/2054
- Fix calcXY calculation by @MaxMusing in https://github.com/react-grid-layout/react-grid-layout/pull/2059
- @EliMiX made their first contribution in https://github.com/react-grid-layout/react-grid-layout/pull/921
- @MaxMusing made their first contribution in https://github.com/react-grid-layout/react-grid-layout/pull/2059
Full Changelog: https://github.com/react-grid-layout/react-grid-layout/compare/1.4.4...1.5.0
1.4.1
Uncategorized
- fix(resize): fix bug where height could not be resized if h=0
- PR: #1931
- fix(deps): revert fast-equals to @4.0.3
- PR: #1932
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
Uncategorized
- Add e.stopPropagation to onDragLeave, onDragEnter and onDrop to preve…
- PR: #1494
1.3.3
Uncategorized
- Fix Npm build - remove coverage folder (-60%size) - move eslint parser to devDependencies
- PR: #1655
1.3.2
Uncategorized
- Update devDependencies and add PR lint action
- PR: #1633
- tests calcWH and calcXY
- PR: #1637
- more GridItem tests
- PR: #1643
1.3.1
- no changes