mirror of https://github.com/status-im/reagent.git
Release 0.8.0-alpha2
This commit is contained in:
parent
0b38b4467d
commit
86bbe68ee0
|
@ -15,6 +15,7 @@
|
|||
problems with cursor jumping around
|
||||
([#282](https://github.com/reagent-project/reagent/pull/282))
|
||||
- Helps with e.g. Material-UI TextField
|
||||
- Added `IWithMeta` to `RAtom` ([#314](https://github.com/reagent-project/reagent/pull/314))
|
||||
|
||||
## 0.8.0-alpha1 (2017-07-31)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(defproject reagent "0.8.0-alpha1"
|
||||
(defproject reagent "0.8.0-alpha2"
|
||||
:url "http://github.com/reagent-project/reagent"
|
||||
:license {:name "MIT"}
|
||||
:description "A simple ClojureScript interface to React"
|
||||
|
|
Loading…
Reference in New Issue