Releases: askides/react-plock
Releases · askides/react-plock
v3.4.0
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
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
v3.1.0
v3.1.0-dev.2
v3.1.0-dev.1
v3.0.2
3.0.2 (2023-03-27)
Note: Version bump only for package root
v3.0.1
v3.0.0
v2.0.0
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!