Skip to content

Commit

Permalink
"chore(release): version 0.12.0-rc.0 build 4572 [ci skip]"
Browse files Browse the repository at this point in the history
  • Loading branch information
fundamental-bot committed Aug 17, 2020
1 parent e1127b1 commit 2cf6b46
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [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)


### ⚠ BREAKING CHANGES

* 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

### Bug Fixes

* 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))

### [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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fundamental-react",
"version": "0.11.1-rc.29",
"version": "0.12.0-rc.0",
"private": false,
"description": "SAP Fundamental Library, implemented in React",
"license": "Apache-2.0",
Expand Down

0 comments on commit 2cf6b46

Please sign in to comment.