Skip to content

Releases: SAP/ui5-webcomponents-react

v0.9.0-rc.14

10 Apr 08:36
Compare
Choose a tag to compare
v0.9.0-rc.14 Pre-release
Pre-release

0.9.0-rc.14 (2020-04-10)

Bug Fixes

  • Framework: fix sideEffect-full files in react production build (f5c02b1)

v0.9.0-rc.13

09 Apr 12:05
Compare
Choose a tag to compare
v0.9.0-rc.13 Pre-release
Pre-release

0.9.0-rc.13 (2020-04-09)

Bug Fixes

  • AnalyticalTable: move ResizeObserver creation into effect to avoid blank tables on second mount (#420) (a237d51)
  • VariantManagement: fix invalid hook calls (#421) (820d28d)

BREAKING CHANGES

  • VariantManagement: rename prop initialSelectedKey to selectedKey

v0.9.0-rc.12

09 Apr 08:46
Compare
Choose a tag to compare
v0.9.0-rc.12 Pre-release
Pre-release

0.9.0-rc.12 (2020-04-09)

Bug Fixes

  • Device: avoid modernizr to be treeshaked (#419) (3c8a1e2)

v0.9.0-rc.11

09 Apr 06:42
Compare
Choose a tag to compare
v0.9.0-rc.11 Pre-release
Pre-release

0.9.0-rc.11 (2020-04-09)

Bug Fixes

  • AnalyticalTable: fix scrollbar issue on column reorder & initial horizontal scrolling (#413) (4665db7)
  • Charts: separate size monitoring for height and width (#417) (a771fd3)
  • Framework: fix side-effects in rollup build (#414) (b64fc5f)
  • Grid: fix incorrect layout when rendered before Device was initialized (#418) (cb62961)
  • ThemingSupport: don't load fiori_3 parameters twice (#416) (b5421a6)

Code Refactoring

  • withWebComponent: new static wrapper & web components as peer dependency (#412) (dca9b9a)

BREAKING CHANGES

  • withWebComponent: the dependencies @ui5/webcomponents, @ui5/webcomponents-fiori and @ui5/webcomponents-icons are now peerDependencies and have to be installed next to @ui5/webcomponents-react

v0.9.0-rc.10

07 Apr 09:38
Compare
Choose a tag to compare
v0.9.0-rc.10 Pre-release
Pre-release

0.9.0-rc.10 (2020-04-07)

Bug Fixes

  • AnalyticalTable: fix column filter and allow spaces as input (#411) (4003065)
  • AnalyticalTable: skip first table paint as long as column width has not been calculated (#406) (528d048)
  • AnalyticalTableColumnDefinition: Add props typing to ComponenType (#409) (6e3d549)

Code Refactoring

Features

  • Charts - New: new formatters and support large datasets (#410) (9c4c176)

BREAKING CHANGES

  • Popovers: Dialog: Remove property open. You can now open a dialog by attaching a ref to the dialog and call the method open().
  • Popovers: Popover: Removed props openBy, openByStyle, open and propagateOpenByClickEvent. For opening a popover after e.g. a button click attach a ref to the popover and use the button click hander for calling .openBy(event.target) on the popover ref.
  • Popovers: ResponsivePopover: Removed props openBy, openByStyle, open and propagateOpenByClickEvent. For opening a responsive popover after e.g. a button click attach a ref to the responsive popover and use the Button click hander for calling .open(event.target) on the responsive popover ref.

v0.9.0-rc.9

03 Apr 07:07
Compare
Choose a tag to compare
v0.9.0-rc.9 Pre-release
Pre-release

0.9.0-rc.9 (2020-04-03)

This release includes the update of the @ui5/webcomponents to version 1.0.0-rc.6. For detailed information about their changes, please take at look at the UI5 Web Components Changelog.

Bug Fixes

  • AnalyticalTable: fix tree-table selection, add selectionBehavior prop + enum (#401) (7aab047)
  • useViewportRange: don't update state after unmount (#402) (6b8daef)

Features

  • AnalyticalTable: add infiniteScroll and keyboard navigation for cells (#397) (c6b64ba)
  • AnalyticalTable: add possibility to clear sorting in column header (#399) (137da3f)
  • Framework: update to ui5-webcomponents-rc.6 (#392) (84a3f90), closes #349
  • ThemeProvider: add global css classes (#400) (d0c811d)

BREAKING CHANGES

  • AnalyticalTable: replace noSelectionColumn prop with selectionBehavior enum
  • AnalyticalTable: column option groupable replaced by disableGroupBy: boolean
  • AnalyticalTable: column option sortable replaced by disableSortBy: boolean
  • AnalyticalTable: column option filterable replaced by disableFilters: boolean
  • AnalyticalTable: Enabling grouping, sorting or filtering on column level by e.g disableGroupBy: false will not overwrite the table overall setting in case e.g. groupable={false}
  • Framework: Replace Avatar Component with Avatar UI5 Web Component
  • Framework: Replace Carousel Component with Carousel UI5 Web Component
  • Framework: Replace SegmentedButton Component with SegmentedButton UI5 Web Component
  • Framework: Deleted SegmentedButtonItem, replaced by ToggleButton
  • Framework: Remove MessageToast Component, replaced by Toast UI5 Web Component
  • Framework: ThemeProvider: Remove prop withToastContainer
  • Framework: AvatarSize: Remove value Custom
  • Framework: ButtonDesign: RenameAccept to Positive
  • Framework: ButtonDesign: RenameReject to Negative
  • Framework: InputType: Rename Url to URL
  • Framework: CarouselArrowsPlacement: Rename PageIndicator to Navigation
  • Framework: BusyIndicator : change default size of busy dots to Medium
  • Framework: Icon : src property is removed in favor of name
  • Framework: MessageStrip : replace icon property with icon slot to allow setting arbitrary content by the user
  • Framework: MultiComboBox : Does not longer accept StandardListItem as child, use MultiComboBoxItem instead
  • Framework: ShellBar : profile property is removed in favour of profile slot
  • Framework: TabContainer : onItemSelect event is renamed to onTabSelect and the item event parameter is renamed to tab.
  • Framework: Card : the property subtitle has been renamed to subheading
  • Framework: TextArea : the property maxLength has been renamed to maxlength
  • Framework: ThemeProvider : new prop theme is required for correct theming in addition to importing import '@ui5/webcomponents-react/lib/ThemingSupport'
  • Framework: configuring of compact size is removed, use the ui5-content-density-compact CSS class to apply compact size.

v0.9.0-rc.8

01 Apr 13:07
Compare
Choose a tag to compare
v0.9.0-rc.8 Pre-release
Pre-release

0.9.0-rc.8 (2020-04-01)

Bug Fixes

  • AnalyticalTable: avoid scrollbar overlaying last column (#396) (fb282c7)

v0.9.0-rc.7

31 Mar 11:32
Compare
Choose a tag to compare
v0.9.0-rc.7 Pre-release
Pre-release

0.9.0-rc.7 (2020-03-31)

Bug Fixes

  • Charts - New: make secondary dimension configurable (#395) (0a57b51)
  • RTL: add dir="rtl" to html tag when running in RTL (#394) (78c1f93), closes #366

v0.9.0-rc.6

31 Mar 08:17
Compare
Choose a tag to compare
v0.9.0-rc.6 Pre-release
Pre-release

0.9.0-rc.6 (2020-03-31)

Bug Fixes

  • Charts - New: Respect formatter for calculating label sizes (#389) (1acf528)
  • ObjectPage: Don't wrap title and subtitle (#390) (193e8ef), closes #372
  • ThemeProvider: Add Typing for JSSTheme (98cb810)

Features

  • AnalyticalTable: Add Highlight Column (#391) (69e648a), closes #312
  • Charts -New: add secondary dimension in charts (#393) (64c5d79)

v0.9.0-rc.5

25 Mar 16:22
Compare
Choose a tag to compare
v0.9.0-rc.5 Pre-release
Pre-release

0.9.0-rc.5 (2020-03-25)

Bug Fixes

  • Event-System: Polyfill old behaviour by fallback to event.target for details (#385) (7fdc725)
  • ObjectPage: Fix event for changing selected section (#386) (034f8b9), closes #384
  • ObjectPage: Prevent infinite grow (#383) (9393af4), closes #373