Releases: drapanjanas/re-natal
Releases · drapanjanas/re-natal
v0.11.1
v0.11.0
v0.10.1
v0.10.0
Changes
- use React Native 0.57.7 (thanks @puppybits, @wnr and others who helped to make it work)
- support CocoaPods xcworkspace (@mfikes)
Upgrading existing projects
- upgrade project to React Native 0.57
- run re-natal upgrade
- manually add following to the babelrc:
"ignore": [
"./index.ios.js",
"./index.android.js"
]
v0.9.0
Breaking changes:
- using cljs compiler
:target :nodejs
figwheel-bridge.js
now loads the index.js file therfore:preloads
and:closure-defines
works as expected.
Version updates:
- React Native 0.55.4
- Reagent 0.8
- ClojureScript 1.10.238
- Om-Next 1.0.0-beta3
Fixes:
- Update UWP code generator to use new windows file layout (@jimberlage)
Upgrading existing projects
Minimal required changes:
- run
re-natal upgrade
- In project.clj update clojurescript version to 1.10.238
- In project.clj all profiles add
:target :nodejs
- In project.clj dev profile rename
:output-to
filenot-used.js
->index.js
v0.8.2
v0.8.1
v0.8.0
- Use React Native 0.50.3
- Note that since version 0.49 react-native-cli generates project with single App.js entry file. Re-Natal still generates separate entry files index.ios.js and index.android.js. Mainly due to technical reasons, might change in future.
- New command
re-natal set-figwheel-port
for cases when you want to run figwheel on port other than default 3449
v0.7.2
v.0.7.1
- fixed double initialization of figwheel
- moved figwheel url configuration into generated namespace (which can be .gitignored)
Updating existing projects
- run
re-natal upgrade
- add env/dev/env/config.cljs to .gitignore