Skip to content

Releases: askides/react-plock

v3.0.1

24 Mar 22:26

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

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

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

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

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)

v1.2.0-rc.1

06 Feb 17:15
5236924

Choose a tag to compare

v1.2.0-rc.1 Pre-release
Pre-release

1.2.0-rc.1 (2022-02-06)

Features

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

v1.1.0

21 Jan 14:39
8fc162c

Choose a tag to compare

1.1.0 (2022-01-21)

Bug Fixes

  • fixed bad behaviour of the responsive column calculation (1307298)

Features

  • changed readme (a1a5bdc)
  • changed readme documentation (728d77e)
  • mediaqueries: now is possible to add breakpoints to manage different number of columns (77432f6)

v1.1.0-rc.1

21 Jan 13:37
63b7212

Choose a tag to compare

v1.1.0-rc.1 Pre-release
Pre-release

1.1.0-rc.1 (2022-01-21)

Bug Fixes

  • fixed bad behaviour of the responsive column calculation (1307298)

Features

  • changed readme (a1a5bdc)
  • changed readme documentation (728d77e)
  • mediaqueries: now is possible to add breakpoints to manage different number of columns (77432f6)

v1.0.0

11 Jan 20:47
528905b

Choose a tag to compare

1.0.0 (2022-01-11)

Bug Fixes

  • changed styles to style (cc1c27f)
  • fixed bad layout on particular cases (839456a)

Features

  • plock: implemented the plock layout with testing (8f810e3)

v1.0.0-rc.2

11 Jan 20:31

Choose a tag to compare

v1.0.0-rc.2 Pre-release
Pre-release

1.0.0-rc.2 (2022-01-11)

Bug Fixes

  • fixed bad layout on particular cases (839456a)