Release 0.9.0-rc4

This commit is contained in:
Juho Teperi 2019-12-17 03:02:49 +02:00
parent 8f9045311c
commit ae0c64fe9f
2 changed files with 8 additions and 3 deletions

View File

@ -1,8 +1,13 @@
# Changelog
## master
## 0.9.0-rc4 (2019-12-17)
- Add support for the static [Class.contextType](https://reactjs.org/docs/context.html#classcontexttype) property
**[compare](https://github.com/reagent-project/reagent/compare/v0.9.0-rc3...v0.9.0-rc4)**
Fixes the last known (this far) regression in 0.9.
- Use Component constructor to keep track of component mount order for RAtom updates ([#462](https://github.com/reagent-project/reagent/pull/462))
- Add support for the static [Class.contextType](https://reactjs.org/docs/context.html#classcontexttype) property ([#467](https://github.com/reagent-project/reagent/pull/467))
## 0.9.0-rc3 (2019-11-19)

View File

@ -1,4 +1,4 @@
(defproject reagent "0.9.0-rc3"
(defproject reagent "0.9.0-rc4"
:url "http://github.com/reagent-project/reagent"
:license {:name "MIT"}
:description "A simple ClojureScript interface to React"