Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@skeletonlabs/skeleton@2.0.0
Major Changes
breaking: Introduced dynamic transitions for various components (#1533)
breaking: Removed deprecated
whitelist
andblacklist
properties from the Autocomplete component (#1822)breaking: Removed the long-deprecated Skeleton Data Table feature (#1822)
breaking: Refactored global stores to use contexts for
Toast
,Drawer
, andModal
utilities (#1831)breaking: Overhauled the Tailwind plugin and separated it into its own package:
@skeletonlabs/tw-plugin
(feat: Skeleton Plugin refactor #1660) (#1730)breaking: Table of Contents component has been rebuilt and reimplemented from the ground up (#1832)
breaking: Removed all references to Skeleton's legacy typography system, including
typography-prose.css
and.unstyled
(#1822)breaking: Renamed the Paginator
offset
property topage
for better semantics (#1822)Minor Changes
Patch Changes
bugfix: Updates to the relational Tree View now work as expected (#1910)
bugfix: Paginator no longer resets
page
value on length change (#1837)chore: Update File Button
button
prop now includes.btn
class to allow removing all styles (#1919)bugfix: Fixed an issue where the paginator page would be set to -1 if
size
was 0 (#1861)chore: Update Table of Contents to include optional
prefix
andsuffix
parameters (#1956)chore: Rollback Input Chip change that introduced reactivity bug (#1957)
chore: The checkbox
indeterminate
state now uses theme styling by default (#1917)@skeletonlabs/tw-plugin@0.1.0
Minor Changes
feat: Added
properties_dark
to themes for CSS properties that are applied only in dark mode (#1896)feat: Added the brand new
wintry
preset theme (#1902)Patch Changes
bugfix: The Skeleton Tailwind plugin's base styles are no longer wrongfully removed (#1850)
bugfix:
properties_dark
forCustomThemeConfig
is now optional (#1911)chore: Initial Release (#1730)
chore: Webkit scrollbars corners now match track background coloring (#1908)
chore: Fixed release tag (#1730)
bugfix: Allow
properties
andproperties_dark
to define arbitrary properties (#1937)create-skeleton-app@0.0.48
Patch Changes
Create-Skeleton-App (CSA) Updates: (#1859)
vite-plugin-tailwind-purgecss
to enable purging of unused component CSSbugfix: Fixed
@rc
pinning (#1882)