-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #4613
Merged
Merged
Version Packages #4613
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
8fc0c1d
to
d021298
Compare
d021298
to
5886874
Compare
5886874
to
de57f2e
Compare
de57f2e
to
7ddafdf
Compare
7ddafdf
to
e334172
Compare
e334172
to
1c59465
Compare
1c59465
to
31cf057
Compare
31cf057
to
91db0ad
Compare
joshwooding
approved these changes
Feb 4, 2025
mark-tate
approved these changes
Feb 4, 2025
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
@salt-ds/[email protected]
Minor Changes
6a0db8d: Added
loading
prop/functionality to the Button component. This prop will display a spinner to indicate that the action is in progress. This is useful for actions that take some time to process, such as submitting a form or loading data.Added
loadingAnnouncement
prop/functionality to the Button component. This prop will announce a message to screen readers. Meant to be used in conjunction with theloading
prop.1436b36: Add
padding
andmargin
toFlexLayout
,FlexItem
,FlowLayout
,StackLayout
andSplitLayout
efb37a0: Add
inputRef
prop toCheckbox
andRadioButton
. TheinputRef
can be used to access the hidden<input>
element.Patch Changes
@salt-ds/[email protected]
Minor Changes
926316f: Simplified the accent, interact, neutral palette tokens by reducing the number of attributes.
926316f: Aligned the theme and theme-next fade/alpha token implementation. All fade tokens have been deprecated and where necessary replaced with alpha tokens.
926316f: Deprecated opacity foundation and palette tokens. There are no direct replacements for these tokens.
926316f: Aligned the color ramp implementation with theme-next. Color tokens now have respective rgb tokens.
1203a3f: Deprecate
--salt-navigable-background-hover
and related tokens.--salt-navigable-background-hover
--salt-palette-navigate-background-hover
--salt-color-white-fade-background-hover
--salt-color-black-fade-background-hover
--salt-opacity-8
926316f: The Alpha palette has been added to the current theme. Previously it was only in theme-next.
Patch Changes
3e474a0: Added missing fade token:
--salt-color-gray-500-fade-background
.3e474a0: Removed incorrectly deprecated tokens:
--salt-color-orange-600-fade-background
--salt-palette-negative-foreground-disabled
--salt-palette-positive-foreground-disabled
--salt-palette-warning-border-disabled
--salt-palette-accent-background-disabled
--salt-palette-accent-border-disabled
@salt-ds/[email protected]
Patch Changes
@salt-ds/[email protected]
Patch Changes
@salt-ds/[email protected]
Patch Changes
@salt-ds/[email protected]
Patch Changes