Skip to content

Commit cf61cd8

Browse files
committed
Update changelog
1 parent 7f7d3bd commit cf61cd8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

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+
316
## 0.23
417

518
* [#308](https://github.com/fsbolero/Bolero/issues/308) Add router functions to decide what to do when the URL is invalid.

0 commit comments

Comments
 (0)