Merged
Conversation
e85285d to
9ffec9e
Compare
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
9ffec9e to
c0d359b
Compare
c0d359b to
688f905
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 main, this PR will be updated.
Releases
create-svelte-ux@0.3.0
Minor Changes
svelte-ux@0.60.0
Minor Changes
Update Settings component to expose each settings key as a component prop (#167)
Add ability to set a default values for labelPlacement and variant props (#167)
Add
sumObjectsarray util (#167)themeargument toclasses(#167)BREAKING: removed
dateDisplay()in favor offormat()(#167)Add theme selection/creation page and simplify loading themes (#167)
Add support for passing
classandclassesprops to the DateField component (#167)Change PeriodType values (0 = unqualified DoW, 1-7 = Sun-Sat) (#167)
Support
ux.themestailwind config, including Daisy UI (#167)Rename
cssVarsaction tostyleVarsand do not prefix properties with--by default (more flexible) (#167)Theme support (#167)
Patch Changes
Update dependencies (except vitest) (#167)
Add styles (with daisy) as top-level export (#167)
[SelectField] Add
stepperprop to iterate through options (likeMenuField) (#167)[TableOfContents] Support changing icon (#167)
[MenuField] Expose
selectedoption via prop (similar toSelectField) (#167)Add ThemeInit component to prevent flash of unstyled content when SSR is enabled (#167)
[MenuButton] Support hiding
menuIconand dispatchchangeevent (#167)Rename
ThemeButtontoThemeSelect(#167)Add a store to manage the current theme (#167)
Support passing a custom formatter function as
formatargument to format() / formatWithLocale() (#167)Fix ThemeSwitch SSR behavior by using
darkclass to define positioning and icon display (#167)[MultiSelect] Add
autoFocusSearchto opt into functionality, whichMultiSelectMenumaintains (#167)add locale management of date leveraging intl (#167)
Map Skeleton themes to Svelte UX themes (#167)
[SelectField] Fix toggling display of options menu using toggleIcon. Support hiding toggleIcon (` (#167)
[DateRange] Remove
scrollIntoViewfor date selection components (month, year) (#167)[DateField] Fix input value when clearing value (#167)
Fix overriding
elevation-#classes. Addelevation-noneto removeelevation-#(#167)[Appbar] Add
menuIconprop and slot (#167)[Popover|Menu|popover] Support
resizewidth or height only (#167)Add
ThemeSwitchcomponent to toggle between light/dark theme (#167)