Skip to content

Commit

Permalink
Release 4.0.2-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Release Bot committed May 10, 2024
1 parent 4369c13 commit 4586627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- `menuItems properties` are not locked by any states during the render process anymore. Changing externally the menu items will provide the correct menu
- :boom: `topBarLeftCustomItems` and `topBarRigthCustomItems` renamed to `navbarLeftItems` and `navbarRightItems`
- :boom: `topBarLeftCustomItems` and `topBarRigthCustomItems` renamed to `navbarLeftItems` and `navbarRightItems`
- `navbarLeftItems` and `navbarRightItems` have not default margin by default
- default sidebar `width` to `14rem`
- :boom: `UI elements` are now parameter of `SidebarLayout` and not of the context anymore
- :boom: `UI elements` are now parameter of `SidebarLayout` and not of the context anymore
- PanelItem Id type changed from `string` to being strongly typed

### 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": "@neolution-ch/react-pattern-ui",
"version": "4.0.2-beta.1",
"version": "4.0.2-beta.2",
"description": "Some basic functions and components which are needed in most of projects.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4586627

Please sign in to comment.