Skip to content

Commit 2cf6b46

Browse files
"chore(release): version 0.12.0-rc.0 build 4572 [ci skip]"
1 parent e1127b1 commit 2cf6b46

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.12.0-rc.0](https://github.com/SAP/fundamental-react/compare/v0.11.1-rc.29...v0.12.0-rc.0) (2020-08-17)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* If consumers had used the SearchInput expecting the input's ref value to be updated inside of the callback, this is a breaking change, but that seems like an atypical, non-react way to handle changes
11+
12+
### Bug Fixes
13+
14+
* Move SearchInput and SideNav callbacks outside of the setState callback to maintain event properties ([#1165](https://github.com/SAP/fundamental-react/issues/1165)) ([e1127b1](https://github.com/SAP/fundamental-react/commit/e1127b131f4f5c3f4b49e1d1880ae8629f7d1285))
15+
516
### [0.11.1-rc.29](https://github.com/SAP/fundamental-react/compare/v0.11.1-rc.28...v0.11.1-rc.29) (2020-08-13)
617

718

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.11.1-rc.29",
3+
"version": "0.12.0-rc.0",
44
"private": false,
55
"description": "SAP Fundamental Library, implemented in React",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)