0
comment
on 5/4/2018 4:28 AM

This minor release brings bug fixes and a few features to WebSharper and UI.

Install templates for .NET Core SDK: dotnet new -i WebSharper.Templates::4.2.10.234

Download templates for Visual Studio 2017: http://websharper.com/installers/WebSharper.4.2.10.234.vsix

WebSharper Core

Improvements

  • #943 New option for DownloadResources: WarnOnly.
    • true tries to download resources, and throws an error if it fails.
    • WarnOnly tries to download resources, and shows a warning if it fails.
    • false does not download resources.

Fixes

  • #940 Inferred sitelet: "GET /" union case prevents other cases from being parsed

WebSharper UI

Improvements

  • #171 Templating: Support writing <ws-*> template instantiations from the server side with .Doc(keepUnfilled = true), so that these instantiations can be applied on the client side.

Fixes

  • #170 Templating: Fix issue that prevented applying <ws-*> instantiation for a template declared later in the file in ClientLoad.FromDocument mode.
  • #176 Routing: Recognize relative href path when parsing clicked links to apply client-side routing.
  • #177 Fix code output when using .V on a Var<Doc>.

Happy coding!

.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper