Skip to content

Releases: drapanjanas/re-natal

v0.11.1

05 May 13:37
Compare
Choose a tag to compare

Fixes:

  • Enabling auto-require breaks re-natal #221

v0.11.0

05 May 12:30
Compare
Choose a tag to compare

Changes:

  • Use figwheel 0.5.18 (#217) thanks to @drhops for the contribution
  • Use React Native 0.59.5

Breaking CLI change:

  • with metro bundler in latest RN version command re-natal enable-source-maps is not needed anymore so it was removed.

v0.10.1

29 Apr 17:04
Compare
Choose a tag to compare

Fix:

  • Update klaw-sync to 6.0.0 (#206)

v0.10.0

07 Dec 22:31
Compare
Choose a tag to compare

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

29 May 17:46
Compare
Choose a tag to compare

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:

  1. run re-natal upgrade
  2. In project.clj update clojurescript version to 1.10.238
  3. In project.clj all profiles add :target :nodejs
  4. In project.clj dev profile rename :output-to file not-used.js -> index.js

v0.8.2

05 Mar 20:03
Compare
Choose a tag to compare
  • Use React Native 0.53.0
  • fix broken Rum template
  • fix jvm-opts for java9 (@stask)
  • updated coffeescript to fix npm warning (@prertik)

v0.8.1

04 Feb 19:05
Compare
Choose a tag to compare
  • Use React Native 0.52.0
  • Bump versions: clj->1.9, cljs->1.9.946, re-frame->0.10.4 (@nrakochy)
  • Add jvm options to support JDK9

v0.8.0

12 Nov 12:21
Compare
Choose a tag to compare
  • 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

12 Oct 19:00
Compare
Choose a tag to compare
  • Fixed error on re-natal figwheel with image subfolders #149

v.0.7.1

09 Oct 19:46
Compare
Choose a tag to compare
  • 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