Skip to content

Releases: cimbalino/Cimbalino-Toolkit

2.1.2

10 Feb 14:30
Compare
Choose a tag to compare
  • Updated UWP SDK target version to 10586 (maintaining compatibility with previous 10240)
  • Further improvements over the CoreDispatcherExtensions and DispatcherService

2.1.1

13 Dec 21:50
Compare
Choose a tag to compare
  • Added the DispatcherExtensions and CoreDispatcherExtensions
  • Fixed a few .NET Native issues, ensuring that the MultiBindingBehavior works as expected even when building in Release mode.

2.1.0

30 Nov 21:21
Compare
Choose a tag to compare
  • Updated the known system handled URI Schemas on the ILauncherService implementation
  • Added the IClipboard interface and implementation
  • Updated the documentation to include UAP10.0
  • Further improved AppVeyor integration
  • Reenabled Fody to make all calls to Cimbalino.Toolkit.Core PCL throw a NotImplementedException
  • Started using the new Microsoft.Xaml.Behaviors.Uwp.Managed NuGet package for UAP10.0

2.0.0

09 Oct 16:31
Compare
Choose a tag to compare
  • Added support for Universal Windows Platform (UWP)
  • Added new MonitoredInteractivity class as a replacement for Microsoft's provided Interactivity class
  • Other fixes and improvements

2.0.0-beta3

13 Aug 22:45
Compare
Choose a tag to compare
2.0.0-beta3 Pre-release
Pre-release
  • Fixed an issue introduced in the previous version that was preventing install

2.0.0-beta2

13 Aug 11:10
Compare
Choose a tag to compare
2.0.0-beta2 Pre-release
Pre-release
  • More changes related to UWP
  • Various code style and documentation fixes

2.0.0-beta1

03 Aug 08:51
Compare
Choose a tag to compare
2.0.0-beta1 Pre-release
Pre-release
  • Added support for Universal Windows Platform (UWP)

1.2.7

06 May 14:44
Compare
Choose a tag to compare
  • IStorageServiceHandler can now be used to move files
  • Microsoft BCL Build reference validation will now include Cimbalino.Toolkit.Core and Cimbalino.Toolkit packages
  • Other fixes and improvements

1.2.6

12 Mar 11:07
Compare
Choose a tag to compare
  • Fixed DeviceStatusService WP8 Store validation failure due to keyboard related code (new DeviceStatusServiceWithKeyboard now available for WP8)
  • Fixed back key press handling in WPA81 when app is resumed

1.2.5

10 Mar 10:01
Compare
Choose a tag to compare
  • Fixed an issue with the IApplicationSettingsService implementation that would cause Silverlight 8.0 applications to crash
  • Other fixes and improvements