Skip to content

Latest commit

 

History

History
908 lines (350 loc) · 34.3 KB

CHANGELOG.md

File metadata and controls

908 lines (350 loc) · 34.3 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.5.1-rc.15 (2019-09-18)

Features

  • AnalyticalTable: enable passing additional props to react-table (#131) (61cd83f)

0.5.1-rc.14 (2019-09-18)

Bug Fixes

  • base: Added missing react peer dependency (#130) (d899f11)

Features

  • Breadcrumbs: Initial Component Implementation (#129) (ada4c3a)

0.5.1-rc.13 (2019-09-18)

Code Refactoring

  • MessageBox: Rename prop visible to open (#128) (1487862)
  • ProgressIndicator: Remove visible prop (#126) (100e6ff)
  • SegmentedButton: Remove visible prop and rename enabled (#125) (174447a)

BREAKING CHANGES

  • MessageBox: MessageBox: Renamed prop visible to open
  • MessageBox: MessageBoxButton: deleted export as this component was intended for internal use only
  • ProgressIndicator: removed visible prop

[ci skip]

  • SegmentedButton: SegmentedButtonItem removed visible prop, please use conditional rendering instead
  • SegmentedButton: SegmentedButton and SegmentedButtonItem prop enabled is now renamed to disabled and logic is inverted [ci skip]

0.5.1-rc.12 (2019-09-17)

Features

  • AnalyticalTable: add onSort callback to Table (#123) (de7843f)
  • AnalyticalTable: make columns resizable (#124) (556ff59)

0.5.1-rc.11 (2019-09-16)

Bug Fixes

  • ThemeProvider: create own style tag containing css variables (#121) (19d8cff)

0.5.1-rc.10 (2019-09-14)

Bug Fixes

  • ThemeProvider: wrapping injectThemeVariables in requestAnimationFrame so that it won´t interfere with style tag initialization (#120) (77cb45d)

0.5.1-rc.9 (2019-09-13)

Bug Fixes

  • VariantManagement: disabled prop disables onClick events (#119) (ccdf3dc)

0.5.1-rc.8 (2019-09-13)

Code Refactoring

BREAKING CHANGES

  • Table: upgrade react-table from 6.10.0 to 7.0.0-alpha.32

0.5.1-rc.7 (2019-08-29)

Note: Version bump only for package ui5-webcomponents-react

0.5.1-rc.6 (2019-08-29)

Bug Fixes

  • build: Generate correct typings for charts (e529003), closes #90

0.5.1-rc.5 (2019-08-28)

Features

  • Charts: Pass current dataset to formatters (#107) (a8c7e96)

0.5.1-rc.4 (2019-08-27)

Documentation

BREAKING CHANGES

  • Storybook: Deleted internal component CalendarHeader
  • Storybook: Deleted internal component YearPicker

0.5.1-rc.3 (2019-08-23)

Code Refactoring

BREAKING CHANGES

  • tests: Deleted export for TabBase (internal component)
  • tests: Deleted export for ListItem (internal component)
  • tests: Deleted export for ListItemBase (internal component)
  • tests: Deleted export for DayPicker (internal component)
  • tests: Deleted export for MonthPicker (internal component)
  • tests: Deleted export for Popup (internal component)

0.5.1-rc.2 (2019-08-23)

Features

  • ObjectPage: Collapse header on scroll (#104) (6788b59)

0.5.1-rc.1 (2019-08-22)

Features

0.5.1-rc.0 (2019-08-20)

Bug Fixes

Features

  • ThemeProvider: Add jss and noInjectThemeProperties props (#102) (8237b22)

0.5.0 (2019-08-15)

Combined Changelog from 0.4.1 to 0.5.0

Features

Bug Fixes

  • Charts: Show Loading Placeholder (#64) (589f787)
  • VariantManagement: initialSelectedKey prop is working as intended (#75) (a5e4267)
  • AnalyticalTable: Header is now resizable (#76) (eadd61a)
  • FilterBar: Increase margin between FilterItems in FilterBar (#80) (ee94065)
  • ObjectPage: Don't crash in default mode with only 1 child provided (#81) (2e5ddb5)
  • Custom Components: adding ref to CommonProps interface (#84) (bb612ec)
  • charts: Repeat the color palette if more datasets than colors are used (#86) (e22387c)

Code Refactoring

  • Charts: Update ref API and color maps (#62) (a343567)
  • VariantManagement: removed unused prop enabled (#77) (5080316)

BREAKING CHANGES

  • Charts: innerChartRef is replaced by ref
  • Charts: sap_belize and sap_belize_plus stylings are not longer exported
  • Charts: Name of color variables for all themes changed. Now sapUiChartAccent1 to sapUiChartAccent12 plus sapUiChartGood, sapUiChartBad and sapUiChartHighlight are available
  • VariantManagement: Removed prop enabled, please use disabled instead. This change should not affect your applications, because enabled was never implemented.
  • AnalyticalCard: Prop renderHeader renamed to header, now accepting the React Element direclty
  • AnalyticalCardHeader: Prop loading was removed as it was not part of the specs

0.4.2-rc.18 (2019-08-15)

Note: Version bump only for package ui5-webcomponents-react

0.4.2-rc.17 (2019-08-12)

Note: Version bump only for package ui5-webcomponents-react

0.4.2-rc.16 (2019-08-08)

Bug Fixes

  • charts: Repeat the color palette if more datasets than colors are used (#86) (e22387c)

0.4.2-rc.15 (2019-08-05)

Bug Fixes

  • Custom Components: adding ref to CommonProps interface (#84) (bb612ec)

0.4.2-rc.14 (2019-08-05)

Bug Fixes

  • FilterBar: Increase margin between FilterItems in FilterBar (#80) (ee94065)
  • ObjectPage: Don't crash in default mode with only 1 child provided (#81) (2e5ddb5)

0.4.2-rc.13 (2019-08-02)

Note: Version bump only for package ui5-webcomponents-react

0.4.2-rc.12 (2019-08-02)

Bug Fixes

  • AnalyticalTable: Header is now resizable (#76) (eadd61a)

0.4.2-rc.11 (2019-08-02)

Features

  • FilterItem: Add MultiSelect option to FilterTypes (#79) (0665824)

0.4.2-rc.10 (2019-08-02)

Code Refactoring

  • VariantManagement: removed unused prop enabled (#77) (5080316)

BREAKING CHANGES

  • VariantManagement: Removed prop enabled, please use disabled instead. This change should not affect your applications, because enabled was never implemented.

0.4.2-rc.9 (2019-07-31)

Bug Fixes

  • VariantManagement: initialSelectedKey prop is working as intended (#75) (a5e4267)

0.4.2-rc.8 (2019-07-29)

Note: Version bump only for package ui5-webcomponents-react

0.4.2-rc.7 (2019-07-29)

Note: Version bump only for package ui5-webcomponents-react

0.4.2-rc.6 (2019-07-25)

Note: Version bump only for package ui5-webcomponents-react

0.4.2-rc.5 (2019-07-24)

Note: Version bump only for package ui5-webcomponents-react

0.4.2-rc.4 (2019-07-23)

Features

  • Charts: Added lib export per chart (#66) (977cc25)

0.4.2-rc.3 (2019-07-22)

Features

  • Charts: Added lib export per chart (#66) (977cc25)

0.4.2-rc.2 (2019-07-22)

Note: Version bump only for package ui5-webcomponents-react

0.4.2-rc.1 (2019-07-22)

Bug Fixes

  • Charts: Show Loading Placeholder (#64) (589f787)

0.4.2-rc.0 (2019-07-19)

Code Refactoring

  • Charts: Update ref API and color maps (#62) (a343567)

BREAKING CHANGES

  • Charts: innerChartRef is replaced by ref
  • Charts: sap_belize and sap_belize_plus stylings are not longer exported
  • Charts: Name of color variables for all themes changed. Now sapUiChartAccent1 to sapUiChartAccent12 plus sapUiChartGood, sapUiChartBad and sapUiChartHighlight are available

0.4.1 (2019-07-19)

Note: Version bump only for package node-library-fiori-for-react-github.com-release

0.4.1-rc.2 (2019-07-19)

Bug Fixes

  • FilterItem: BusyIndicator is displayed when loading prop is true (#63) (9d88985)

0.4.1-rc.1 (2019-07-17)

Bug Fixes

  • AnalyticalTable: BusyIndicator is displayed when loading prop is true (#61) (f841ead)

0.4.1-rc.0 (2019-07-16)

Bug Fixes

0.4.0 (2019-07-15)

Features

  • AnalyticalTable: Added option to create pivot tables (#47) (71b546d)
  • ThemeProvider: Read config from UI5 Web Components (efee11f)
  • WebComponents: Updated to v1.0.0-rc.2 (#51) (8a40deb), closes #51

Bug Fixes

  • CSS-Variables: remove trailing semicolon (#53) (f9d1daf), closes #49
  • ObjectPage: Highlight selected section while scrolling (#56) (42a6a10)
  • ObjectPage: Added Hide Header Button (#28) (5509098)
  • RadialChart: Handle width and height prop correctly (#52) (2d3f091)
  • ThemeProvider: Only inject theme properties if they are not present (#55) (3ec61d5)
  • Table: Fixed Table and adapt slot handling (#50) (2159ab1)

Code Refactoring

  • base: Merge styles and utils into base (#38) (9309505), closes #34
  • Custom Components: Expose HTML Element via ref in every component (#54) (c285ee6)
  • withWebComponent: replace innerComponentRef with ref for Web Components (#44) (08982ba)

BREAKING CHANGES

  • Button: Use design with ButtonDesign, type with ButtonType is deleted
  • Button: onPress renamed to onClick
  • Card: onHeaderPress renamed to onHeaderClick
  • Custom Components: All Components now expose their root html node/the encapsulated Web Component via ref instead of the React instance.
  • Dialog: remove prop noHeader
  • Link: onPress renamed to onClick
  • List: onItemPress renamed to onItemClick
  • Link: Use design with LinkDesign, type with LinkType is deleted
  • MessageStrip: hideIcon and hideCloseButton are renamed to noIcon and noCloseButton
  • Popup: remove prop noHeader
  • ResponsivePopover: Deleted ResponsivePopover, please use the Popover Component
  • Select: the parameter of the change event is now called selectedOption
  • Select: Use Option instead of StandardListItem for selection
  • ShellBar: onProfilePress renamed to onProfileClick
  • ShellBar: onNotificationsPress renamed to onNotificationsClick
  • ShellBar: onProductSwitchPress renamed to onProductSwitchClick
  • ShellBar: onLogoPress renamed to onLogoClick
  • ShellBar: onCoPilotPress renamed to onCoPilotClick
  • ShellBarItem: prop onPress is renamed to onClick
  • Switch: type is removed, use graphical
  • Table: Use prop slot instead of data-ui5-slot
  • Table: prop rows is replaced by children
  • TableRow: prop header is replaced by children
  • ThemeProvider: Themes: rename Theme sap_fiori3_light to sap_fiori_3
  • ThemeProvider: ThemeProvider: removed contentDensity and theme props. To set those, use the ui5 WebComponents configuration script tag.
  • TimelineItem: onItemNamePress renamed to onItemNameClick
  • ToggleButton: Use design with ButtonDesign, type with ButtonDesign is deleted
  • ToggleButton: onPress renamed to onClick
  • withWebComponent: Replaced innerComponentRef with ref to support React RefObject

Please also check the UI5 Web Components Release Notes

0.3.2-rc.17 (2019-07-15)

Features

  • AnalyticalTable: Added option to create pivot tables (#47) (71b546d)

0.3.2-rc.16 (2019-07-12)

Bug Fixes

  • ObjectPage: Highlight selected section while scrolling (#56) (42a6a10)

0.3.2-rc.15 (2019-07-11)

Bug Fixes

  • ThemeProvider: Only inject theme properties if they are not present (#55) (3ec61d5)

0.3.2-rc.14 (2019-07-10)

Code Refactoring

  • Custom Components: Expose HTML Element via ref in every component (#54) (c285ee6)

BREAKING CHANGES

  • Custom Components: All Components now expose their root html node/the encapsulated Web Component via ref instead of the React instance.

0.3.2-rc.13 (2019-07-05)

Bug Fixes

  • CSS-Variables: remove trailing semicolon (#53) (f9d1daf), closes #49

0.3.2-rc.12 (2019-07-05)

Bug Fixes

  • RadialChart: Handle width and height prop correctly (#52) (2d3f091)

0.3.2-rc.11 (2019-07-04)

  • feat(WebComponents): Updated to v1.0.0-rc.2 (#51) (8a40deb), closes #51

BREAKING CHANGES

  • ShellBarItem: prop onPress is renamed to onClick
  • Dialog: remove prop noHeader
  • Popup: remove prop noHeader Please also check the UI5 Web Components Release Notes

0.3.2-rc.10 (2019-07-03)

Bug Fixes

  • Table: Fixed Table and adapt slot handling (#50) (2159ab1)

BREAKING CHANGES

  • Table: Use prop slot instead of data-ui5-slot
  • Table: Table: prop rows is replaced by children
  • Table: TableRow: prop header is replaced by children

0.3.2-rc.9 (2019-07-02)

Features

  • WebComponents: Updated Wrappers to v1.0.0-rc.1 (#48) (ac6570c), closes #43

BREAKING CHANGES

  • WebComponents: Button: onPress renamed to onClick
  • WebComponents: ToggleButton: onPress renamed to onClick
  • WebComponents: Link: onPress renamed to onClick
  • WebComponents: List: onItemPress renamed to onItemClick
  • WebComponents: ShellBar: onNotificationsPress renamed to onNotificationsClick
  • WebComponents: Card: onHeaderPress renamed to onHeaderClick
  • WebComponents: ShellBar: onProductSwitchPress renamed to onProductSwitchClick
  • WebComponents: ShellBar: onLogoPress renamed to onLogoClick
  • WebComponents: ShellBar: onCoPilotPress renamed to onCoPilotClick
  • WebComponents: TimelineItem: onItemNamePress renamed to onItemNameClick
  • WebComponents: ShellBar: onProfilePress renamed to onProfileClick

0.3.2-rc.8 (2019-07-01)

Bug Fixes

  • fiori3: Fixed Import in Ui5PopoverDomRef interface (88326b4)

0.3.2-rc.7 (2019-07-01)

Code Refactoring

  • withWebComponent: replace innerComponentRef with ref for Web Components (#44) (08982ba)

BREAKING CHANGES

  • withWebComponent: Replaced innerComponentRef with ref to support React RefObject

0.3.2-rc.6 (2019-06-26)

Note: Version bump only for package ui5-webcomponents-react

0.3.2-rc.5 (2019-06-24)

Bug Fixes

  • main: Added react-table dependency (ebc8fc5)

0.3.2-rc.4 (2019-06-24)

    • chore(Web Components): Updated Web Components to v0.13.1 (#39) (e7f6164), closes #39 #36

BREAKING CHANGES

  • Select: the parameter of the change event is now called selectedOption
  • Select: Use Option instead of StandardListItem for selection
  • Link: Use design with LinkDesign, type with LinkType is deleted
  • Button: Use design with ButtonDesign, type with ButtonDesign is deleted
  • ToggleButton: Use design with ButtonDesign, type with ButtonDesign is deleted
  • Switch: type is removed, use graphical
  • MessageStrip: hideIcon and hideCloseButton are renamed to noIcon and noCloseButton
  • Popover: hideArrow and hideHeader are renamed to noArrow and noHeader

Please refer to the UI5 Web Components Changelog as well.

0.3.2-rc.3 (2019-06-24)

Code Refactoring

  • base: Merge styles and utils into base (#38) (9309505), closes #34

BREAKING CHANGES

  • base: @ui5-webcomponents-react/styles and @ui5-webcomponents-react/utils are replaced by ``@ui5/webcomponents-react-base`
  • base: Deleted Themes sap_belize, sap_belize_plus and sap_belize_hcb
  • base: Removed createThemeMap from base
  • base: Removed getThemeClassFor from base
  • base: Removed getThemeOverwrite from base
  • base: Deleted Themes from base

0.3.2-rc.2 (2019-06-17)

Features

  • AnalyticalTable: Initial Implementation (#32) (4f30127)

BREAKING CHANGES

  • AnalyticalTable: Deleted ResponsivePopover, please use the Popover Component

0.3.2-rc.1 (2019-06-14)

Note: Version bump only for package @ui5/webcomponents-react-suite

0.3.2-rc.0 (2019-06-14)

Features

  • ThemeProvider: Read config from UI5 Web Components (efee11f)

BREAKING CHANGES

0.3.1-rc.2 (2019-06-13)

Features

  • Update UI5 WebComponents to v0.12.0 (#30) (4958a15)

BREAKING CHANGES

  • IconColor is renamed to SemanticColor
  • Tab: renamed property iconColor to semanticColor
  • Button: Remove activeIcon property
  • ToggleButton: Remove activeIcon property

See also UI5-WebComponents 0.12.0 release notes.

0.3.1-rc.1 (2019-06-07)

Features

  • ObjectPage: Added Hide Header Button (#28) (5509098)

0.3.1-rc.0 (2019-06-03)

Note: Version bump only for package @ui5/webcomponents-react-suite

0.3.0 (2019-06-03)

Features

  • Updated UI5 WebComponents to v0.11.0 (#22) (7dcf22b)
  • FilterBar: Initial Version (422bdbd)
  • FilterItem: Initial Version (19a23ec)
  • VariantManagement: Initial Version (a1e9cbb)
  • FilterBar: renderSearch function (94b468e)

Bug Fixes

  • typing: Fixed TypeScript Definitions (440c097)
  • WebComponentWrapper: Fixed event handler removal after prop update (2b93c12)

BREAKING CHANGES

  • FilterBar: replaced boolean value with render function
  • List: the "selectionChange" event param "items" has been renamed to "selectedItems".
  • List: the "backgroundDesign" property has been removed, use the corresponding CSS variable (--_ui5_listitem_background_color) to alter the list items` background.
  • Panel: the "backgroundDesign" property has been removed, use the corresponding CSS variables (--_ui5_panel_background_color) to alter the panel background.
  • DatePicker: 'liveChange' event has been renamed to 'input'.
  • CheckBox: property "readOnly" has been renamed to "readonly".
  • RadioButton: property "readOnly" has been renamed to "readonly".

0.2.0 (2019-05-15)

Bug Fixes

  • web-component-wrapper: Slots must be passed as camelCase (1671c17)

Features

  • charts: Added Loading Indicators (15284b0)
  • VariantManagement: Initial Version (b8237ce)