Skip to content

Releases: react-grid-layout/react-grid-layout

1.4.1

12 Sep 14:48
Compare
Choose a tag to compare
Uncategorized
  • fix(resize): fix bug where height could not be resized if h=0
  • fix(deps): revert fast-equals to @4.0.3

1.4.0

11 Sep 21:04
Compare
Choose a tag to compare
Uncategorized
  • add ISSUE_TEMPLATE files
  • test deepFreeze
  • docs: add missing props to custom child example
  • docs - added children props to custom child component example
  • Update README.md
  • [bug-fix] Corrected draggableHandle configuration in static elements example
  • fix(grid): Fixed Compact horizontal not always moving elements as left as possible.
  • chore(npm): update packages
  • Add checking the compactType null value to avoid breaking the layout when overlapping is allowed.
  • chore(test): add test github action
  • Replace lodash.isequal to fast-equals
  • feat(github): add release automation with provenance
  • add missing parenthesis
  • fix(workflows): upg to node 16
  • onResizeStop and onDragStop callbacks should return updated layout
  • chore(utils): remove _grid and add test
  • fix(build): npm@9 removed npm bin
  • Replaced window resize event handler with resizeObserver
  • Export calculateUtils
  • Multi directional resizing
  • chore(dev): update dependencies

1.3.4

21 Feb 20:15
Compare
Choose a tag to compare
Uncategorized
  • Add e.stopPropagation to onDragLeave, onDragEnter and onDrop to preve…

1.3.3

24 Jan 18:20
Compare
Choose a tag to compare
Uncategorized
  • Fix Npm build - remove coverage folder (-60%size) - move eslint parser to devDependencies

1.3.2

24 Jan 14:12
Compare
Choose a tag to compare
Uncategorized
  • Update devDependencies and add PR lint action
  • tests calcWH and calcXY
  • more GridItem tests

1.3.1

29 Nov 14:09
Compare
Choose a tag to compare
  • no changes

0.13.9

08 Dec 01:07
7b16a0a
Compare
Choose a tag to compare

Fixes:

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

0.13.8

08 Dec 01:07
9da268a
Compare
Choose a tag to compare

Fixes:

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

0.13.7

08 Dec 01:07
ff75de7
Compare
Choose a tag to compare

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

08 Dec 01:07
cc8b405
Compare
Choose a tag to compare

Fixes:

  • Fixed missing HTMLElement in onResize* callbacks.