Update CHANGELOG.md

This commit is contained in:
Juho Teperi 2017-06-27 19:09:02 +03:00
parent a0635e0b34
commit f4f3a33b05
1 changed files with 4 additions and 5 deletions

View File

@ -6,16 +6,15 @@
- Fixed a warning with recent ClojureScript (1.9.660+) versions about
a variadic method signature in `reagent/impl/util.cljs`.
- `reagent.core/partial` and `wrap` used a bad deftype which worked previously
by luck. ([#303](https://github.com/reagent-project/reagent/pull/303))
- `reagent.core/partial` and `wrap` used a bad deftype ([#303](https://github.com/reagent-project/reagent/pull/303))
- React updated to 15.5.4 ([#292](https://github.com/reagent-project/reagent/issues/292))
- Uses [create-react-class](https://www.npmjs.com/package/create-react-class) instead of
deprecated `React.createClass`
- Reagent has dependency on `cljsjs/create-react-class`, if you are using other
methods to provide React, you need to exclude this dependency and provide it yourself.
- Reagent has now dependency on `cljsjs/create-react-class`, if you are using other
methods to provide React, you need to exclude this Cljsjs dependency and provide the library yourself.
- Self-host compatibility ([#283](https://github.com/reagent-project/reagent/pull/283))
- Removed deprecated `reagent.interop/.'` and `reagent.interop/.!` macros
- Improve assert messages all around
- Improved assert messages all around ([#301](https://github.com/reagent-project/reagent/pull/301)).
## 0.6.2 (19.5.2017)