chore(release): version package (rc) #1841
Merged
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 v2, this PR will be updated.
v2
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onv2
.Releases
@skeletonlabs/skeleton@2.0.0-rc.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 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
feat: Added
tree-view
single/multi selection mode, Enableddata-driven
for tree-view. (#1779)feat: Added
regionLabel
prop to Radio Groups (#1836)Patch Changes
bugfix:
autocomplete
fixed reactive update when allow and deny lists are empty. (#1825)bugfix: Fixed
.bg-hover-primary-token
color in dark mode. (#1824)bugfix: prevent
Paginator
from resetting it's page on length change. (#1837)bugfix: InputChips updates bound value only once. (#1768)
@skeletonlabs/tw-plugin@0.0.1-rc.0
Patch Changes