Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

37 lines (23 loc) · 1.58 KB

Changelog

0.24

  • #50 Replace option --server with --render to decide the render mode. Possible values are:
    • LegacyServer for classic server-side mode.
    • LegacyWebAssembly for classic client-side mode.
    • WebAssembly for client-only WebAssembly mode without a server project.
    • InteractiveServer for server-side interactive render mode (see https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0).
    • InteractiveWebAssembly for client-side interactive render mode.
    • InteractiveAuto for automatic interactive render mode (client-side if available, otherwise server-side while downloading the client-side runtime in the background).

0.23

  • #41 Fix issue where, when creating a project containing a dash, the solution file uses an underscore in the project path.
  • #45 Add launchSettings that enable WebAssembly debugging.
  • #52 Fix namespace used in Razor host page.

0.22

  • Use endpoint routing for remote services.

0.21

  • #39 Add link to Blazor-generated CLIENT_ASSEMBLY_NAME.styles.css.

  • #40 Enable WebAssembly debugging in the server project.

0.20

  • Update to Bolero 0.20's computation expression-based syntax.

0.18

  • Use GitHub Packages as source for --nightly rather than AppVeyor.

  • Fix --paket.