Skip to content

Version 0.24

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 15:15
  • #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.

  • Add Program.mkStreamRendering and Program.mkSimpleStreamRendering functions.

  • Add StreamRenderingComponent base class with members InitialModel: 'model and LoadModel: 'model -> Task<'model>.

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

  • #355 Fix CSS isolation on rebuild.