Skip to content

Releases: askides/react-plock

v3.4.0

18 Dec 16:40
Compare
Choose a tag to compare

Changelog

  • chore: release v3.4.0 (9cc68fd)
  • chore: add jsdom (f253c21)
  • chore: update tests (38b2680)
  • chore: update docs (695c51b)
  • chore: remove readme copy (30f3dce)
  • chore(with-nextjs): update example (f6ca87e)
  • docs(with-vite): update example (c04b801)
  • feat: add useLayoutBalance feature (c7dd217)
  • chore: add commit in release process (849dc83)
  • chore: update readme (90264f0)

v3.3.0

17 Dec 21:50
Compare
Choose a tag to compare

Changelog

  • chore: release v3.3.0 (20c9fe3)
  • chore(mix): change release action (ddf94c9)
  • Merge pull request #50 from askides/feat/alias (ef9558b)
  • feat: add support for the 'as' property (9f0d88f)
  • Merge pull request #49 from askides/feat/vite (b063368)
  • chore(actions): update testing flow (6124e41)
  • feat(mix): add release process (4f8a3f0)
  • feat(mix): add changelog (ecfe6ab)
  • chore(mix): change release action (186ce52)
  • chore(mix): simplify dir structures (9d8ac94)
  • feat(vite): move from tsup (29f64df)
  • Update README.md (15eadae)
  • Update README.md (5f93460)

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!