Skip to content

Releases: SAP/ui5-webcomponents-react

v1.11.0

14 Mar 14:26
Compare
Choose a tag to compare

1.11.0 (2023-03-14)

Bug Fixes

  • charts: update peer dependencies (#4280) (ce5e0d5)
  • MessageBox: adjust title style and level to latest Design specs (#4291) (5eb79b0), closes #4290
  • MessageItem: correct style for "None" message icon, make type and children optional (TypeScript) (#4314) (3119c4e)
  • SplitterLayout: use correct dimensions for vertical layout (#4284) (b22d649)
  • Toolbar: always respect numberOfAlwaysVisibleItems (#4330) (7fb45b1)

Features

  • adjust cra-template to use Cypress instead of Jest for testing (#4306) (478f395)
  • introduce new @ui5/webcomponents-cypress-commands package (#4289) (41c748a)

v1.10.0

06 Mar 16:11
Compare
Choose a tag to compare

1.10.0 (2023-03-06)

Note
Updated to @ui5/webcomponents@~1.11.0
Please also check the UI5 Web Components Release notes for v1.11.0.

Features

v1.9.2

27 Feb 11:43
Compare
Choose a tag to compare

1.9.2 (2023-02-27)

Bug Fixes

  • AnalyticalTable: don't include empty rows in internal functions (#4196) (1cb2454)
  • SelectDialog - TypeScript: improve event types (#4187) (d5f6d0d)
  • Toolbar: only fire onClick on SPACE/ENTER if toolbar is focused (#4192) (fef567b), closes #4190

v1.9.1

21 Feb 09:33
Compare
Choose a tag to compare

1.9.1 (2023-02-21)

Bug Fixes

v1.9.0

17 Feb 09:55
Compare
Choose a tag to compare

1.9.0 (2023-02-17)

Bug Fixes

  • AnalyticalCard: fix aria-label announcing "undefined" (#4060) (0c77905)
  • AnalyticalTable: center align select checkboxes (#4132) (25c3f0a), closes #3732
  • AnalyticalTable: fix column scaling with internal columns (#4150) (485293e)
  • AnalyticalTable: fix expandable styles and key-event bubbling (#4141) (88e85dd)
  • don't rely on ids when internally opening popovers (#4089) (91515ad), closes #4086
  • FilterBar: fix selection behavior and styles (#4064) (a20c538)
  • Form: remove FormGroup Title background (#4171) (be32597), closes #4151
  • Menu - TypeScript: fix type for opener (#4097) (abdb67a)
  • Toolbar: always get correct state for overflow button (#4133) (5472404)
  • VariantManagement: display tooltip of delete button (#4118) (a0d65bd)
  • VariantManagement: return variantItem reference in onSaveManageViews callback (#4149) (0702332)
  • VariantManagement: unbind click handler when disabled (#4159) (f9729a2)

Features

  • ActionSheet: support Fragments as children (#4059) (e999323)
  • LineChart: fully allow customizing the internal Line component (#4125) (42a0bc1), closes #4124
  • VariantManagement: improve configuration capabilities & validation for inputs (#4158) (e76f6f2), closes #4157 #4129

v1.8.1

30 Jan 11:55
Compare
Choose a tag to compare

1.8.1 (2023-01-30)

Bug Fixes

  • restrict base package dependency to be on same minor version as main package (#4046) (cc8f2dc), closes #4043
  • TypeScript: slot props support React v17 & v16 (#4056) (a88ca74), closes #4047

v1.8.0

25 Jan 13:59
Compare
Choose a tag to compare

1.8.0 (2023-01-25)

Note
Updated to @ui5/webcomponents@~1.10.3
Please also check the UI5 Web Components Release notes for v1.10.0, v1.10.1, v1.10.2, and v1.10.3.

Bug Fixes

  • charts: prevent crash when using zooming tool (#3997) (e508b59)

Features

  • client components: add use client directive for client-only components (#4021) (074f902)
  • GlobalStyleClasses: add inheritingSapScrollBar class (#3990) (35cd7d5)
  • Modals: add Menu component (#4032) (3ffca22)
  • ObjectPageSection & ObjectPageSubSection: add multiple props (#3946) (c81d2ba), closes #3924
  • update to UI5 Web Components 1.10.3 (#3801) (2febd53)

v1.7.2

17 Jan 08:56
Compare
Choose a tag to compare

1.7.2 (2023-01-17)

Bug Fixes

  • AnalyticalTable: allow customization of maxWidth in Grow mode (#3941) (82a0dfb)
  • AnalyticalTable: calculate column width correctly when columns change (#3947) (dfa455a), closes #3878
  • AnalyticalTable: reset infiniteScrollThreshold when tree data changes (#3981) (915bdd1), closes #3980
  • DynamicPage: fix scroll issue for some content heights (#3942) (5f148f4), closes #3925
  • FilterBar: don't fire bubbled up selection-change event of Table (#3935) (b42026f)
  • Grid: fix React key error (#3933) (8b437e8), closes #3915
  • Toolbar: fire onClick on Space/Enter press, fix info bar colors (#3934) (96a6644), closes #3914

v1.7.1

21 Dec 15:42
Compare
Choose a tag to compare

1.7.1 (2022-12-21)

Bug Fixes

  • ObjectPage: fix scrolling for ObjectPages with single section (#3901) (1280a65), closes #3870

v1.7.0

19 Dec 13:29
Compare
Choose a tag to compare

1.7.0 (2022-12-19)

Note
Updated to @ui5/webcomponents@~1.9.3
Please also check the UI5 Web Components Release notes for v1.9.3.

Bug Fixes

  • AnalyticalTable - TypeScript: correct type for onTableScroll (#3839) (02ea1ed)
  • AnalyticalTable - TypeScript: fix ref type (#3815) (2337db1)
  • AnalyticalTable - TypeScript: fix selectedFlatRows type of onRowSelect event (#3817) (bb224ba)
  • charts: allow formatting y/x-axis ticks w/o changing measure formatter (#3803) (ad15be8), closes #3802
  • FilterBar: fix alignment of table cells in dialog (#3829) (c8c834e)
  • Grid: support React.Fragment as children (#3850) (beb032e)
  • make children of FlexBox, Grid, ResponsiveGridLayout and Text optional (#3851) (d20f986)
  • Modals - TypeScript: allow typing the container element (#3856) (780206a)

Features

  • DynamicPageTitle: expose toolbar overflowPopoverRef ref via toolbar props (#3805) (72e8cd7)
  • ObjectPage & DynamicPage: add onPinnedStateChange, fix setting alwaysShowContentHeader in runtime (#3876) (6bce2da)
  • update @ui5/webcomponents to 1.9.3 (#3886) (c7ca7bb)