Skip to content

Commit

Permalink
Added missing changesets for prior PRs. (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
willnationsdev authored Nov 4, 2023
1 parent 5acf095 commit 5b237ec
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/hungry-rivers-roll.md
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.
5 changes: 5 additions & 0 deletions .changeset/slimy-chairs-kneel.md
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.
5 changes: 5 additions & 0 deletions .changeset/small-needles-clap.md
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.

1 comment on commit 5b237ec

@vercel
Copy link

@vercel vercel bot commented on 5b237ec Nov 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.