Releases: cimbalino/Cimbalino-Toolkit
Releases · cimbalino/Cimbalino-Toolkit
2.5.0
2.4.2
- Fixes bug in ApplicationSettingsServiceHandler.Remove() to ensure it removes keys AND containers
2.4.1
- Cimbalino.Toolkit.Core PCL library will now behave as the rest of the toolkit in regards to throwing NotImplementedExceptions only on specific cases
- Added MasterDetailView.CompactDisplayModeVisiblePane property as control will not handle BackKeyPressed automatically anymore
- Exposed overrideable async methods in ExtendedPageBase
- Other fixes and improvements
2.4.0
- Now targeting SDK 14393
- New MasterDetailView control (UWP only, replaces MasterDetailFrame from beta version)
- Added the IHandleNavigatingFrom helper interface
- Added CancellationToken support to IMessageBoxService and ILocationService
- Other fixes and improvements
2.4.0-beta1
- New MasterDetailFrame control (UWP only)
- New BooleanToObjectConverter, CollectionCountToObjectConverter, ComparableToObjectConverter, EmptyCollectionToObjectConverter, and EmptyStringToObjectConverter
- Other fixes and improvements
2.3.0
- New ExtendedPageBase class, IHandleNavigatedFrom and IHandleNavigatedTo interfaces (allows handling of OnNavigatedFrom() and OnNavigatedTo() methods from inside view models)
- HamburgerMenuButton will now allow parameter check for button highlighting.
- Improvements over the INavigationService interface and implementation
- Other fixes and improvements
2.2.1
- Added missing WP81 output
2.2.0
(no changes from previous beta)
2.2.0-beta2
- New Windows Phone Silverlight 8.1 compatible libraries
- New IFilePickerService to handle the file picker (when available)
- Improvements over the INavigationService implementation
- Other fixes and improvements
2.2.0-beta1
- First release of the Cimbalino.Toolkit.Controls library
- Includes the new HamburgerFrame, HamburgerTitleBar, and HamburgerMenuButton
- Other fixes and improvements