React Grid Layout Versions Save

A draggable and resizable grid layout with responsive breakpoints, for React.

1.4.1

7 months ago
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

7 months ago
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

1.3.4

2 years ago
Uncategorized
  • Add e.stopPropagation to onDragLeave, onDragEnter and onDrop to preve…
    • PR: #1494

1.3.3

2 years ago
Uncategorized
  • Fix Npm build - remove coverage folder (-60%size) - move eslint parser to devDependencies
    • PR: #1655

1.3.2

2 years ago
Uncategorized
  • Update devDependencies and add PR lint action
    • PR: #1633
  • tests calcWH and calcXY
    • PR: #1637
  • more GridItem tests
    • PR: #1643

1.3.1

2 years ago
  • no changes

0.13.9

7 years ago

Fixes:

  • Fixed sorting of layout items, which could be different in IE if two items have the same x & y coordinate.

0.13.8

7 years ago

Fixes:

  • Fixed breakage introduced in 0.13.7 when items are added without a layout or data-grid property.

0.13.7

7 years ago

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.

0.13.6

7 years ago

Fixes:

  • Fixed missing HTMLElement in onResize* callbacks.