Page 1 of 1

Beta 11.8 of C#/XAML for HTML5 released

Posted: Fri May 26, 2017 9:40 am
by JS-Support @Userware
Dear users,

We are pleased to inform you that the Beta 11.8 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_0_public_beta11_8.zip
(22.85 MiB) Downloaded 396 times

Click to Learn More about C#/XAML for HTML5.


Here is what's new since Beta 11.7:

  • Common Styles are now previewed in the XAML Editor! The XAML Editor Preview now takes into account the Styles and Resources defined in App.xaml and in other referenced resource dictionaries! (MergedDictionaries are also supported)
  • Support for data-binding in Shape properties (Line, Rectangle, Ellipse, Path...) (#596, #609)
  • New "Desktop" display size option in the XAML Editor: you can now get rid of the phone in the Preview
  • New "Fit Screen" display size option in the XAML Editor
  • The "Display Size" option is now persisted when closing and re-opening the XAML Editor
  • TextBox.IsReadOnly
  • DateTime.AddYears
  • DateTime.AddMonths
  • ScrollViewer.VerticalOffset and HorizontalOffset
  • TextBox.SelectAll()
  • ListBox.SelectAll()
  • IsEnabledChanged event
  • Further improved SL Migration Edition Silverlight compatibility: Key.Menu has been renamed to Key.Alt, Key.Ctrl has been renamed to Control, and more
  • Fixed an issue where validation tooltips did not move when scrolling (#592)
  • Fixed the exception when setting TextBox.MaxLength in a SL Migration project (#599)
  • Fixed an issue where changing a property of a Shape (Line, Rectangle, Ellipse, Path...) did not trigger a redraw of the shape (#596, #598, #609)
  • Fixed an issue when binding a non-string property to a string property (#593)
  • Fixed the compilation error when setting x:Name in a stand-alone XAML ResourceDictionary file
  • Fixed the NullReferenceException where using <Application.Resources> without the <ResourceDictionary> tag
  • Fixed the errors "Width cannot be lower than 0" and "Height cannot be lower than 0"

If you haven't already, be sure to check out the screenshots of the new Silverlight Migration Wizard introduced in the previous Beta 11.5!

2017.05.26 - Support for Styles in XAML Editor - commented1.png
2017.05.26 - Support for Styles in XAML Editor - commented1.png (73.47 KiB) Viewed 8272 times


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 the previous Beta, simply uninstall this one (from the Control Panel) and reinstall the previous Beta.


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: New Beta 11.8 released! [Download]

Posted: Sun May 28, 2017 3:02 am
by Bahram
Please do something about visual studio 2017!

Re: New Beta 11.8 released! [Download]

Posted: Mon May 29, 2017 1:44 am
by JS-Support @Userware
Bahram wrote:Please do something about visual studio 2017!

Hi,
Thanks for your feedback. Yes, VS 2017 is among our top priorities. The extensibility system of VS 2017 is very different from that of VS 2012 to 2015, so this is why it is taking us so long to do. Please expect VS 2017 support to be available within 1 month.
Regards,
JS-Support

Re: New Beta 11.8 released! [Download]

Posted: Wed May 31, 2017 6:33 am
by TaterJuice
Yay Common Styles - Thank you so much!