Skip to content

v0.7.0

Compare
Choose a tag to compare
@drapanjanas drapanjanas released this 03 Oct 19:50
· 75 commits to master since this release
  • 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