Skip to content

Commit c7e4938

Browse files
committed
Update version to 0.17.0
1 parent 809b456 commit c7e4938

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.17.0
2+
* Add **selectable** field for **SidebarXItem**
3+
* Add **hoverIconTheme** field for **SidebarXTheme**
4+
15
## 0.16.3
26
* Add onLongPress, onSecondaryTap for SidebarXCell (SidebarX item)
37

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Follow these steps to use this package
2929

3030
```yaml
3131
dependencies:
32-
sidebarx: ^0.16.2
32+
sidebarx: ^0.17.0
3333
```
3434
3535
### Add import package

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sidebarx
22
description: flutter multiplatform navigation sidebar / side navigationbar / drawer widget
3-
version: 0.16.3
3+
version: 0.17.0
44
homepage: https://github.com/Frezyx/sidebarx
55
repository: https://github.com/Frezyx/sidebarx
66

0 commit comments

Comments
 (0)