Releases
3.6.6
Tarmil
released this
15 Dec 18:56
WebSharper
#491 : Remove reference from WebSharper.Sitelets.dll
to WebSharper.Compiler.dll
#498 : Add WebSharper.Web.Require<'Resource>
server-side control.
#502 : Add client-side Cookies library.
#503 : Window
inherits from EventTarget
, allowing the use of AddEventHandler
on JS.Window
.
#504 : MSBuild task: force loading the right version of FSharp.Core in the appdomain.
#506 : In unpack task, use $(OutDir)
if set.
#507 : Honor optional arguments Async.AwaitEvent(?cancelAction)
and Async.StartChild(?timeout)
.
#508 : bind multiple-argument versions of JSON.Stringify
.
#509 : Fix JSON.Serialize
macro for recursive types.
Add missing proxies for querySelector
and querySelectorAll
on Window
and Dom.Element
.
Add proxy for System.TimeoutException
.
Always extract resources when WebSharperProject
is Site
, thus fixing WebSharper.Suave #7 .
WebSharper.UI.Next
#60 : Templating: allow using the same simple text hole in multiple places.
#65 : Make sure to set the selected element after rendering the select box.
You can’t perform that action at this time.