Update CHANGELOG.md

This commit is contained in:
Juho Teperi 2018-12-31 14:37:02 +02:00
parent 065acffbb7
commit 0fd41cd4e6
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ ensure `:class` is merged correctly when it is defined as collection. ([#412](ht
- Add `reagent.core/class-names` utility functions which can be used
to normalize and combine `:class` values (similar to `classnames` JS library)
- Fix comparing Reagent `PartialFn` to `nil` ([#385](https://github.com/reagent-project/reagent/issues/385))
- Reagent no longer abuses `aget` or `aset` for accessing objects, and instead
uses correct Object interop forms, allowing use of ClojureScript `:checked-arrays :warn` option.
- **Removed `reagent.interop` namespace**
- These macros where bad practice and don't work properly if
React code is optimized by Closure
## 0.8.1 (2018-05-15)