Releases: drapanjanas/re-natal
Releases · drapanjanas/re-natal
v0.7.0
- major refactoring of figwheel-bridge.js (big thanks to @bhauman 🎉)
- now it works properly lein-figwheel version 0.5.14
- improved error handling and etc.
- support local config .re-natal.local
- commands
use-ios-device
,use-android-device
uses local config by deafult - same commands with --global option will write to .re-natal file
- commands
- shorter, more clear aliases for commands
use-component
andinfer-components
require
command is same asuse-component
require-all
is same asinfer-components
- auto-require components in
use-figwheel
command- can be enabled using
enable-auto-require
command - if enabled,
use-figwheel
will scan the code and add all dependencies into index.*.js file
- can be enabled using
- use latest ReactNative 0.48.4
Updating existing projects
- run
re-natal upgrade
- set lein-figwheel and figwheel-sidecar version to 0.5.14 in project.clj
- add .re-natal.local to .gitignore
v0.6.0
- use Reagent 0.7.0
- added advanced profile to make release build using :advanced compilation - use
lein advanced-build
- React Native externs are added by default using react-native-externs
- any other externs have to be added manually to
project.clj
Backwards compatibility issue: due to changes in figwheel-bridge.js (it uses now create-react-class
module) this version might not work with React Native vresion prior to 0.46
v0.5.0
v0.4.3
- Use yarn, if available, for fetching dependencies
v0.4.2
Bump versions:
- om-next to 1.0.0-beta1
- React Native to 0.44.2
v0.4.1
- Uptate ClojureScript to 1.9.542 / spec alpha ns’s
- Use React Native 0.44.0
v0.4.0
New feature:
- Add support for UWP and WPF apps (using react-native-windows) (big thanks to @amorokh 🎉)
Upgraded dependency versions:
- ReactNative 0.43.4
- clojure 1.9.0-alpha16
- clojurescript 1.9.521
- figwheel 0.5.10
- reagent 0.6.1
- re-frame 0.9.2
Upgrading
Existing projects will have to run re-natal upgrade
which will update the .re-natal config and figwheel-bridge.js
v0.3.7
v0.3.6
- bump om-next to 1.0.0-alpha48
- bump react to 0.42.0
- bump rum version to 0.10.8
v0.3.5
- Use React Native v0.41.1