Skip to content

Releases: askides/react-plock

v3.2.0

23 Apr 12:28
f836246
Compare
Choose a tag to compare

3.2.0 (2024-04-23)

Features

v3.1.0

12 Feb 20:20
5daa273
Compare
Choose a tag to compare

3.1.0 (2024-02-12)

Bug Fixes

Features

  • add build step (3c7db99)
  • add finalizations for vite and nextjs config (507289b)
  • add nextjs example (523a1a0)

v3.1.0-dev.2

12 Feb 20:04
Compare
Choose a tag to compare
v3.1.0-dev.2 Pre-release
Pre-release

3.1.0-dev.2 (2024-02-12)

Features

v3.1.0-dev.1

12 Feb 19:52
Compare
Choose a tag to compare
v3.1.0-dev.1 Pre-release
Pre-release

3.1.0-dev.1 (2024-02-12)

Bug Fixes

Features

  • add finalizations for vite and nextjs config (507289b)
  • add nextjs example (523a1a0)

v3.0.2

27 Mar 19:54
Compare
Choose a tag to compare

3.0.2 (2023-03-27)

Note: Version bump only for package root

v3.0.1

24 Mar 22:26
Compare
Choose a tag to compare

What's Changed

  • Fix/typo by @itsrennyman in #29
  • Dev by @itsrennyman in #30

Full Changelog: v3.0.0...v3.0.1

v3.0.0

03 Mar 19:19
Compare
Choose a tag to compare

The library has been totally rewritten to allow for more outstanding performance and a marked reduction in bundle size, which is limiting in some situations.

Enjoy!

v2.0.0

25 May 21:21
03ecd3a
Compare
Choose a tag to compare

New Features

  • Library has been rewritten with TypeScript
  • Fixed warning related to useLayoutEffect during SSR (#21)
  • Added importable types for Plock and Breakpoints (#17)

Breaking Changes

  • Changed the nColumns property, now is breakpoints
  • Changed the type of gap property, it was a number, now is a string

Nerdy Stuff

  • Definitely better code readability

Cheers!

v1.2.1

18 May 19:12
Compare
Choose a tag to compare

1.2.1 (2022-05-18)

Bug Fixes

  • improved export & previous pr (ad51778)

v1.2.0

06 Feb 17:24
b159df8
Compare
Choose a tag to compare

1.2.0 (2022-02-06)

Features

  • added debounced resize event, also configurable (628dbe0)
  • added forward ref & possibility to override default div component (6c03530)