Skip to content

Commit 6475599

Browse files
Version Packages (#402)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3f02723 commit 6475599

6 files changed

+15
-21
lines changed

.changeset/hungry-lizards-repair.md

-5
This file was deleted.

.changeset/nine-owls-tell.md

-5
This file was deleted.

.changeset/swift-paws-dance.md

-5
This file was deleted.

.changeset/tender-gorillas-invent.md

-5
This file was deleted.

packages/svelte-ux/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# svelte-ux
22

3+
## 0.69.0
4+
5+
### Minor Changes
6+
7+
- [AppLayout] Fix scrolling to #fragment on page load by making body scrollable instead of <main>. Remove `overlapHeader` prop (always overlap). ([#404](https://github.com/techniq/svelte-ux/pull/404))
8+
9+
### Patch Changes
10+
11+
- [autoFocus] Add short delay to fix timing when used within modal (Dialog/Drawer/Menu) which also move focus ([`7d9f09cc999eea8d8244edffe818a36220680621`](https://github.com/techniq/svelte-ux/commit/7d9f09cc999eea8d8244edffe818a36220680621))
12+
13+
- Fix scrolling away when opening menu ([#400](https://github.com/techniq/svelte-ux/pull/400))
14+
15+
- [SelectField] Support option icons ([`91b58c5d6f00e6e9cee4b95cfb92498feda882c1`](https://github.com/techniq/svelte-ux/commit/91b58c5d6f00e6e9cee4b95cfb92498feda882c1))
16+
317
## 0.68.1
418

519
### Patch Changes

packages/svelte-ux/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Sean Lynch <[email protected]>",
55
"license": "MIT",
66
"repository": "techniq/svelte-ux",
7-
"version": "0.68.1",
7+
"version": "0.69.0",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)