Skip to content

Releases: jpmorganchase/salt-ds

@salt-ds/[email protected]

16 May 14:38
487c5f8
Compare
Choose a tag to compare

Patch Changes

  • 1e9ef1a: Fix duplicate Salt libraries being installed when multiple libraries are installed

@salt-ds/[email protected]

16 May 14:38
487c5f8
Compare
Choose a tag to compare

Patch Changes

  • 1e9ef1a: Fix duplicate Salt libraries being installed when multiple libraries are installed

@salt-ds/[email protected]

16 May 14:37
487c5f8
Compare
Choose a tag to compare

Patch Changes

  • f0f5f8e: Update the icon font
  • 1e9ef1a: Fix duplicate Salt libraries being installed when multiple libraries are installed

@salt-ds/[email protected]

16 May 14:38
487c5f8
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 2e04f9b: Moved useFormFieldPropsNext and FormFieldContextNext to ./form-field-context-next
    Move a11yValueAriaProps, A11yValueProps to FormFieldContextNext
  • b8ef52a: Add emptyReadOnlyMarker prop to InputNext
  • c3b945f: Removed startAdornment and endAdornment props in InputNext; adornments will come in Input v2

Patch Changes

  • ebf58d2: Banner

    • Remove render prop
    • Remove Link component from content
    • Create composable components BannerContent and BannerCloseButton
  • 1e9ef1a: Fix duplicate Salt libraries being installed when multiple libraries are installed

@salt-ds/[email protected]

16 May 14:38
487c5f8
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 1e9ef1a: Fix duplicate Salt libraries being installed when multiple libraries are installed

@salt-ds/[email protected]

04 May 14:07
7fe6699
Compare
Choose a tag to compare

Minor Changes

  • d7ed50d: Remove text decoration of inner text in Card when wrapped in a link

Patch Changes

  • 9f3800d: Update Tooltip props to account for the new content attribute introduced in @types/[email protected]
  • 528aa92: Fix Checkbox having incorrect icon style when in the disabled state and hovered over
  • 7f83323: Fix mergeProps not respecting null values

@salt-ds/[email protected]

04 May 14:07
7fe6699
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 562ddb0: Added endAdornment and startAdornment props to InputNext

  • eeb4542: Switch FormFieldNext to use a compositional based API

    <FormFieldNext {...props}>
      <FormFieldLabel>My label</FormFieldLabel>
      <InputNext defaultValue="Value" />
      <FormFieldHelperText>Helper text</FormFieldHelperText>
    </FormFieldNext>

    Removed helperText, label props from FormFieldNext

    Removed FormFieldLabelProps
    Removed FormFieldHelperTextProps

  • d0f9731: Added validationStatus to InputNext, FormFieldNext, FormFieldContextNext

    Added StatusAdornment, ErrorAdornment, SuccessAdornment, WarningAdornment components

    Removed disabled prop from FormFieldHelperText, FormFieldLabel

    Renamed useA11yValueValue to a11yValueAriaProps
    Removed disabled and readOnly out of a11yValueAriaProps and separated out disabled, readOnly within FormFieldContextNext
    Removed useA11yValue hook

    Removed type, onChange prop from InputNext

@salt-ds/[email protected]

26 Apr 09:53
eeee0fc
Compare
Choose a tag to compare

Minor Changes

  • 8bcc9d0: Deprecated tertiary editable tokens
    Deprecated tertiary variant in FormField

  • bf66b57: Deprecated -emphasize tokens in status and palette; replaced with default tokens

    --salt-status-error-background-emphasize replaced with --salt-status-error-background
    --salt-status-info-background-emphasize replaced with --salt-status-info-background
    --salt-status-success-background-emphasize replaced with --salt-status-success-background
    --salt-status-warning-background-emphasize replaced with --salt-status-warning-background

    --salt-palette-error-background-emphasize replaced with --salt-palette-error-background
    --salt-palette-info-background-emphasize replaced with --salt-palette-info-background
    --salt-palette-success-background-emphasize replaced with --salt-palette-success-background
    --salt-palette-warning-background-emphasize replaced with --salt-palette-warning-background

  • ea857f2: Deprecated --salt-size-icon-base, replaced with --salt-icon-size-base
    Added --salt-icon-size-status-adornment

@salt-ds/[email protected]

26 Apr 09:53
eeee0fc
Compare
Choose a tag to compare

Minor Changes

  • ea857f2: Deprecated --salt-size-icon-base, replaced with --salt-icon-size-base
    Added --salt-icon-size-status-adornment

@salt-ds/[email protected]

26 Apr 09:53
eeee0fc
Compare
Choose a tag to compare

Minor Changes

  • bf66b57: Deprecated -emphasize tokens in status and palette; replaced with default tokens

    --salt-status-error-background-emphasize replaced with --salt-status-error-background
    --salt-status-info-background-emphasize replaced with --salt-status-info-background
    --salt-status-success-background-emphasize replaced with --salt-status-success-background
    --salt-status-warning-background-emphasize replaced with --salt-status-warning-background

    --salt-palette-error-background-emphasize replaced with --salt-palette-error-background
    --salt-palette-info-background-emphasize replaced with --salt-palette-info-background
    --salt-palette-success-background-emphasize replaced with --salt-palette-success-background
    --salt-palette-warning-background-emphasize replaced with --salt-palette-warning-background

  • ea857f2: Deprecated --salt-size-icon-base, replaced with --salt-icon-size-base
    Added --salt-icon-size-status-adornment

  • 47132c2: Added FormFieldNext component with associated FormFieldLabel and FormFieldHelperText components
    Added FormFieldContextNext, useFormFieldPropsNext
    Added InputNext component

  • a6ede40: Render Tooltip in a portal to avoid it being cut off

    Add mergeProps to utils.

    Upgraded @floating-ui//react to v0.23.0

Patch Changes

  • fe818c6: Fix Tooltip having incorrect text styles when being nested in elements with custom text styles.