Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed May 4, 2018
1 parent 60f7b4b commit 892635d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- 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)))
- 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

## 0.8.0 (2018-04-19)

Expand Down

0 comments on commit 892635d

Please sign in to comment.