Releases: jpmorganchase/salt-ds
Releases · jpmorganchase/salt-ds
@salt-ds/[email protected]
@salt-ds/[email protected]
Patch Changes
- 067bc00: Make
SegmentedButtonGroup
CSS selectors apply divider styles only to.saltButton
, preventing dividers appearing when using floating-ui components likeMenu
. - 5ff98b5: Fixed ComboBox logging event errors in React 16.
- 8896143: Changed RadioButton's display to
inline-flex
so the hit area only covers the label. - d972d20: Fixed
Tooltip
not displaying when thecontent
prop value is falsy e.g. 0 - 8896143: Changed Checkbox's display to
inline-flex
so the hit area only covers the label.
@salt-ds/[email protected]
Patch Changes
@salt-ds/[email protected]
Patch Changes
-
92bb63a: - fixed keyboard navigation between panel and dates in calendar
- fixed highlight and today characteristics for previous months in calendar
-
894aaf0: Calendar fixes:
- Fixed mozilla div focus bug https://bugzilla.mozilla.org/show_bug.cgi?id=1069739 and added aria label to calendar for accessibility improvement.
- Prevent event defaults in keyboard navigation.
@salt-ds/[email protected]
Patch Changes
- 298ec90: Fixed
saltIcons.css
not being shipped as part of the package.
Fixed CSS icons not appearing.
@salt-ds/[email protected]
Minor Changes
-
542b622: Added
Menu
,MenuItem
,MenuTrigger
,MenuPanel
andMenuGroup
.<Menu> <MenuTrigger> <Button variant="secondary" aria-label="Open Menu"> <MicroMenuIcon aria-hidden /> </Button> </MenuTrigger> <MenuPanel> <MenuItem>Copy</MenuItem> <MenuItem>Paste</MenuItem> <MenuItem>Export</MenuItem> <MenuItem>Settings</MenuItem> </MenuPanel> </Menu>
Patch Changes
@salt-ds/[email protected]
Minor Changes
- 542b622: Removed
Menu
,MenuItem
,MenuTrigger
,MenuPanel
andMenuGroup
from labs and promoted to core.
@salt-ds/[email protected]
Patch Changes
-
d1505a3: Reexporting all the icons from Figma. This has caused the following:
- The "9" in the
SortNumAscendIcon
is no longer cut off. - The arrow in the
PlaceInIcon
is no longer too short. - The
SaltShakerIcon
andSaltShakerSolidIcon
have the correct viewport and are now slightly bigger. - The waves in the
SignalIcon
are now visible. - The arrow in the
TearOutIcon
is no longer too short.
- The "9" in the
@salt-ds/[email protected]
Minor Changes
-
d885e02: Added
useBreakpoint
which returns on object containing matchedBreakpoints andbreakpoint
.matchedBreakpoints
- is an array of all matched breakpoints e.g. when the viewport matches the M breakpoint this array contains M, SM and XS.breakpoint
- is the current matched breakpoint.
-
d885e02: Added support for passing a string gap values to FlexLayout and GridLayout.
<FlexLayout gap="spacing-100" /> <GridLayout gap="spacing-100" rowGap="spacing-100" columnGap="spacing-100" />
Added support for passing a string column and row template to GridLayout.
<GridLayout columns="1fr 1fr 2fr" rows="1fr 2fr" />
Patch Changes
- 51e164e: Fixed Combo box and Dropdown options not growing in height with their content.
- f2f88a0: Fixed Switch's alignment when it's used with a left/right aligned FormFieldLabel.
- 8ebd913: Fixed deprecated
--salt-size-accent
references to--salt-size-bar
. Fixed deprecated--salt-size-unit
references to--salt-spacing-100
.