Skip to content

Releases: DevoInc/grid-layout

Release 2.1.0

22 May 14:35
Compare
Choose a tag to compare

2.1.0 (2024-05-22)

Features

  • change the way of use the viewport (333556c)
  • improved performance on movements (988169c)

Bug Fixes

  • nextBranch value on resolveCollisions (f2815dc)

Release 2.0.1

24 Apr 14:35
Compare
Choose a tag to compare

2.0.1 (2024-04-24)

Bug Fixes

Release 2.0.0

23 Apr 16:18
Compare
Choose a tag to compare

2.0.0 (2024-04-23)

⚠ BREAKING CHANGES

  • extracted ResizeObserver from core

Features

  • extracted ResizeObserver from core (4a48caf)

Release 1.1.0

23 Apr 08:42
Compare
Choose a tag to compare

1.1.0 (2024-04-23)

Features

  • added ItemWrapper className (7ed77bb)

Release 1.0.0

19 Apr 14:44
Compare
Choose a tag to compare

1.0.0 (2024-04-19)

⚠ BREAKING CHANGES

  • GridLayoutProvider in GridLayout dot notation
  • extracted ItemWrapper
  • extracted ResizeHelper from Placeholder
  • extract the dynamic concept

Features

  • added animationTimingFunction (ee70b54)
  • added offsetY for the reposition formula (6869911)
  • added showAfterAdjustInitialSize & sep. layout modifications (03dcf11)
  • adjust the predefined autoscroll threshold (6db4fe6)
  • extract the dynamic concept (91b6afd)
  • extracted ItemWrapper (66f9745)
  • extracted ResizeHelper from Placeholder (645b122)
  • GridLayoutProvider in GridLayout dot notation (668e0f6)
  • initial commit (61e7255)
  • onChange callback merge with final (f32da1f)
  • prefer the non animation movement (c7a88a7)
  • removed debounce from layoutUpdate (63523fd)
  • use 0.1 as default animation (a357d96)
  • use factors instead a precached fn for scale (6101e46)

Bug Fixes

  • another resolveCollisions problem (2978a4d)
  • resize helper not working after refactor (a5bd4ba)
  • resolveCollisions branch preference (ace8d41)
  • resolveCollisions branch preference each iter (a010754)
  • resolveCollisions branch priority each iter (b37a88d)
  • weird movement with items (745a89f)