Releases: woofers/react-sheet-slide
Releases Β· woofers/react-sheet-slide
v1.5.0
New Features:
- Add
backdropClassName
to Sheet
component
- Upgrade to Next v14 for demo site
- Move to PNPM
- Bump peer deps to allow React 19
v1.4.0
New Features:
- Add
--modal-width
CSS variable to customize standard modal (#7)
- Add
velocity
prop (#9)
v1.3.0
New Features:
- Allow use of
className
props on wrapper components. This can be used to style via Tailwind, CSS modules or just provide a constant
value to target via CSS
Bug Fixes:
- Fix duplicate label IDs on demo site
- Cap width of sheet on demo site
v1.2.4
Changes:
- Add "use client" to module entrypoint
- Move demo site to Next 13 + app directory + Tailwind
v1.2.3
Bug Fixes:
- Remove console log in click handler
v1.2.0
New Features:
- Improve out of the box code example
- Increase draggable header size
Bug Fixes:
- Ensure
fit
detent does not include header twice
v1.1.0
New Features:
- Add Readme badges to docs
- Allow backdrop effect to moved onto different elements via class
The backdrop effect can be applied to a element via className="rss-backdrop"
.
This should be added to the top most div
/element in most cases.