emilkowalski/vaul (vaul)
### [`v0.9.0`](https://togithub.com/emilkowalski/vaul/releases/tag/v0.9.0)
[Compare Source](https://togithub.com/emilkowalski/vaul/compare/59e86294b60142cb0b2b2dc194ccbca266b0db99...v0.9.0)
#### What's Changed
- Fix scroll top with smooth scroll by [@emilkowalski](https://togithub.com/emilkowalski) in [https://github.com/emilkowalski/vaul/pull/219](https://togithub.com/emilkowalski/vaul/pull/219)
- update bundler by [@emilkowalski](https://togithub.com/emilkowalski) in [https://github.com/emilkowalski/vaul/pull/221](https://togithub.com/emilkowalski/vaul/pull/221)
- Fix: Allow snapping to the first snap point by [@suphon-t](https://togithub.com/suphon-t) in [https://github.com/emilkowalski/vaul/pull/223](https://togithub.com/emilkowalski/vaul/pull/223)
- Fix useSnapPoints onRelease position by [@suphon-t](https://togithub.com/suphon-t) in [https://github.com/emilkowalski/vaul/pull/227](https://togithub.com/emilkowalski/vaul/pull/227)
- fix: using e.preventDefault to prevent drawer from closing by [@GrantClark1999](https://togithub.com/GrantClark1999) in [https://github.com/emilkowalski/vaul/pull/237](https://togithub.com/emilkowalski/vaul/pull/237)
- remove duplicated main element by [@choeqq](https://togithub.com/choeqq) in [https://github.com/emilkowalski/vaul/pull/233](https://togithub.com/emilkowalski/vaul/pull/233)
- \[maintenance]: bump packages by [@choeqq](https://togithub.com/choeqq) in [https://github.com/emilkowalski/vaul/pull/235](https://togithub.com/emilkowalski/vaul/pull/235)
- Maintenance by [@emilkowalski](https://togithub.com/emilkowalski) in [https://github.com/emilkowalski/vaul/pull/238](https://togithub.com/emilkowalski/vaul/pull/238)
- fix autocomplete input bug by [@emilkowalski](https://togithub.com/emilkowalski) in [https://github.com/emilkowalski/vaul/pull/244](https://togithub.com/emilkowalski/vaul/pull/244)
- cleanup bg on body by [@choeqq](https://togithub.com/choeqq) in [https://github.com/emilkowalski/vaul/pull/232](https://togithub.com/emilkowalski/vaul/pull/232)
- fix: missing dependencies on fixed position hook effect by [@rortan134](https://togithub.com/rortan134) in [https://github.com/emilkowalski/vaul/pull/231](https://togithub.com/emilkowalski/vaul/pull/231)
- Always drag side drawers by [@emilkowalski](https://togithub.com/emilkowalski) in [https://github.com/emilkowalski/vaul/pull/247](https://togithub.com/emilkowalski/vaul/pull/247)
- Fix controlled snap poinst by [@emilkowalski](https://togithub.com/emilkowalski) in [https://github.com/emilkowalski/vaul/pull/248](https://togithub.com/emilkowalski/vaul/pull/248)
- Add non-draggable elements by [@emilkowalski](https://togithub.com/emilkowalski) in [https://github.com/emilkowalski/vaul/pull/250](https://togithub.com/emilkowalski/vaul/pull/250)
#### New Contributors
- [@suphon-t](https://togithub.com/suphon-t) made their first contribution in [https://github.com/emilkowalski/vaul/pull/223](https://togithub.com/emilkowalski/vaul/pull/223)
- [@GrantClark1999](https://togithub.com/GrantClark1999) made their first contribution in [https://github.com/emilkowalski/vaul/pull/237](https://togithub.com/emilkowalski/vaul/pull/237)
- [@choeqq](https://togithub.com/choeqq) made their first contribution in [https://github.com/emilkowalski/vaul/pull/233](https://togithub.com/emilkowalski/vaul/pull/233)
**Full Changelog**: https://github.com/emilkowalski/vaul/compare/v0.8.7...v0.9.0
### [`v0.8.9`](https://togithub.com/emilkowalski/vaul/compare/51ed6abb7d75784e5fa8492284be565e5c031423...59e86294b60142cb0b2b2dc194ccbca266b0db99)
[Compare Source](https://togithub.com/emilkowalski/vaul/compare/51ed6abb7d75784e5fa8492284be565e5c031423...59e86294b60142cb0b2b2dc194ccbca266b0db99)
### [`v0.8.8`](https://togithub.com/emilkowalski/vaul/compare/v0.8.7...51ed6abb7d75784e5fa8492284be565e5c031423)
[Compare Source](https://togithub.com/emilkowalski/vaul/compare/v0.8.7...51ed6abb7d75784e5fa8492284be565e5c031423)
### [`v0.8.7`](https://togithub.com/emilkowalski/vaul/releases/tag/v0.8.7)
[Compare Source](https://togithub.com/emilkowalski/vaul/compare/8f2b1ee9515f2219d04ed91cf973ba6392e3c175...v0.8.7)
#### What's Changed
- Switch bundler to bunchee by [@huozhi](https://togithub.com/huozhi) in [https://github.com/emilkowalski/vaul/pull/190](https://togithub.com/emilkowalski/vaul/pull/190)
- Add `preventScrollRestoration` option for scroll resortation by [@shkumbinhasani](https://togithub.com/shkumbinhasani) in [https://github.com/emilkowalski/vaul/pull/202](https://togithub.com/emilkowalski/vaul/pull/202)
- Fix usage without a portal by [@emilkowalski](https://togithub.com/emilkowalski) in [https://github.com/emilkowalski/vaul/pull/207](https://togithub.com/emilkowalski/vaul/pull/207)
- Don't hide sticky elements by [@emilkowalski](https://togithub.com/emilkowalski) in [https://github.com/emilkowalski/vaul/pull/209](https://togithub.com/emilkowalski/vaul/pull/209)
- build: bump bunchee to latest version by [@huozhi](https://togithub.com/huozhi) in [https://github.com/emilkowalski/vaul/pull/208](https://togithub.com/emilkowalski/vaul/pull/208)
- chore: align react types versions by [@huozhi](https://togithub.com/huozhi) in [https://github.com/emilkowalski/vaul/pull/211](https://togithub.com/emilkowalski/vaul/pull/211)
- Fix: Prevent sheet from exceeding boundaries of the last snap point while dragging by [@erisleci](https://togithub.com/erisleci) in [https://github.com/emilkowalski/vaul/pull/206](https://togithub.com/emilkowalski/vaul/pull/206)
- Support top/bottom/left/right drawer direction by [@dcyoung](https://togithub.com/dcyoung) in [https://github.com/emilkowalski/vaul/pull/187](https://togithub.com/emilkowalski/vaul/pull/187)
#### New Contributors
- [@huozhi](https://togithub.com/huozhi) made their first contribution in [https://github.com/emilkowalski/vaul/pull/190](https://togithub.com/emilkowalski/vaul/pull/190)
- [@shkumbinhasani](https://togithub.com/shkumbinhasani) made their first contribution in [https://github.com/emilkowalski/vaul/pull/202](https://togithub.com/emilkowalski/vaul/pull/202)
- [@erisleci](https://togithub.com/erisleci) made their first contribution in [https://github.com/emilkowalski/vaul/pull/206](https://togithub.com/emilkowalski/vaul/pull/206)
- [@dcyoung](https://togithub.com/dcyoung) made their first contribution in [https://github.com/emilkowalski/vaul/pull/187](https://togithub.com/emilkowalski/vaul/pull/187)
**Full Changelog**: https://github.com/emilkowalski/vaul/compare/v0.8.0...v0.8.6
### [`v0.8.5`](https://togithub.com/emilkowalski/vaul/compare/v0.8.0...8f2b1ee9515f2219d04ed91cf973ba6392e3c175)
[Compare Source](https://togithub.com/emilkowalski/vaul/compare/693fc85f993cf166313073026a6ef00bfe6efa54...8f2b1ee9515f2219d04ed91cf973ba6392e3c175)
### [`v0.8.1`](https://togithub.com/emilkowalski/vaul/compare/v0.8.0...693fc85f993cf166313073026a6ef00bfe6efa54)
[Compare Source](https://togithub.com/emilkowalski/vaul/compare/v0.8.0...693fc85f993cf166313073026a6ef00bfe6efa54)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^0.8.0
->^0.9.0
Release Notes
emilkowalski/vaul (vaul)
### [`v0.9.0`](https://togithub.com/emilkowalski/vaul/releases/tag/v0.9.0) [Compare Source](https://togithub.com/emilkowalski/vaul/compare/59e86294b60142cb0b2b2dc194ccbca266b0db99...v0.9.0) #### What's Changed - Fix scroll top with smooth scroll by [@emilkowalski](https://togithub.com/emilkowalski) in [https://github.com/emilkowalski/vaul/pull/219](https://togithub.com/emilkowalski/vaul/pull/219) - update bundler by [@emilkowalski](https://togithub.com/emilkowalski) in [https://github.com/emilkowalski/vaul/pull/221](https://togithub.com/emilkowalski/vaul/pull/221) - Fix: Allow snapping to the first snap point by [@suphon-t](https://togithub.com/suphon-t) in [https://github.com/emilkowalski/vaul/pull/223](https://togithub.com/emilkowalski/vaul/pull/223) - Fix useSnapPoints onRelease position by [@suphon-t](https://togithub.com/suphon-t) in [https://github.com/emilkowalski/vaul/pull/227](https://togithub.com/emilkowalski/vaul/pull/227) - fix: using e.preventDefault to prevent drawer from closing by [@GrantClark1999](https://togithub.com/GrantClark1999) in [https://github.com/emilkowalski/vaul/pull/237](https://togithub.com/emilkowalski/vaul/pull/237) - remove duplicated main element by [@choeqq](https://togithub.com/choeqq) in [https://github.com/emilkowalski/vaul/pull/233](https://togithub.com/emilkowalski/vaul/pull/233) - \[maintenance]: bump packages by [@choeqq](https://togithub.com/choeqq) in [https://github.com/emilkowalski/vaul/pull/235](https://togithub.com/emilkowalski/vaul/pull/235) - Maintenance by [@emilkowalski](https://togithub.com/emilkowalski) in [https://github.com/emilkowalski/vaul/pull/238](https://togithub.com/emilkowalski/vaul/pull/238) - fix autocomplete input bug by [@emilkowalski](https://togithub.com/emilkowalski) in [https://github.com/emilkowalski/vaul/pull/244](https://togithub.com/emilkowalski/vaul/pull/244) - cleanup bg on body by [@choeqq](https://togithub.com/choeqq) in [https://github.com/emilkowalski/vaul/pull/232](https://togithub.com/emilkowalski/vaul/pull/232) - fix: missing dependencies on fixed position hook effect by [@rortan134](https://togithub.com/rortan134) in [https://github.com/emilkowalski/vaul/pull/231](https://togithub.com/emilkowalski/vaul/pull/231) - Always drag side drawers by [@emilkowalski](https://togithub.com/emilkowalski) in [https://github.com/emilkowalski/vaul/pull/247](https://togithub.com/emilkowalski/vaul/pull/247) - Fix controlled snap poinst by [@emilkowalski](https://togithub.com/emilkowalski) in [https://github.com/emilkowalski/vaul/pull/248](https://togithub.com/emilkowalski/vaul/pull/248) - Add non-draggable elements by [@emilkowalski](https://togithub.com/emilkowalski) in [https://github.com/emilkowalski/vaul/pull/250](https://togithub.com/emilkowalski/vaul/pull/250) #### New Contributors - [@suphon-t](https://togithub.com/suphon-t) made their first contribution in [https://github.com/emilkowalski/vaul/pull/223](https://togithub.com/emilkowalski/vaul/pull/223) - [@GrantClark1999](https://togithub.com/GrantClark1999) made their first contribution in [https://github.com/emilkowalski/vaul/pull/237](https://togithub.com/emilkowalski/vaul/pull/237) - [@choeqq](https://togithub.com/choeqq) made their first contribution in [https://github.com/emilkowalski/vaul/pull/233](https://togithub.com/emilkowalski/vaul/pull/233) **Full Changelog**: https://github.com/emilkowalski/vaul/compare/v0.8.7...v0.9.0 ### [`v0.8.9`](https://togithub.com/emilkowalski/vaul/compare/51ed6abb7d75784e5fa8492284be565e5c031423...59e86294b60142cb0b2b2dc194ccbca266b0db99) [Compare Source](https://togithub.com/emilkowalski/vaul/compare/51ed6abb7d75784e5fa8492284be565e5c031423...59e86294b60142cb0b2b2dc194ccbca266b0db99) ### [`v0.8.8`](https://togithub.com/emilkowalski/vaul/compare/v0.8.7...51ed6abb7d75784e5fa8492284be565e5c031423) [Compare Source](https://togithub.com/emilkowalski/vaul/compare/v0.8.7...51ed6abb7d75784e5fa8492284be565e5c031423) ### [`v0.8.7`](https://togithub.com/emilkowalski/vaul/releases/tag/v0.8.7) [Compare Source](https://togithub.com/emilkowalski/vaul/compare/8f2b1ee9515f2219d04ed91cf973ba6392e3c175...v0.8.7) #### What's Changed - Switch bundler to bunchee by [@huozhi](https://togithub.com/huozhi) in [https://github.com/emilkowalski/vaul/pull/190](https://togithub.com/emilkowalski/vaul/pull/190) - Add `preventScrollRestoration` option for scroll resortation by [@shkumbinhasani](https://togithub.com/shkumbinhasani) in [https://github.com/emilkowalski/vaul/pull/202](https://togithub.com/emilkowalski/vaul/pull/202) - Fix usage without a portal by [@emilkowalski](https://togithub.com/emilkowalski) in [https://github.com/emilkowalski/vaul/pull/207](https://togithub.com/emilkowalski/vaul/pull/207) - Don't hide sticky elements by [@emilkowalski](https://togithub.com/emilkowalski) in [https://github.com/emilkowalski/vaul/pull/209](https://togithub.com/emilkowalski/vaul/pull/209) - build: bump bunchee to latest version by [@huozhi](https://togithub.com/huozhi) in [https://github.com/emilkowalski/vaul/pull/208](https://togithub.com/emilkowalski/vaul/pull/208) - chore: align react types versions by [@huozhi](https://togithub.com/huozhi) in [https://github.com/emilkowalski/vaul/pull/211](https://togithub.com/emilkowalski/vaul/pull/211) - Fix: Prevent sheet from exceeding boundaries of the last snap point while dragging by [@erisleci](https://togithub.com/erisleci) in [https://github.com/emilkowalski/vaul/pull/206](https://togithub.com/emilkowalski/vaul/pull/206) - Support top/bottom/left/right drawer direction by [@dcyoung](https://togithub.com/dcyoung) in [https://github.com/emilkowalski/vaul/pull/187](https://togithub.com/emilkowalski/vaul/pull/187) #### New Contributors - [@huozhi](https://togithub.com/huozhi) made their first contribution in [https://github.com/emilkowalski/vaul/pull/190](https://togithub.com/emilkowalski/vaul/pull/190) - [@shkumbinhasani](https://togithub.com/shkumbinhasani) made their first contribution in [https://github.com/emilkowalski/vaul/pull/202](https://togithub.com/emilkowalski/vaul/pull/202) - [@erisleci](https://togithub.com/erisleci) made their first contribution in [https://github.com/emilkowalski/vaul/pull/206](https://togithub.com/emilkowalski/vaul/pull/206) - [@dcyoung](https://togithub.com/dcyoung) made their first contribution in [https://github.com/emilkowalski/vaul/pull/187](https://togithub.com/emilkowalski/vaul/pull/187) **Full Changelog**: https://github.com/emilkowalski/vaul/compare/v0.8.0...v0.8.6 ### [`v0.8.5`](https://togithub.com/emilkowalski/vaul/compare/v0.8.0...8f2b1ee9515f2219d04ed91cf973ba6392e3c175) [Compare Source](https://togithub.com/emilkowalski/vaul/compare/693fc85f993cf166313073026a6ef00bfe6efa54...8f2b1ee9515f2219d04ed91cf973ba6392e3c175) ### [`v0.8.1`](https://togithub.com/emilkowalski/vaul/compare/v0.8.0...693fc85f993cf166313073026a6ef00bfe6efa54) [Compare Source](https://togithub.com/emilkowalski/vaul/compare/v0.8.0...693fc85f993cf166313073026a6ef00bfe6efa54)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.