Skip to content

v1.28.2

Compare
Choose a tag to compare
@ui5-webcomponents-react-bot ui5-webcomponents-react-bot released this 24 May 06:19
· 448 commits to main since this release

1.28.2 (2024-05-24)

Bug Fixes

  • AnalyticalTable: trap focus inside column header popover while open (#5827) (25be46d), closes #5821
  • charts - TypeScript: correct interval type (#5785) (4c7fe42)
  • charts: correctly apply React key with function accessors (#5775) (86e568a), closes #5774
  • deps: update dependency @tanstack/react-virtual to ~3.5.0 (#5763) (412206b)
  • deps: update dependency recharts to v2.12.7 (#5786) (47d8065)
  • ExpandableText: announce state of "Show More" button correctly with screen readers (#5836) (34d4a39)
  • FilterBar: improve a11y & update to latest design specs (#5787) (5ee04d7), closes #5667 #5764
  • Form: add gap between columns (#5832) (954c627)
  • Form: fix column layout for FormGroups (#5824) (f90ce16)
  • Form: fix vertical alignment of FormItems for labelSpan=12 (#5843) (11c5094)
  • Form: improve a11y of ui5 web component inputs (#5846) (a2d4b7f), closes #5820
  • Loader: deprecate component (#5844) (69901b5)
  • ObjectStatus: don't announce default icons via screen readers (#5809) (cecce78), closes #5806
  • suppress hydration warnings for web components (#5803) (1def75b)
  • ToolbarSeparator: use "separator" role to announce separator (#5810) (9471454), closes #5808
  • useStylesheet: track stylesheets with useSyncExternalStore (#5845) (a5c0f6d)
  • VariantManagement: fix "Manage Views" default validation (#5798) (2f3263b), closes #5766

Documentation

  • Examples: add Remix example with routing, theming, and data fetching (#5776) (1d3decd) by @mkska