Skip to content

v2.0.0-0

Compare
Choose a tag to compare
@dimanech dimanech released this 08 Apr 08:05
· 130 commits to master since this release
v2.0.0-0
a54adf8

Breaking changes!

To pass config into atlas guide you need to pass it explicitly into withConfig method:

const atlas = require('atlas-guide').withConfig('./project/root/path/to/config.json');
// or atlas = require('atlas-guide').withConfig({ rawConfigObject });
atlas.build().then(...); 

Search for configs into project root .atlasrc.json or package.json is removed.

CLI

You need to pass config argument to CLI command:

npx atlas-guide --build=./path/to/config.json

UP:

  • Passing different configs to build different guides for brands or sub projects
  • CLI, .build and .buildAll methods
  • dependencies
    • d3-scale 2.2.2 -> 3.0.0
    • marked 0.6.1 -> 0.6.2
  • dev deps