You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
# Change Log
2
2
All notable changes of the library will be documented in this file.
3
3
4
+
## 2.3
5
+
### Changed
6
+
- Renamed `SideMenuItemShadow` to `SideMenuItemOptions` to allow for additional visual properties to be changed. (Sorry for the volitility. The new name gives better flexibility going forward.)
7
+
- Moved the drop shadow customization for the opened menu item to a property on `SideMenuItemOption` called `shadow`. Use the `Shadow` struct now to assign your custom values.
8
+
-`MenuContainerViewController`'s `shadowOptions` property has been renamed to `currentItemOptions`
9
+
4
10
## 2.2
5
11
### Added
6
12
- Ability to globally change the drop shadow of the current content view while the menu is open (#61)
0 commit comments