mirror of https://github.com/status-im/reagent.git
parent
a1a244e573
commit
6eb501b9cb
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,6 +1,19 @@
|
|||
|
||||
# Changelog
|
||||
|
||||
## 0.4.3
|
||||
|
||||
- React updated to 0.11.2
|
||||
|
||||
- Add reagent.core/cursor
|
||||
|
||||
- Add javascript interop macros .' and .!
|
||||
|
||||
- Add force-update-all to make LightTable integration easier
|
||||
|
||||
- Some performance optimizations
|
||||
|
||||
|
||||
## 0.4.2
|
||||
|
||||
- Allow multi-methods as component functions.
|
||||
|
|
|
@ -73,7 +73,6 @@
|
|||
console.log('WARNING: React is already defined');
|
||||
}"
|
||||
src "; \n"
|
||||
"console.log('importing');"
|
||||
"if (typeof module != 'undefined' &&
|
||||
typeof global != 'undefined' &&
|
||||
module.exports && module.exports.DOM) {
|
||||
|
|
Loading…
Reference in New Issue