Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Feb 14, 2025
1 parent 6683b77 commit d26ddca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
### Features and changes

- **Breaking IF you use `:dangerouslySetInnerHTML`** instead of `{:__html "..."}`
you now need to use `reagent.core/unsafe-html` to tag these html values which
will be placed as-is into DOM. See [Security](./doc/Security.md) for the reasoning
for this change.
you now need to use `reagent.core/unsafe-html` to tag these html strings which
will be placed as-is into DOM, or Reagent will ignore the value.
See [Security](./doc/Security.md) for the reasoning for this change.
- Added `IWithMeta` and `IMeta` to `RCursor` ([#562](https://github.com/reagent-project/reagent/pull/562))
- [Examples](./examples/) now use Shadow-cljs
- Extended docstrings for `reaction`, `make-reaction` and `run!`
Expand Down

0 comments on commit d26ddca

Please sign in to comment.