Skip to content

Version 0.24.25-beta

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jan 18:28
  • #347 Add Blazor Interactive Render Modes.

    • IServiceCollection.AddBoleroComponents() to be called instead of IServiceCollection.AddBoleroHost() to use interactive render modes.
      When that is used, boleroScript will include blazor.web.js instead of blazor.server.js or blazor.webassembly.js.

    • BoleroRenderModeAttribute can be used to indicate the render mode of the component it is applied to.

    • Alternately, Bolero.Server.Html.attr.renderMode can be used to indicate the render mode of the component it is applied to.

  • #279 Re-enable the generation of reference assemblies.