Skip to content

Releases: drapanjanas/re-natal

v0.7.0

03 Oct 19:50
Compare
Choose a tag to compare
  • 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
  • shorter, more clear aliases for commands use-component and infer-components
    • requirecommand is same as use-component
    • require-all is same as infer-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
  • 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

13 Aug 13:09
Compare
Choose a tag to compare
  • 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

11 Jul 20:32
Compare
Choose a tag to compare
  • new CLI command infer-components which you can use instead of use-component - big thanks to @carocad for this contribution 🎉
  • bump RN version to 0.46.1
  • fix bug in use-ios-device real

v0.4.3

30 May 18:31
Compare
Choose a tag to compare
  • Use yarn, if available, for fetching dependencies

v0.4.2

28 May 19:56
Compare
Choose a tag to compare

Bump versions:

  • om-next to 1.0.0-beta1
  • React Native to 0.44.2

v0.4.1

14 May 11:10
Compare
Choose a tag to compare
  • Uptate ClojureScript to 1.9.542 / spec alpha ns’s
  • Use React Native 0.44.0

v0.4.0

01 May 11:59
Compare
Choose a tag to compare

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

15 Mar 18:26
Compare
Choose a tag to compare
  • Fixes re-natal enable-source-maps #101

v0.3.6

11 Mar 11:54
Compare
Choose a tag to compare
  • bump om-next to 1.0.0-alpha48
  • bump react to 0.42.0
  • bump rum version to 0.10.8

v0.3.5

23 Feb 21:33
Compare
Choose a tag to compare
  • Use React Native v0.41.1