Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Nov 17, 2024
1 parent dde0223 commit 8235d80
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@

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

* [#355](https://github.com/fsbolero/Bolero/issues/355) Fix CSS isolation on rebuild.

## 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 8235d80

Please sign in to comment.