Skip to content

Releases: drapanjanas/re-natal

v0.2.38

24 Jul 10:39
Compare
Choose a tag to compare
  • Generate project using RN 0.30.0
  • Improved displaying CLJS compilation exceptions in YellowBox

v0.2.37

20 Jul 10:15
Compare
Choose a tag to compare

Generates project using:

  • RN 0.29.2
  • Clojure 1.8.0, ClojureScript 1.8.51
  • Reagent 0.6.0-rc

Command re-natal use-figwheel was updated to correctly set debug host as per docs for 0.29

Use React Native 0.27

10 Jun 20:58
Compare
Choose a tag to compare
  • Bumped RN version to 0.27.2

Use React Native 0.26

21 May 15:39
Compare
Choose a tag to compare
  • Bumped RN version to 0.26
  • Default interface is now reagent6 since React 15 is now used

React Native 0.25 and improvements

14 May 20:22
Compare
Choose a tag to compare
  • Upgrade to RN 0.25
  • Access React API via require('react')
  • Removed dependency on natal-shell from OmNext and Rum project templates
  • Skip schema check in prod build and add some comiler optimizatons in project.clj. Thanks to @ducky427!
  • Exclude .DS_Store file (generated on MacOS) when scanning for images. Thanks to Mark Lakewood!

Support Rum

03 May 19:57
Compare
Choose a tag to compare

This release adds support of Rum interface - big thanks to @webmonarch for contribution!

To generate Rum-based app project please run:

$ re-natal init FutureApp -i rum

also, issue #44 is fixed

Use React Native 0.24.1

24 Apr 14:54
Compare
Choose a tag to compare
  • Use React Native 0.24.1
  • Update dev host also in RCTWebSocketExecutor.m as per docs

Support Reagent 0.6.0-alpha

09 Apr 10:43
Compare
Choose a tag to compare

This realease adds new interface option to generate reagent 0.6.0-alpha + re-frame 0.7.0 based projects.

$ re-natal init FutureApp -i reagent6

Solved issues #14 and #34

Upgrade existing projects

Run re-natal upgrade

React Native 0.23.1

08 Apr 11:26
Compare
Choose a tag to compare

Use React Native 0.23.1
This also fixes #35

React Native 0.22.2 and bugfixes

27 Mar 19:29
Compare
Choose a tag to compare

Bugfix release

  • Fix #31 and #32
  • Use React Native 0.22.2

Upgrade existing projects

  1. Run re-natal upgrade
  2. Fix assignment of global React variable in core.cljs:
(set! js/window.React (js/require "react-native"))