- Renamed properties AccessKeyTarget and AccessKeyTargetName to AccessShortcutTargetElement and AccessShortcutTargetElementName respectively for consistency.
- Renamed KeepMenusOpen to KeepParentMenusOpen
- Fixed a bug where some controls like the Button would not trigger the menu when set as hover element.
- Fixed a bug where an error would be thrown when and AccessShortcut was specified while AccessShortcutTargetElement was left null.
- Fixed a bug where pinned menus would not close after changing the navigation path.
- Fixed a bug in the demo where the clipboard was innaccessible.
- Fixed a bug where a menu might not get activated when the application is loaded for the first time.
- Whenever a trigger element name starts with a dot it is considered as a tag selector and thus elements are matched using their tags instead. The feature supports regex expressions.
- Selection on an ItemsControl or a Datagrid is now disabled when the control key is pressed.
- Added a new overload for the Open method.
- Split the styles file in the demo into smaller files for clarity.
- The horizontal toolbar menu items in Demo2 now display rounded edges when selected.