Nhowka / Elmish.Bridge

Create client-server Fable-Elmish apps keeping a single mindset
MIT License
139 stars 17 forks source link

Update to Fable.Browser.Url 1.3.2 #53

Closed MangelMaxime closed 1 year ago

MangelMaxime commented 1 year ago

Hello @Nhowka.

in one of the latest version of Fable.Browser.Url we fixed the URL.Create.

The problem is that even if the new signature is in theory compatible with the previous one F#/.NET is not able to pick it when used in already published packages.

image

https://github.com/fable-compiler/fable-browser/issues/116

Can you please update Elmish.Bridge.Clilent to Fable.Browser.Url version 1.3.2? In theory, you just need to update the dependency and have nothing to change in your code.

Nhowka commented 1 year ago

Version 7.0.2 should contain the fix. Thanks!

lukaszkrzywizna commented 1 year ago

Hi, @Nhowka

Thank you for the update! Is there any chance to release that fix for 6.x version? Our project still uses Fable.v3 along with Fable.Elmish 3. I would much appreciate it. Thanks! :)

Nhowka commented 1 year ago

@lukaszkrzywizna I just uploaded version 6.0.2 with only the dependency change!