Skip to content

v0.9.0

Compare
Choose a tag to compare
@drapanjanas drapanjanas released this 29 May 17:46
· 21 commits to master since this release

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