Skip to content

Commit

Permalink
update to version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azouaoui-med committed Dec 14, 2020
1 parent c14fda9 commit 9c5a0cf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] - 2020-08-16

### Added

- Add onOpenChange callback function for submenu [issue #23](https://github.com/azouaoui-med/react-pro-sidebar/issues/23) from [@QoobIY](https://github.com/QoobIY)

### Fixed

- Fix prop spreading and update types on submenu

## [0.4.4] - 2020-08-16

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-pro-sidebar",
"version": "0.4.4",
"version": "0.5.0",
"description": "React sidebar library with dropdown menus and unlimit number of nested submenus",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 9c5a0cf

Please sign in to comment.