react-grid-layout/react-grid-layout
 Watch   
 Star   
 Fork   
2023-09-12 22:47:38
react-grid-layout

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
2023-09-12 05:03:36
react-grid-layout

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 to fast-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
2022-02-22 04:14:35
react-grid-layout

1.3.4

Uncategorized
  • Add e.stopPropagation to onDragLeave, onDragEnter and onDrop to preve…
    • PR: #1494
2022-01-25 02:20:10
react-grid-layout

1.3.3

Uncategorized
  • Fix Npm build - remove coverage folder (-60%size) - move eslint parser to devDependencies
    • PR: #1655
2022-01-24 22:12:15
react-grid-layout

1.3.2

Uncategorized
  • Update devDependencies and add PR lint action
    • PR: #1633
  • tests calcWH and calcXY
    • PR: #1637
  • more GridItem tests
    • PR: #1643
2021-11-29 21:44:14
react-grid-layout

1.3.1

  • no changes
2016-12-06 07:09:49
react-grid-layout

0.13.9

Fixes:

  • Fixed sorting of layout items, which could be different in IE if two items have the same x & y coordinate.
2016-10-13 21:49:58
react-grid-layout

0.13.8

Fixes:

  • Fixed breakage introduced in 0.13.7 when items are added without a layout or data-grid property.
2016-10-04 02:58:59
react-grid-layout

0.13.7

Fixes:

  • Fixed an error during layout sync if children was a keyed fragment or had nested arrays.
  • Fixed onLayoutChange being called when layout didn't change.
  • Fixed some issues with input layout items being modified in-place rather than cloned.
  • Minor typos.
2016-09-26 23:50:03
react-grid-layout

0.13.6

Fixes:

  • Fixed missing HTMLElement in onResize* callbacks.