mirror of https://github.com/status-im/reagent.git
Add to changelog
This commit is contained in:
parent
eed924311e
commit
5be5ace95d
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -3,8 +3,19 @@
|
|||
|
||||
## 0.5.1
|
||||
|
||||
- React updated to 0.13.3
|
||||
|
||||
- Deprecate calling the result of `create-class` as a function (i.e always use hiccup forms to call Reagent components).
|
||||
|
||||
- Hiccup syntax has been extended to allow nested elements to be defined using '>' as part of the keyword name.
|
||||
|
||||
- Add `force-update` for completeness.
|
||||
|
||||
- Try harder to maintain cursor position in inputs.
|
||||
|
||||
- Simplify examples, taking advantage of new figwheel.
|
||||
|
||||
|
||||
## 0.5.0
|
||||
|
||||
- React updated to 0.12.2
|
||||
|
|
Loading…
Reference in New Issue