Skip to content

Releases: cimbalino/Cimbalino-Toolkit

2.5.0

10 May 12:59
b26a821
Compare
Choose a tag to compare
  • Cimbalino.Toolkit.Core now supports .NET Standard 1.0

2.4.2

18 Apr 15:43
9c1323b
Compare
Choose a tag to compare
  • Fixes bug in ApplicationSettingsServiceHandler.Remove() to ensure it removes keys AND containers

2.4.1

18 Apr 15:41
Compare
Choose a tag to compare
  • 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

06 Dec 11:19
Compare
Choose a tag to compare
  • 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

09 Oct 19:50
Compare
Choose a tag to compare
2.4.0-beta1 Pre-release
Pre-release
  • New MasterDetailFrame control (UWP only)
  • New BooleanToObjectConverter, CollectionCountToObjectConverter, ComparableToObjectConverter, EmptyCollectionToObjectConverter, and EmptyStringToObjectConverter
  • Other fixes and improvements

2.3.0

08 Aug 08:37
Compare
Choose a tag to compare
  • 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

05 Apr 13:12
Compare
Choose a tag to compare
  • Added missing WP81 output

2.2.0

05 Apr 11:00
Compare
Choose a tag to compare

(no changes from previous beta)

2.2.0-beta2

23 Mar 14:22
Compare
Choose a tag to compare
2.2.0-beta2 Pre-release
Pre-release
  • 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

08 Mar 14:39
Compare
Choose a tag to compare
2.2.0-beta1 Pre-release
Pre-release
  • First release of the Cimbalino.Toolkit.Controls library
  • Includes the new HamburgerFrame, HamburgerTitleBar, and HamburgerMenuButton
  • Other fixes and improvements