-
#347 Add Blazor Interactive Render Modes.
-
IServiceCollection.AddBoleroComponents()
to be called instead ofIServiceCollection.AddBoleroHost()
to use interactive render modes.
When that is used,boleroScript
will includeblazor.web.js
instead ofblazor.server.js
orblazor.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.