Skip to content

Commit de20819

Browse files
chore(release): version 0.13.0-rc.22 build 4810 [ci skip]
1 parent 42391f9 commit de20819

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.13.0-rc.22](https://github.com/SAP/fundamental-react/compare/v0.13.0-rc.21...v0.13.0-rc.22) (2020-09-21)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* In this change we
11+
* improve the callback API for various components
12+
* Calendar.onChange - added `todayPressed` param which is true only if the change was caused by the today button
13+
* ComboboxInput - Forwarded reference now contains both button (ref.current.button) and input (ref.current.input) refs
14+
* ComboboxInput.onSelectionChange - added `reason` string param which represents what caused the selection to change
15+
* ComboboxInput.selectedKey should work now
16+
* DatePicker - added `startAndEndDates` array to callback data which contains start and end dates when ranged selection is enabled, else it is an empty array
17+
* DatePicker.onChange - added `reason` string param which represents what caused the selection to change
18+
* DatePicker.onFocus changed to DatePicker.onInputFocus
19+
* DatePicker.onBlur changed to DatePicker.onInputBlur
20+
* Dialog.onClose now contains the event param
21+
* FormRadioItem.data property added which is available in the FormRadioGroup.onChange's callback
22+
* ListSelection and it's parent ListItem now self manage their selected states based on internal checkbox onChange events
23+
* SearchInput.onEnter should work now
24+
* update tests accordingly
25+
* document the callback API using JSDoc syntax
26+
* wire-up @storybook/actions to log callback events in the dev stories of these components
27+
28+
### Bug Fixes
29+
30+
* refine and document component event callbacks ([#1210](https://github.com/SAP/fundamental-react/issues/1210)) ([42391f9](https://github.com/SAP/fundamental-react/commit/42391f9809120df422131769ac175c85cfa69abe))
31+
532
## [0.13.0-rc.21](https://github.com/SAP/fundamental-react/compare/v0.13.0-rc.20...v0.13.0-rc.21) (2020-09-15)
633

734

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fundamental-react",
3-
"version": "0.13.0-rc.21",
3+
"version": "0.13.0-rc.22",
44
"private": false,
55
"description": "SAP Fundamental Library, implemented in React",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)