Skip to content

Commit 86f622a

Browse files
authored
Update CHANGELOG.md
1 parent 79c5f13 commit 86f622a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Fix problem which caused using e.g. `:class` property with custom HTML element to break normal elements
88
- Fix problem using keyword or symbol as `:class` together with element tag class shorthand, e.g. `[:p.a {:class :b}]` ([#367](https://github.com/reagent-project/reagent/issues/367))
99
- Added support for using keywords and symbols in `:class` collection
10-
- Removed component type assertion for `:>` (#[369](https://github.com/reagent-project/reagent/issues/369), [#372](https://github.com/reagent-project/reagent/pull/372)))
10+
- Removed component type assertion for `:>` ([#369](https://github.com/reagent-project/reagent/issues/369), [#372](https://github.com/reagent-project/reagent/pull/372))
1111
- This caused problems with React Context where component is Plain JS object with special properties
1212
- `React/createElement` will still provide error if `:>` is used with invalid values
1313
- Handle exceptions from `not=` in Reagent `component-did-update` method ([#350](https://github.com/reagent-project/reagent/pull/350), [#344](https://github.com/reagent-project/reagent/pull/344))

0 commit comments

Comments
 (0)