mirror of https://github.com/status-im/reagent.git
Update CHANGELOG.md
This commit is contained in:
parent
065acffbb7
commit
0fd41cd4e6
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue