Skip to content

Releases: dimanech/atlas-guide

v2.2.1

25 May 20:09
v2.2.1
bc6f8f6
Compare
Choose a tag to compare

UP:

  • marked 0.8.2 -> 1.1.0
  • postcss 7.0.27 -> 7.0.30
  • postcss-scss 2.0.0 -> 2.1.1
  • sass 1.26.3 -> 1.26.5
  • sass-graph 3.0.4 -> 3.0.5
  • dev dependencies

FIX:

  • bad environment normalization affects component examples

v2.2.0

05 Apr 22:34
v2.2.0
e164eec
Compare
Choose a tag to compare

ADD:

  • Reusability index for stylistic and metric properties duplication statistics

FIX:

  • Bad environment for filter input

UP:

  • Copyright date

v2.1.0

02 Apr 15:45
v2.1.0
953437d
Compare
Choose a tag to compare

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

20 Dec 10:09
v2.0.4
4818cfe
Compare
Choose a tag to compare

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

24 Sep 21:28
v2.0.3
13a85a6
Compare
Choose a tag to compare

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

23 Jun 22:24
v2.0.2
f58702f
Compare
Choose a tag to compare

UP:

  • dependencies

ADD:

  • copy functionality for playground

v2.0.1

02 May 21:12
v2.0.1
e0a118e
Compare
Choose a tag to compare

UP:

  • User space dependencies

v2.0.0-0

08 Apr 08:05
v2.0.0-0
a54adf8
Compare
Choose a tag to compare

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

v1.4.1

15 Mar 17:18
v1.4.1
9ccba22
Compare
Choose a tag to compare

RM:

  • uneeded build artifacts that not necessary for module.

v1.4.0

15 Mar 16:52
v1.4.0
3b9f239
Compare
Choose a tag to compare

UP

  • possibility to pass array of paths as constants source to constantsSrc.
  • development dependencies