mirror of https://github.com/status-im/reagent.git
Update CHANGELOG.md
This commit is contained in:
parent
79c5f13ab4
commit
86f622a9f9
|
@ -7,7 +7,7 @@
|
|||
- Fix problem which caused using e.g. `:class` property with custom HTML element to break normal elements
|
||||
- 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))
|
||||
- Added support for using keywords and symbols in `:class` collection
|
||||
- Removed component type assertion for `:>` (#[369](https://github.com/reagent-project/reagent/issues/369), [#372](https://github.com/reagent-project/reagent/pull/372)))
|
||||
- Removed component type assertion for `:>` ([#369](https://github.com/reagent-project/reagent/issues/369), [#372](https://github.com/reagent-project/reagent/pull/372))
|
||||
- This caused problems with React Context where component is Plain JS object with special properties
|
||||
- `React/createElement` will still provide error if `:>` is used with invalid values
|
||||
- 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))
|
||||
|
|
Loading…
Reference in New Issue