Skip to content

Commit 591e9fe

Browse files
Version Packages (#41)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c207e19 commit 591e9fe

7 files changed

+17
-26
lines changed

.changeset/blue-carrots-repeat.md

-5
This file was deleted.

.changeset/happy-jokes-sort.md

-5
This file was deleted.

.changeset/popular-jobs-push.md

-5
This file was deleted.

.changeset/selfish-chicken-speak.md

-5
This file was deleted.

.changeset/soft-flowers-wash.md

-5
This file was deleted.

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# vaul-svelte
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- feat: add support for directions "top", "left", "bottom", and "right" ([#40](https://github.com/huntabyte/vaul-svelte/pull/40))
8+
9+
### Patch Changes
10+
11+
- Fix scroll top with smooth scroll ([#40](https://github.com/huntabyte/vaul-svelte/pull/40))
12+
13+
- fix: snapPoints onRelease position ([#40](https://github.com/huntabyte/vaul-svelte/pull/40))
14+
15+
- allow snapping to first snap point ([#40](https://github.com/huntabyte/vaul-svelte/pull/40))
16+
17+
- fix: prevent drawer from exceeding boundaries of last snap point while dragging ([#40](https://github.com/huntabyte/vaul-svelte/pull/40))
18+
319
## 0.1.1
420

521
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vaul-svelte",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"license": "MIT",
55
"repository": "github:huntabyte/vaul-svelte",
66
"scripts": {

0 commit comments

Comments
 (0)