Skip to content

Commit

Permalink
Changeset audit, ToC beta tag removed
Browse files Browse the repository at this point in the history
  • Loading branch information
endigo9740 committed Dec 19, 2023
1 parent 2dc0e81 commit 60e81ea
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .changeset/mighty-cycles-drive.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@skeletonlabs/skeleton": minor
"@skeletonlabs/skeleton": patch
---

feat: Added a `animIndeterminate` prop to customize the ProgressBar indeterminate animation.
chore: Added a `animIndeterminate` prop to customize the ProgressBar indeterminate animation.
4 changes: 2 additions & 2 deletions .changeset/modern-ways-greet.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@skeletonlabs/skeleton": minor
"@skeletonlabs/skeleton": patch
---

feat: Add slots to allow customizing AccordionItem open/close icons.
chroe: AccordionItem now includes `iconOpen` and `iconClosed` slots for custom open/closed icons
4 changes: 2 additions & 2 deletions .changeset/smart-ligers-rest.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@skeletonlabs/skeleton": minor
"@skeletonlabs/skeleton": patch
---

Added a new `fontSize` prop to the Avatar component to control the size of the initials
chore: Added a new `fontSize` prop to the Avatar component to control the size of the initials
4 changes: 2 additions & 2 deletions .changeset/thick-trains-chew.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@skeletonlabs/skeleton": minor
"@skeletonlabs/skeleton": patch
---

bugfix: RadioGroup now supports a `flexDirection` and `gap` props for handling vertical layouts and item spacing respectively.
bugfix: RadioGroup now includes `flexDirection` and `gap` props for handling vertical layouts and item spacing respectively
2 changes: 1 addition & 1 deletion sites/skeleton.dev/src/lib/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const menuNavLinks: Record<string, Array<{ title: string; list: List }>>
},
{ href: '/utilities/popups', label: 'Popups', keywords: 'menu, tooltip, overlay, dropdown, combobox, drop, down, select' },
{ href: '/utilities/toasts', label: 'Toasts', keywords: 'overlay, snack, snackbar, bar, action, alert, notification' },
{ href: '/utilities/table-of-contents', label: 'Table of Contents', keywords: 'page, results, links, navigation', badge: 'Beta' }
{ href: '/utilities/table-of-contents', label: 'Table of Contents', keywords: 'page, results, links, navigation' }
// DELISTED UNTIL FURTHER NOTICE
// { href: '/utilities/data-tables', label: 'Data Tables', keywords: 'search, sort, page, pagination, async', badge: 'Experimental' }
]
Expand Down

0 comments on commit 60e81ea

Please sign in to comment.