Skip to content

Releases: XPlat-Apps/XPlat-Windows-APIs

Release 1.8.1

06 Nov 15:19
7c95dcf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

Release 1.8.0

01 Nov 11:45
8d5d39e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.20109...v1.8.0

NuGet release v1.6.19104.1

14 Apr 09:36
cdd64df
Compare
Choose a tag to compare

Version 1.6.19104.1 - Released: 2019-04-14

Added

  • #20 - Added Launcher API for iOS to XPlat.Devices.Launcher library
  • #58 - Added Thickness & ThicknessHelper API to XPlat.UI library
  • #68 - Added DispatcherTimer API to XPlat.UI library

Changed

  • Updated NuGet package references across the API layers as per #56
    • Xamarin Android Support libraries - 27.0.2.1 to 28.0.0.1
    • Newtonsoft.Json - 11.0.2 to 12.0.1
  • Updated CoreDispatcher APIs for Windows and iOS to support constructors with platform specific UI elements for further customization of the context as per #60 and #62
  • Updated the FileOpenPicker API for Android to support cloud file providers such as Google Drive as per #66

NuGet release v1.5.19024.1

25 Jan 09:37
e181d84
Compare
Choose a tag to compare

Version 1.5.19024.1 - Released: 2019-01-25

Added

  • #19 - Added MessageDialog APIs to new XPlat.UI.Popups library
  • #36 - Added Package APIs to new XPlat.ApplicationModel library
  • #41 - Added Color API to new XPlat.UI library
  • #42 - Added ColorHelper API to new XPlat.UI library
  • #43 - Added Colors API to new XPlat.UI library
  • #40 - Added AnalyticsInfo and AnalyticsVersionInfo APIs to new XPlat.Device.Profile library

Changed

  • Added SourceLink support to all project libraries

NuGet release v1.4.18299

26 Oct 19:20
1e30d51
Compare
Choose a tag to compare

Version 1.4.18296.4 - Released: 2018-10-26

Added

  • Added Launcher component for Windows in XPlat.Device.Launcher
  • Added RequestCodeHelper for aiding with Android intents to XPlat.Core
  • Implemented Properties properties on StorageFile and StorageFolder for Windows in XPlat.Storage

Changed

  • Issue 26 - Port to .NET Standard
    • All projects have been moved to .NET Standard 1.4 and use multi-targeting to provide platform specific code.
    • XPlat.Storage library has split out into XPlat.Storage and XPlat.Storage.Pickers libraries to be inline with Windows SDK
    • XPlat.Media library has been renamed to XPlat.Media.Capture to be inline with Windows SDK
    • Launcher class in XPlat.Device.Launcher is no longer static and implements an interface for better cross-platform-ability
    • NSDate and NSObject extensions for iOS moved to XPlat.Core
  • Marked the ParseHelper class as obsolete with plan to remove in a future release.

Fixed

NuGet release v1.3.18257

23 Oct 08:16
068699d
Compare
Choose a tag to compare

Version 1.3.18257.3 - Released: 2018-09-14

Fixed