Skip to content

Commit

Permalink
chore: update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
azouaoui-med committed May 20, 2023
1 parent b3d443a commit 6ac1b6f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0-alpha.1] - 2023-05-20

### Added

- [Sidebar] Added `collapsed` prop
- [Sidebar] Added `toggled` prop
- [Sidebar] Added `onBackdropClick` prop
- [Sidebar] Added `onBreakPoint` prop

### Updated

- Deprecated `ProSidebarProvider` and made it optional
- Deprecated `useProSidebar`
- Updated BreakPoint type to use `all` and deprecate `always`

### Fixed

- Fixed `closeOnClick` triggering close on nested SubMenu click
- Fixed sidebar default states not being applied correctly when using `ProSidebarProvider` and `useProSidebar`
- Fixed Menu's `transitionDuration` collision with Sidebar's `transitionDuration`

## [1.0.0] - 2023-01-21

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": "1.0.0",
"version": "1.1.0-alpha.1",
"description": "high level and customizable side navigation",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 6ac1b6f

Please sign in to comment.