Skip to content

Commit 42fd6b1

Browse files
committed
Update Changelog
1 parent 68edf4e commit 42fd6b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
### Breaking
1212

1313
- `data_maps` has been renamed to `values` and support has been added for the Stimulus 2+ Values API.
14+
- `root`/`parent_element` no longer takes options, to define attributes for it, you can use `root_element_attributes` or the view component helper `root_component_attributes`. This change means
15+
that root elements can be instantiated outside of `render` which is useful if you refer to the instance in the components body block
1416

1517
### Added
1618

0 commit comments

Comments
 (0)