Skip to content

v0.17.0

Choose a tag to compare

@d4rkr00t d4rkr00t released this 18 Dec 10:19
· 23 commits to master since this release

Highlights

New Logo πŸŽ‰πŸ¦„β­οΈ

aik

Custom .babelrc support

babel

From version 0.17 Aik picks up custom .babelrc config and uses plugins and preset from it. That should allow for better customization as well as satisfy those who wanted to use experimental features that are not yet enabled in Aik by default.

Redeclaring presets that already being used by Aik is not allowed for the sake of stability. Aik spills a lot of warnings when it encounters clashing preset/extension:

screen shot 2017-12-18 at 9 35 13 pm

webpack 2 -> webpack 3

webpacklogo

Now Aik uses webpack 3 which should improve performance and stability.

React Autodetection

No need for -r flag anymore! Aik now can derive framework that's being used from an entry point, either by analyzing imports or using special comment:

// aik-mode: react

More in the docs.


Bug Fixes

Features

  • Add support for object-rest-spread operator and for class properties (7aa7647)
  • Auto-detect usage of React (11b5aec)
  • Update cli message, more concise format (ec56f10)
  • Webpack 3 πŸŽ‰ (5d0815b)