Skip to content

Releases: jpmorganchase/salt-ds

@salt-ds/ag-grid-theme@1.1.1

Choose a tag to compare

@github-actions github-actions released this 22 Mar 10:11
d4c54e7

Patch Changes

  • 50370de: Fixed some icons that were overridden incorrectly
  • 982da8e: Fix ag-grid uitk theme floating filter input height in High density

@salt-ds/lab@1.0.0-alpha.3

Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Mar 10:11
d4c54e7

Minor Changes

  • 2e0fdff: Deprecated --salt-size-graphic-small, --salt-size-graphic-medium, --salt-size-graphic-large
    Deprecated --salt-size-divider-height, --salt-size-divider-strokeWidth, replaced with --salt-size-separator-height, --salt-size-separator-strokeWidth

  • 242941c: Move Avatar from lab to core

  • 9cae606: Deprecated differential characteristic; replaced tokens with below
    Moved differential tokens to status characteristic
    Added 'static' status variant

    - --salt-differential-positive-foreground
    - --salt-differential-negative-foreground
    + --salt-status-positive-foreground
    + --salt-status-negative-foreground
    + --salt-status-static-foreground

@salt-ds/core@1.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Feb 14:07
0431d39

Minor Changes

  • afe5782: Add text background color for highlighted text globally and on Text component

  • 1e69cf3: Move Tooltip from lab to core
    Move useFloatingUI from lab to core

  • b1c5c32: Move Spinner from lab to core

  • 88673e4: Add disabled prop to Text component

  • 598991f: Move SplitLayout from lab to core
    Changes in SplitLayout

    • Removed FlexItem wraps around SplitLayout children.
    • SplitLayout uses startItem and endItem props as children to allow for direction.
    • Added direction prop to SplitLayout.
    • Remove wrap since SplitLayout has direction to control wrap by breakpoints.
    • End Aligned endItem so the element is always at the end of the layout.

@salt-ds/lab@1.0.0-alpha.2

Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Feb 14:07
0431d39

Minor Changes

  • b1c5c32: Move Spinner from lab to core

  • 598991f: Move SplitLayout from lab to core
    Changes in SplitLayout

    • Removed FlexItem wraps around SplitLayout children.
    • SplitLayout uses startItem and endItem props as children to allow for direction.
    • Added direction prop to SplitLayout.
    • Remove wrap since SplitLayout has direction to control wrap by breakpoints.
    • End Aligned endItem so the element is always at the end of the layout.

Patch Changes

  • 94423b3: Remove the small and medium size values from Spinner and add a default size.
  • 6c9e041: Refactor Tooltip to wrap around trigger. This is to simplify the use of Tooltip by not having to use to useTooltip hook to pass the props.
    Remove render and title props, replaced by content prop.
    Use '@floating-ui/react' instead of '@floating-ui/react-dom-interactions', as it's deprecated.
    Remove unused TooltipContext
  • f576be1: Move useFloatingUI from Popper to utils

@salt-ds/icons@1.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Feb 12:24
6af02dc

