Releases: Jamalianpour/easy_sidemenu
Releases · Jamalianpour/easy_sidemenu
v 0.6.0
What's Changed
- fix: fix width not being returned on 2nd load by @Coder-Manuel in #61
- fix: fix width not being returned on 2nd load for open and compact mode by @aditya113141 in #67
- Update side_menu_item.dart - typo in the function isSameWidget() by @aditya113141 in #68
- fix: Issue 50 + added safeSetState + Disposal of HandleChange listener by @aditya113141 in #69
- fix: Issue #70 - No static in global + hassle free Multi SideMenu support + Segregated controller from global +Animated Container issue by @aditya113141 in #71
- Added Expansion Items and fixed blinking of sideMenu by @aditya113141 in #76
- Added Hamburger Icon by @aditya113141 in #77
- Improved Linting + Made Hamburger Menu Optional + Improved Example and README by @aditya113141 in #79
New Contributors
- @Coder-Manuel made their first contribution in #61
- @aditya113141 made their first contribution in #67
Full Changelog: 0.5.0...0.6.0
v 0.5.0
What's Changed
- Braking: priority has been removed from
SideMenuItem
- builder has been changed and now can use any widget as
SideMenuItem
- adding the possibility to use other ways to navigate, example by @nimr77 in #28
- Add iconWidget property by @daoxve in #33
- solved issue : #42 :
Badge import conflict
by @hemangjoshi37a in #43 - feat: add selectedHoverColor property by @sr1ch1 in #52
- fix: avoid text wrap in menu item animation by @sr1ch1 in #53
- chore: update package versions by @sr1ch1 in #54
- Fix issue #46: the width is not properly calculated when the widget is drawn a second time by @rodrigomb81 in #58
New Contributors
- @nimr77 made their first contribution in #28
- @daoxve made their first contribution in #33
- @hemangjoshi37a made their first contribution in #43
- @sr1ch1 made their first contribution in #52
- @rodrigomb81 made their first contribution in #58
Full Changelog: 0.4.0...0.5.0
v 0.4.0
What's Changed
- fix unnecessary null checks in flutter 3.0.0 and above by @gnassro in #11
- Added displayModeToggleDuration to SideMenu widget by @j3su5cr1st in #13
- fix delete menu from widget tree by @gudaja in #15
- Custom collapse breakpoint feature by @BranislavMateas in #17
- Feature that allows us to set menu item more customizable by @BranislavMateas in #18
- [BUG-FIX] Uneven spacing when in compact displayMode by @BranislavMateas in #19
- [FEATURE] Seeing itemName in tooltip when hovering over the item by @BranislavMateas in #20
- Add optional parameters to side_menu.dart by @JeffersonHuang in #24
- fix issue SideMenu doesn't show when navigation back and forth by @HasanElHefnawy in #27
New Contributors
- @gnassro made their first contribution in #11
- @j3su5cr1st made their first contribution in #13
- @gudaja made their first contribution in #15
- @BranislavMateas made their first contribution in #17
- @JeffersonHuang made their first contribution in #24
- @HasanElHefnawy made their first contribution in #27
Full Changelog: 0.3.0...0.4.0
v 0.3.0
What's Changed
-
Add listener to SideMenuDisplayMode changed
-
Add toggle button to open and compact sidemenu
-
Refactor based on
flutter_lints
by @myConsciousness in #8
Full Changelog: 0.2.0...0.3.0
v 0.2.0
v 0.1.1+1
First release of easy_sidemenu