Skip to content

Commit 4586627

Browse files
author
GitHub Release Bot
committed
Release 4.0.2-beta.2
1 parent 4369c13 commit 4586627

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
### Changed
1717

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

2525
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neolution-ch/react-pattern-ui",
3-
"version": "4.0.2-beta.1",
3+
"version": "4.0.2-beta.2",
44
"description": "Some basic functions and components which are needed in most of projects.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)