Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

v1.0.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@MoOx MoOx released this 08 Dec 22:01
· 53 commits to master since this release
a850b24

Erratum

Check out beta.7 which includes bugfixes related to this release.

🚨 Breaking change

  • Upgrade from babel 6 to babel 7 (+fixup).
    ⚠️ If you were using phenomic without any custom babel config, this update should be transparent for you.
  • Reason users: you will night to replace *.js by *.bs.js for some files Eg:
    import { createContainer } from "@phenomic/preset-react-app/lib/es6/src/phenomicPresetReactApp.js";
    to
    import { createContainer } from "@phenomic/preset-react-app/lib/es6/src/phenomicPresetReactApp.bs.js";

😋 Fixes

👍 Improvements

🥳 Internal

  • Refactoring of webpack bundler plugin in order to prepare future SSR rendering enabled in dev mode
  • Reason code (generated as javascript) used in the core codebase (experimental)
  • Multiple other minors improvements...