Skip to content

SharedUI 2.0.32

Latest

Choose a tag to compare

@RitikaSalesforce RitikaSalesforce released this 19 Jun 16:26

New Components

  • ContentCard — A composable for displaying structured content with title, body, media, and action areas
  • Link — A tappable text component for inline and standalone hyperlinks with accessibility support
  • Separator — A visual divider for separating content sections, supporting horizontal and vertical orientations
  • Input — A text input field with label, placeholder, error state, helper text, and full TalkBack accessibility
  • JsonViewer — A syntax-highlighted JSON viewer with editable mode, in-document search, and pan/scroll support

Bug Fixes & Improvements

  • Input accessibility — Fix TalkBack double announcement of label; add static label above Input; simplify label color logic
  • JsonViewer — Fix diagonal panning, search scroll, and editable focus; eliminate redundant search matching in OutputTransformation

Infrastructure

  • Migrated CI to SFCI Managed v2 Pipeline (Strata)
  • Fixed artifact collection for GitHub Pages publication