Skip to content

Version Packages (next) #640

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
"cool-teams-judge",
"cuddly-coins-tease",
"cuddly-snakes-tie",
"dialog-drawer-event-propagation",
"dirty-pets-switch",
"fair-bugs-carry",
"fine-vans-move",
"forty-roses-dance",
"four-bears-join",
"funny-days-crash",
Expand All @@ -22,12 +24,16 @@
"loud-bees-juggle",
"lovely-queens-love",
"major-turkeys-ask",
"multiselect-demo-enhancements",
"nice-lamps-sing",
"nice-onions-sell",
"nine-carpets-own",
"numberstepper-documentation",
"open-hats-arrive",
"plain-games-prove",
"ready-planets-deny",
"selectfield-demo-improvements",
"selectfield-focus-management",
"silent-items-tickle",
"stale-words-allow",
"true-fans-crash",
Expand Down
16 changes: 16 additions & 0 deletions packages/svelte-ux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# svelte-ux

## 2.0.0-next.20

### Patch Changes

- fix(Dialog/Drawer): event propagation preventing outside click detection ([#635](https://github.com/techniq/svelte-ux/pull/635))

- fix(SelectField): keep menu open on reactive updates; close only on selection or outside click ([#638](https://github.com/techniq/svelte-ux/pull/638))

- docs(MultiSelect/MultiSelectField/MultiSelectMenu): Enhanced demo examples with functional item creation dialogs ([#635](https://github.com/techniq/svelte-ux/pull/635))

- docs(NumberStepper): demo example with prefix/suffix slot ([#635](https://github.com/techniq/svelte-ux/pull/635))

- docs(SelectField): demo filtering logic and form handling ([#635](https://github.com/techniq/svelte-ux/pull/635))

- fix(SelectField): focus management when used within dialogs ([#635](https://github.com/techniq/svelte-ux/pull/635))

## 2.0.0-next.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-ux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Sean Lynch <[email protected]>",
"license": "MIT",
"repository": "techniq/svelte-ux",
"version": "2.0.0-next.19",
"version": "2.0.0-next.20",
"scripts": {
"dev": "vite dev --port 3001",
"build": "vite build",
Expand Down