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
373717d: Added
SkipLink
.225a61b: Added
render
prop toLink
. Therender
prop enables the substitution of the default anchor tag with an alternate link, such as React Router, facilitating integration with routing libraries.Patch Changes
@salt-ds/[email protected]
Minor Changes
SkipLink
from labs and promoted to core.Patch Changes
e6c54b7: Refine peer dependency management for DatePicker adapters by splitting them into sub-packages. You now import only the specific date framework adapter you need, simplifying dependency handling.
For
date-fns
:For
dayjs
:For
luxon
:For
moment
:Additionally,
DateDetailErrorEnum
is now a simplerDateDetailError
of typeDateDetailErrorType
.Instructions
Modify your import statements to use the specific sub-package for the date adapter you require.
Ensure your
package.json
includes the necessary date framework as a dependency. For example, if usingdate-fns
:This change helps streamline the integration of date frameworks with the DatePicker component by ensuring only the necessary adapters and dependencies are included.
eed82f8: Overlay and Dialog headers fix alignment for titles spanning into multiple lines, wrap preheader and headers in H2.
df7760d: Add border box to skip link container to ensure height is correctly measured.
Updated dependencies [e6c54b7]
Updated dependencies [373717d]
Updated dependencies [225a61b]
Updated dependencies [c5d61e2]
@salt-ds/[email protected]
Patch Changes
@salt-ds/[email protected]
Patch Changes
@salt-ds/[email protected]
Patch Changes
e6c54b7: Refine peer dependency management for DatePicker adapters by splitting them into sub-packages. You now import only the specific date framework adapter you need, simplifying dependency handling.
For
date-fns
:For
dayjs
:For
luxon
:For
moment
:Additionally,
DateDetailErrorEnum
is now a simplerDateDetailError
of typeDateDetailErrorType
.Instructions
Modify your import statements to use the specific sub-package for the date adapter you require.
Ensure your
package.json
includes the necessary date framework as a dependency. For example, if usingdate-fns
:This change helps streamline the integration of date frameworks with the DatePicker component by ensuring only the necessary adapters and dependencies are included.