File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.24
4
+
5
+ * [ #347 ] ( https://github.com/fsbolero/Bolero/issues/347 ) Add Blazor Interactive Render Modes.
6
+
7
+ * ` IServiceCollection.AddBoleroComponents() ` to be called instead of ` IServiceCollection.AddBoleroHost() ` to use interactive render modes.
8
+ When that is used, ` boleroScript ` will include ` blazor.web.js ` instead of ` blazor.server.js ` or ` blazor.webassembly.js ` .
9
+
10
+ * ` BoleroRenderModeAttribute ` can be used to indicate the render mode of the component it is applied to.
11
+
12
+ * Alternately, ` Bolero.Server.Html.attr.renderMode ` can be used to indicate the render mode of the component it is applied to.
13
+
14
+ * [ #279 ] ( https://github.com/fsbolero/Bolero/issues/279 ) Re-enable the generation of reference assemblies.
15
+
3
16
## 0.23
4
17
5
18
* [ #308 ] ( https://github.com/fsbolero/Bolero/issues/308 ) Add router functions to decide what to do when the URL is invalid.
You can’t perform that action at this time.
0 commit comments