Page 1 of 1

v1.1.1 released (AncestorType)

Posted: Mon Apr 16, 2018 8:53 am
by JS-Support @Userware
Dear CSHTML5 users,

We are pleased to inform you that the version 1.1.1 of C#/XAML for HTML5 - the extension for Visual Studio that lets you build cross-platform HTML5 apps in standard C# and XAML - is available for download!


DOWNLOAD:
CSharpXamlForHtml5_v1_1_1.zip
(61.04 MiB) Downloaded 693 times

Learn More about C#/XAML for HTML5.


Here is what's new since v1.1.0 rtw:
  • Support for Binding with RelativeSource AncestorType
  • Fixed a compilation error that occurred when specifying a {Binding} in XAML on a property of a UserControl or custom control.

Here is what's new since v1.1 Beta 1:

  • Ability to display a Custom Splash-Screen Image while your app is loading (a tutorial can be found here)
  • Fixed crashes on Edge
  • Label control
  • HtmlWindow.Eval
  • HttpUtility.UrlEncode and UrlDecode[/b]
  • Uri.Host, Uri.Port, Uri.Scheme
  • HtmlDocument.QueryString
  • System.Windows.Interactivity.Behavior and BehaviorCollection
  • System.Windows.Deployment.Current
  • Dispatcher.CheckAccess
  • System.ComponentModel.DesignerProperties.IsInDesignMode and IsInDesignTool
  • Fixed an exception when removing and re-adding a ComboBox in the Visual Tree
  • Fixed an issue that prevented binding a property which itself was of type Binding

We are also working on many other features and we will release them as soon as they are ready.


You may also be interested to read:

Notes about installation:
  • Before installing this update, it is recommended that you close all the open instances of Visual Studio.
  • If for some reason you need to revert to a previous version, simply uninstall this one (from the Control Panel) and reinstall the previous version.

We hope you will enjoy this build! If you find any issues, please post them on the forums or send an email to support@cshtml5.com

Thank you.
Regards,
JS-Support

Re: v1.1.1 released! [Download] (AncestorType)

Posted: Mon Apr 16, 2018 9:25 am
by TaterJuice
Thanks for fixing the compilation error!

Re: v1.1.1 released! [Download] (AncestorType)

Posted: Tue Apr 17, 2018 1:42 am
by sebas

Code: Select all

public int _port
    Member of System.Uri


)))

Re: v1.1.1 released! [Download] (AncestorType)

Posted: Tue Apr 17, 2018 11:16 am
by JS-Support @Userware
Thanks )))