Skip to content

Releases: jpmorganchase/salt-ds

@salt-ds/[email protected]

15 May 08:10
e4b57a9
Compare
Choose a tag to compare

Patch Changes

  • 361edb3: Remove <countryCode>_Sharp entries in countryMetaMap. This was added incorrectly and makes using the map to convert between country codes and country names more difficult.
  • af21bfb: Fixed saltSharpCountries.css not being shipped as part of the package.

@salt-ds/[email protected]

15 May 08:10
e4b57a9
Compare
Choose a tag to compare

Patch Changes

  • 067bc00: Make SegmentedButtonGroup CSS selectors apply divider styles only to .saltButton, preventing dividers appearing when using floating-ui components like Menu.
  • 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 the content 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]

15 May 08:10
e4b57a9
Compare
Choose a tag to compare

Patch Changes

  • 98d1a03: Fixed icon not displayed correctly when salt theme class is not applied first on a container (fixes #3351)
  • 318515c: Fixed header background incorrectly referencing palette color (--salt-container-primary-background) instead of characterstics (--salt-container-primary-background)

@salt-ds/[email protected]

15 May 08:10
e4b57a9
Compare
Choose a tag to compare
Pre-release

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:

@salt-ds/[email protected]

03 May 12:52
ff9bd80
Compare
Choose a tag to compare

Patch Changes

  • 298ec90: Fixed saltIcons.css not being shipped as part of the package.
    Fixed CSS icons not appearing.

@salt-ds/[email protected]

03 May 12:52
ff9bd80
Compare
Choose a tag to compare

Minor Changes

  • 542b622: Added Menu, MenuItem, MenuTrigger, MenuPanel and MenuGroup.

    <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

  • 3f9febe: Fix pills not being removed when they are not in the displayed list in a combo box.
  • 04b5e51: Fixed Tooltip not being fully disabled when disabled=true.

@salt-ds/[email protected]

03 May 12:52
ff9bd80
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 542b622: Removed Menu, MenuItem, MenuTrigger, MenuPanel and MenuGroup from labs and promoted to core.

@salt-ds/[email protected]

29 Apr 08:17
25fd33c
Compare
Choose a tag to compare

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 and SaltShakerSolidIcon 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.

@salt-ds/[email protected]

29 Apr 08:17
25fd33c
Compare
Choose a tag to compare

Minor Changes

  • d885e02: Added useBreakpoint which returns on object containing matchedBreakpoints and breakpoint.

    • 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.

@salt-ds/[email protected]

29 Apr 08:17
25fd33c
Compare
Choose a tag to compare

Patch Changes

  • 0ca2953: Fixed single cell focus ring not visible in range selection mode (Fixed #3290)