Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Jan 3, 2024
1 parent 7f7d3bd commit cf61cd8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.24

* [#347](https://github.com/fsbolero/Bolero/issues/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](https://github.com/fsbolero/Bolero/issues/279) Re-enable the generation of reference assemblies.

## 0.23

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

0 comments on commit cf61cd8

Please sign in to comment.