github-actions
released this
22 May 13:53
·
1097 commits
to main
since this release
Minor Changes
-
4bd407b: Fix Tabstrip crashing when
activeTabIndex
is set to null -
3aba7cc: Fixed id in
FormFieldNext
, and ids inFormFieldLabel
andFormFieldHelperText
from useFormFieldPropsNext
Deleteda11yValueAriaProps
, replaceda11yProps
type withA11yValueProps
inFormFieldContextNext
-
e7230ad: Added
textAlign
prop toInputNext
with possible configurations: "left" (default), "right", "center" -
2d63d30: Changes to Form Field and Input CSS:
- fixes background color when disabled
- fixes cursor on helper text
- fixes activation indicator width on active state
- usage of
grid-template-areas
Removes CSS API variables:
- --saltInputNext-borderColor-active - --saltInputNext-borderColor-hover - --saltInputNext-borderColor-focused - --saltInputNext-borderWidth - --saltInputNext-borderStyle - --saltInputNext-borderRadius - --saltInputNext-cursor
Patch Changes
- 922b1fb: Updated Banner to use the new spacing foundation