Skip to content

Commit

Permalink
Merge pull request #127 from Zextras/version-bumper/v0.4.1
Browse files Browse the repository at this point in the history
Version bumper/v0.4.1
  • Loading branch information
beawar authored Sep 28, 2022
2 parents 4dce432 + ebd59af commit d086d90
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.4.1](https://github.com/Zextras/carbonio-design-system/compare/v0.4.0...v0.4.1) (2022-09-27)


### Features

* **Dropdown:** add tooltip on disabled items ([4dce432](https://github.com/Zextras/carbonio-design-system/commit/4dce43254a6221e8c6e93be9aaab53ae4aa3f83b)), closes [#124](https://github.com/Zextras/carbonio-design-system/issues/124)


### Bug Fixes

* **ChipInput:** hide scrollbar when not in overflow ([2da4ea6](https://github.com/Zextras/carbonio-design-system/commit/2da4ea6b18f7cd124a4dcb84d2ec9f28adf23965))
* **Dropdown:** align content to flex-start when item has subitems ([6d755a5](https://github.com/Zextras/carbonio-design-system/commit/6d755a5d681f8f715908ebf59118a3ad2149662c))
* **Dropdown:** prevent dropdown from closing before calling click callback of nested items ([e8cea00](https://github.com/Zextras/carbonio-design-system/commit/e8cea004d7cf64a542dac0bce774201244801c97))
* **Modal:** avoid button text overflow, if is it possible, when optionalFooter is provided ([3a10888](https://github.com/Zextras/carbonio-design-system/commit/3a10888e9597801a0dc04cbfa3f156b6a11b3377))

## [0.4.0](https://github.com/Zextras/carbonio-design-system/compare/v0.3.10...v0.4.0) (2022-09-02)


Expand Down
4 changes: 2 additions & 2 deletions 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": "@zextras/carbonio-design-system",
"version": "0.4.0",
"version": "0.4.1",
"description": "An awesome UI for Zextras Projects.",
"main": "dist/zapp-ui.bundle.js",
"types": "dist/zapp-ui.bundle.d.ts",
Expand Down

0 comments on commit d086d90

Please sign in to comment.