-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added missing changesets for prior PRs. (#114)
- Loading branch information
1 parent
5acf095
commit 5b237ec
Showing
3 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'svelte-ux': minor | ||
--- | ||
|
||
Replace <fieldset> elements with <div> elements to delegate control over the tag hierarchy to package users and allow for many-to-one relationships between fieldsets and TextField/SelectField elements. | ||
|
||
BREAKING CHANGE: The Field component's `fieldset` slot was renamed to `root` since it no longer has a <fieldset> element. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'svelte-ux': patch | ||
--- | ||
|
||
Button: Spurious error/warning removal with TS type hints & a Svelte ignore comment. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'svelte-ux': patch | ||
--- | ||
|
||
SelectField: Added several A11y enhancements to reduce warnings. |
5b237ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
svelte-ux – ./
svelte-ux-git-master-techniq-team.vercel.app
svelte-ux.vercel.app
svelte-ux.techniq.dev
svelte-ux-techniq-team.vercel.app