Releases: dimanech/atlas-guide
Releases · dimanech/atlas-guide
v2.2.1
v2.2.0
v2.1.0
FIX:
- text color in case when project has global color alteration (bec4878)
- font style when project has global font weight different from normal
ADD:
- duplicates imports and orphans lists on Bundle page
UP:
- Project dependencies
- d3-color 1.3.0 -> 1.4.0
- d3-format 1.4.1 -> 1.4.4
- d3-scale 3.1.0 -> 3.2.1
- d3-shape 1.3.5 -> 1.3.7
- marked 0.7.0 -> 0.8.2
- mustache 3.2.0-> 4.0.1
- sass 1.22.22 -> 1.26.3
- Development dependencies
v2.0.4
UP:
Dependencies updates:
user space:
- d3-color 1.3.0 -> 1.4.0
- d3-format 1.4.1 -> 1.4.2
- d3-scale 3.1.0 ->3.2.1
- d3-shape 1.3.5 -> 1.3.7
- marked 0.7.0 -> 0.8.0
- mustache 3.1.0 -> 3.2.0
- postcss 7.0.18 -> 7.0.25
- sass 1.22.12 -> 1.23.7
dev dependencies:
- autoprefixer 9.6.1 -> 9.7.3
- coveralls 3.0.6 -> 3.0.9
- mocha 6.2.0 -> 6.2.2
- snyk 1.226.1 -> 1.264.0
- stylelint 11.0.0 -> 12.0.0 (Major update)
- stylelint-scss 3.11.0 -> 3.13.0
v2.0.3
UP:
Dependencies:
- "d3-color" from "1.2.3" to "1.3.0",
- "d3-format" from"1.3.2" to "1.4.1",
- "d3-scale" from"3.0.0" to "3.1.0",
- "marked" from "0.6.2" to "0.7.0",
- "mustache" from "3.0.0" to "3.1.0",
- "postcss" from "7.0.17" to "7.0.18",
- "sass" from "1.21.0" to "1.22.12"
v2.0.2
v2.0.1
v2.0.0-0
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.0marked
0.6.1 -> 0.6.2
- dev deps