Minor Changes

  • edb17de: Add:

    • SearchSolid
    • SendSolid

    Edit:

    • AddDocument
    • AddDocumentSolid
    • ArrowDown
    • ArrowLeft
    • ArrowRight
    • ArrowUp
    • Attach
    • BarChart
    • Building
    • Chat
    • ChatSolid
    • Csv
    • CsvSolid
    • Dashboard
    • DashboardSolid
    • Delete
    • DeleteSolid
    • Document
    • DocumentSolid
    • DoubleChevronLeft
    • DoubleChevronRight
    • DoubleChevronUp
    • Edit
    • EditSolid
    • Expand
    • Export
    • ExportSolid
    • Flag
    • FlagSolid
    • GuideClosed
    • GuideClosedSolid
    • GuideOpen
    • Hidden
    • Home
    • HomeSolid
    • Image
    • ImageSolid
    • Import
    • ImportSolid
    • Key
    • Linked
    • List
    • Loader
    • Menu
    • Message
    • MessageSolid
    • MicroMenu
    • Minimize
    • MoveAll
    • MoveHorizontal
    • MoveVertical
    • Note
    • NoteSolid
    • Notification
    • NotificationSolid
    • Paste
    • PasteSolid
    • Pause
    • PauseSolid
    • Pdf
    • PdfSolid
    • Pin
    • PinSolid
    • Play
    • PlaySolid
    • Presentation
    • PresentationSolid
    • PriceLadder
    • Protection
    • ProtectionSolid
    • Redo
    • Remove
    • RemoveDocument
    • RemoveDocumentSolid
    • RunReport
    • RunReportSolid
    • ScheduleTime
    • ScheduleTimeSolid
    • Search
    • Send
    • Settings
    • SettingsSolid
    • Stackoverflow
    • Storage
    • StorageSolid
    • Sum
    • SumSolid
    • Symphony
    • Tree
    • TreeSolid
    • TriangleDown
    • TriangleLeft
    • TriangleRight
    • TriangleRightDown
    • TriangleUp
    • Undo
    • Unlinked
    • UserAdmin
    • UserAdminSolid
    • UserGroup
    • UserGroupSolid
    • Visible
    • VisibleSolid
    • VolumeUp
    • Xls
    • XlsSolid
    • Zip
    • ZipSolid

@salt-ds/data-grid@1.0.1

Choose a tag to compare

@github-actions github-actions released this 08 Feb 12:24
6af02dc

Patch Changes

  • a072464: Fix SSR support
  • 03a5d0e: Made Grid dimension measurements more reliable
  • 00b5366: Fixed row selection not being announced by screenreaders

@salt-ds/core@1.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Feb 12:24
6af02dc

Minor Changes

  • dfecfc1: extending as property from FlexLayout to StackLayout and FlowLayout so they can use polymorphic behaviour

  • 380bbb9: Remove foundations from 'characteristic' type and add missing characteristic 'differential'

    -  "delay"
    -  "disabled"
    -  "icon"
    -  "shadow"
    -  "size"
    -  "spacing"
    +  "differential"
  • 7e660a8: More Card from lab to core

  • 4a282d1: - Removed div wrapper with display:content from FlexLayout childrens with separators. This allows styles like .classname > div to be passed.

    • Add separators to StackLayout.
    • Add direction to StackLayout to allow horizontal stacks.
  • b39e51b: Move Panel from lab to core

Patch Changes

  • 7a0effd: Fix Link not removing underline on hover or focus.
  • a072464: Fix SSR support
  • ed76bb2: Fixed an issue where Text styles would leak into nested text.

@salt-ds/ag-grid-theme@1.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Feb 12:24
6af02dc

Minor Changes

  • f13b23b: Add two new cell class names in salt ag-grid theme. These can be used instead of .editable-numeric-cell

    • .numeric-cell used on static cells that contain numeric values
    • .editable-cell used on editable cells

Patch Changes

  • 1acc0b0: Fix header focus outline in salt and uitk ag-grid themes
  • 4cca872: Fixed selected row's border color on row hover in salt ag-grid theme.

@salt-ds/lab@1.0.0-alpha.1

Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Feb 12:24
6af02dc

Minor Changes

  • 7e660a8: More Card from lab to core
  • b39e51b: Move Panel from lab to core

Patch Changes

@salt-ds/theme@1.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Dec 13:47
31af9ff

Major Changes

  • c1bc747: Salt is the J.P. Morgan design system, an open-source solution for building exceptional products and digital experiences in financial services and other industries. It offers you well-documented, accessible components as well as comprehensive design templates, style libraries and assets.

    With this initial release we're providing:

    • AG Grid Theme
    • Border Layout
    • Button
    • Data Grid
    • Flex Layout
    • Flow Layout
    • Grid Layout
    • Icon
    • Link
    • Salt Provider
    • Stack Layout
    • Status Indicator
    • Text
    • Theme

    And a number of other lab components.