Xamarin.Forms 2.3.0.34-pre1
Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata>
<id>Xamarin.Forms</id>
<version>2.3.0.34-pre1</version>
<authors>Xamarin Inc.</authors>
<owners>Xamarin Inc.</owners>
<licenseUrl>http://download.xamarin.com/content/licenses/Xamarin.Forms.rtf</licenseUrl>
<projectUrl>http://xamarin.com/forms</projectUrl>
<iconUrl>http://xamarin.com/content/images/nuget/xamarin.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase</description>
<releaseNotes>## New Features ##
### Data Pages ###
Xamarin.Forms DataPages are available as a preview for customers to try and provide feedback. The preview is available in the Xamarin.Forms.Pages nuget package. DataPages provide an API to quickly and easily bind a data source to pre-built views that can be styled with Themes.
### Themes ###
Xamarin.Forms Themes are available as a preview for customers to try and provide feedback. A theme is added to a Xamarin.Forms application by including the Xamarin.Forms.Theme.Base Nuget package, plus either an additional package that defines a specific theme (eg. Xamarin.Forms.Theme.Light) or a locally defined theme.
### URL Navigation ###
Deep link directly to any page within your Xamarin.Forms app with URL Navigation.
In order to avoid adding a dependency on GooglePlayServices to the Xamarin.Forms core package, we've created a new Xamarin.Forms.AppLinks nuget package that will be required for this feature to work on the Android platform.
### Embedded Native Controls ###
Embed custom Xamarin.iOS and Xamarin.Android controls in Xamarin.Forms applications.
### Other New Features ###
- Multiple shared resource dictionaries with implicit styles and/or dynamic resources are now supported
- Can now set the background and text color of the Tab bar on TabbedPage.
- Known Issues:
- [WinRT, WinPhone 8.1, UWP] Setting BarTextColor does not currently work.
- [WinPhone 8.1, UWP] If the TabbedPage contains a NavigationPage, the BarBackgroundColor and BarTextColor for the NavigationPage takes precedence
- [WinPhone 8.1] If the TabbedPage contains a NavigationPage, switching between tabs may cause the background color to be lost.
- [Android] Cannot set BarTextColor back to default after changing it to a non-default color.
- Can now set TextColor on Picker, TimePicker, DatePicker.
## Bugs Fixed ##
- [23942](https://bugzilla.xamarin.com/show_bug.cgi?id=23942) - Cannot bind properties in BindableObjects added to static resources in XAML
- [33135](https://bugzilla.xamarin.com/show_bug.cgi?id=33135) - Apps built for Windows 8.1 using XF, fail on Windows 10 release, with System.NotImplementedException
- [35529](https://bugzilla.xamarin.com/show_bug.cgi?id=35529) - WebView.Eval throwing a NotImplementedException on WP8.1 (WinRT) (XF 1.5.1.6471)
- [36374](https://bugzilla.xamarin.com/show_bug.cgi?id=36374) - Xamarin.Forms.Platform.UWP.TabbedPageRenderer.OnElementChanged is not virtual
- [36955](https://bugzilla.xamarin.com/show_bug.cgi?id=36955) - [iOS] ViewCellRenderer.UpdateIsEnabled Object reference not set to an instance of an object
- [39636](https://bugzilla.xamarin.com/show_bug.cgi?id=39636) - Cannot use XamlC with OnPlatform in resources, it throws System.InvalidCastException
- [39847](https://bugzilla.xamarin.com/show_bug.cgi?id=39847) - Using MasterDetailPage class as a ExportRenderer does not load in Android
- [39963](https://bugzilla.xamarin.com/show_bug.cgi?id=39963) - iOS WebView has wrong scrolling size when loading local html content with images
- [40096](https://bugzilla.xamarin.com/show_bug.cgi?id=40096) - Invalid Cast Exception when setting SearchBar Command
- [40185](https://bugzilla.xamarin.com/show_bug.cgi?id=40185) - [UWP] ContentPage does not have proper right bounds in landscape
### Other Fixes ###
- [Android] Fixed issue where accessing `Device.IsInvokeRequired` on Android resulted in a race condition and possible crash.
- [Android] Fixed potential crash when styling application
- [iOS] Fixed issue with WebView dispose and resizing
</releaseNotes>
<copyright>Copyright 2013-2016</copyright>
<tags>xamarin forms xamarinforms xamarin.forms</tags>
<dependencies>
<group targetFramework="WindowsPhone8.0">
<dependency id="WPtoolkit" version="4.2013.08.16" />
</group>
<group targetFramework="MonoAndroid1.0">
<dependency id="Xamarin.Android.Support.v4" version="[23.3.0]" />
<dependency id="Xamarin.Android.Support.Design" version="[23.3.0]" />
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="[23.3.0]" />
<dependency id="Xamarin.Android.Support.v7.CardView" version="[23.3.0]" />
<dependency id="Xamarin.Android.Support.v7.MediaRouter" version="[23.3.0]" />
</group>
</dependencies>
<references>
<group targetFramework=".NETPortable0.0-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10">
<reference file="Xamarin.Forms.Core.dll" />
<reference file="Xamarin.Forms.Platform.dll" />
<reference file="Xamarin.Forms.Xaml.dll" />
</group>
<group targetFramework="Xamarin.iOS1.0">
<reference file="Xamarin.Forms.Core.dll" />
<reference file="Xamarin.Forms.Platform.dll" />
<reference file="Xamarin.Forms.Xaml.dll" />
<reference file="Xamarin.Forms.Platform.iOS.dll" />
</group>
<group targetFramework="MonoTouch1.0">
<reference file="Xamarin.Forms.Core.dll" />
<reference file="Xamarin.Forms.Platform.dll" />
<reference file="Xamarin.Forms.Xaml.dll" />
<reference file="Xamarin.Forms.Platform.iOS.Classic.dll" />
</group>
<group targetFramework="MonoAndroid1.0">
<reference file="Xamarin.Forms.Core.dll" />
<reference file="Xamarin.Forms.Platform.dll" />
<reference file="Xamarin.Forms.Xaml.dll" />
<reference file="FormsViewGroup.dll" />
<reference file="Xamarin.Forms.Platform.Android.dll" />
</group>
<group targetFramework="Windows8.1">
<reference file="Xamarin.Forms.Core.dll" />
<reference file="Xamarin.Forms.Platform.dll" />
<reference file="Xamarin.Forms.Xaml.dll" />
<reference file="Xamarin.Forms.Platform.WinRT.dll" />
<reference file="Xamarin.Forms.Platform.WinRT.Tablet.dll" />
</group>
<group targetFramework="WindowsPhoneApp8.1">
<reference file="Xamarin.Forms.Core.dll" />
<reference file="Xamarin.Forms.Platform.dll" />
<reference file="Xamarin.Forms.Xaml.dll" />
<reference file="Xamarin.Forms.Platform.WinRT.dll" />
<reference file="Xamarin.Forms.Platform.WinRT.Phone.dll" />
</group>
<group targetFramework="UAP10.0">
<reference file="Xamarin.Forms.Core.dll" />
<reference file="Xamarin.Forms.Platform.dll" />
<reference file="Xamarin.Forms.Xaml.dll" />
<reference file="Xamarin.Forms.Platform.UAP.dll" />
</group>
<group targetFramework="WindowsPhone8.0">
<reference file="Xamarin.Forms.Core.dll" />
<reference file="Xamarin.Forms.Platform.dll" />
<reference file="Xamarin.Forms.Xaml.dll" />
<reference file="Xamarin.Forms.Platform.WP8.dll" />
</group>
</references>
</metadata>
</package>