Skip to content

Commit

Permalink
chore(release): version 0.32.0-rc.1 build 19521 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
fundamental-bot committed Sep 1, 2021
1 parent 68ae34a commit f08018f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@

## [0.32.0-rc.1](https://github.com/SAP/fundamental-ngx/compare/v0.32.0-rc.0...v0.32.0-rc.1) (2021-09-01)


### ⚠ BREAKING CHANGES

* **core:** Added new directives for toolbar overflow as part of style cleanup fd-toolbar-overflow-button, fd-toolbar-overflow-button-menu

Before
Toolbar overflow button
<button fd-toolbar-item fd-button label="Button" [compact]="true"></button>

After
Toolbar overflow button
<button fd-toolbar-item fd-button fd-toolbar-overflow-button label="Button" [compact]="true"></button>

Before
Toolbar overflow menu button
<button fd-toolbar-item fd-button label="Button" [fdMenu]="true" [compact]="true"></button>

After
Toolbar overflow menu button
<button fd-toolbar-item fd-button fd-toolbar-overflow-button fd-toolbar-overflow-button-menu label="Button" [fdMenu]="true" [compact]="true"></button>

### Bug Fixes

* **core:** remove hardcoded style from ngx for toolbar component ([#6396](https://github.com/SAP/fundamental-ngx/issues/6396)) ([68ae34a](https://github.com/SAP/fundamental-ngx/commit/68ae34adc2407cffb4b569d602fcba8a781d80fc))

## [0.32.0-rc.0](https://github.com/SAP/fundamental-ngx/compare/v0.31.1-rc.29...v0.32.0-rc.0) (2021-08-31)


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-ngx",
"version": "0.32.0-rc.0",
"version": "0.32.0-rc.1",
"license": "Apache-2.0",
"main": "dist/libs/core/index.js",
"description": "Fundamental Library for Angular is a themable Fiori 3 Angular component library.",
Expand Down

0 comments on commit f08018f

Please sign in to comment.