I know the blog as been quite a bit quiet for the last couple of months, but I just wanted to let you know that Cimbalino Toolkit version 2.4.0 is now available!
As I didn’t put a blog post for the previous version, here’s the complete change log for everything since 2.2.0 till the current 2.4.0:
- Now targeting SDK 14393 (Windows 10 Anniversary edition)
- New MasterDetailView control (UWP only)
- New ExtendedPageBase class, IHandleNavigatingFrom, IHandleNavigatedFrom and IHandleNavigatedTo interfaces (allows handling of
Page.OnNavigatingFrom()
,Page.OnNavigatedFrom()
andPage.OnNavigatedTo()
methods from inside view models) - New
BooleanToObjectConverter
,CollectionCountToObjectConverter
,ComparableToObjectConverter
,EmptyCollectionToObjectConverter
, andEmptyStringToObjectConverter
- Added
CancellationToken
support toIMessageBoxService
andILocationService
HamburgerMenuButton
will now allow parameter check for button highlighting- Improvements over the
INavigationService
interface and implementation - Other fixes and improvements