Skip to content

Releases: dimanech/atlas-guide

v1.3.3

22 Feb 15:22
v1.3.3
85a05a3
Compare
Choose a tag to compare

UP:

  • Refactored font string parser
  • "User space" dependencies:
    • sass 1.15.1 -> 1.16.1
    • postcss 7.0.5 -> 7.0.14
    • marked 0.6.0 -> 0.6.1 (Security fix)
    • d3-shape 1.2.2 -> 1.3.3
    • d3-scale 2.1.2 -> 2.2.2
  • Development dependencies

v1.3.2

18 Jan 08:05
v1.3.2
977b4c7
Compare
Choose a tag to compare

ADD:

  • Exclude empty categories from navigation #81

FIX:

  • configuration executed several times when buildAll is called

UP:

  • tests

v1.3.1

17 Jan 14:08
v1.3.1
8f53e08
Compare
Choose a tag to compare

FIX:

  • Internal assets path not resolved when assets is copied on guide generation. Only valid for copyInternalAssets: true.

v1.3.0

16 Jan 12:34
v1.3.0
5c4b223
Compare
Choose a tag to compare

ADD:

  • createDestFolder, indexPageSource preferences

UP:

  • optimization of flow: not changed files will not trigger page write to fs
  • navigation improvements: pages without content in comments would not appear into guide
  • dependencies

v1.2.0

11 Dec 10:15
v1.2.0
58731cf
Compare
Choose a tag to compare

ADD

  • Possibility to use both CSS custom properties and SCSS variables in project constants. #52
  • Icon templates to store SVG icons "sprite"

UP

  • "User space" dependencies
    • marked 0.5.1 -> 0.5.2
  • Dev dependencies
  • Documentation

v1.1.13

19 Nov 20:57
v1.1.13
a6de0bf
Compare
Choose a tag to compare
  • FIX:
    • #50 d3.js error if project name use path-like naming. Ex: @some/project
  • UP:
    • Dependencies

v1.1.12

10 Nov 09:52
v1.1.12
d0a24c8
Compare
Choose a tag to compare

UP:

  • Dependencies

    • sass 1.14.2 -> 1.14.3
    • sass-graph 3.0.2 -> 3.0.3
  • Dev dependencies

v1.1.11

12 Oct 14:04
v1.1.11
04cce5d
Compare
Choose a tag to compare

UP:

  • function names refactoring
  • dependencies
    • sass 1.14.1 -> 1.14.2
    • sass-graph 3.0.0 -> 3.0.2

RM:

  • lodash.size dependency

v1.1.10

04 Oct 08:21
v1.1.10
09799d7
Compare
Choose a tag to compare

UP:

  • "User space" dependency
    • postcss 7.0.3 -> 7.0.5

v1.1.9

27 Sep 11:30
76d91d4
Compare
Choose a tag to compare

UP:

  • Dependencies:
    • marked 0.5.0 -> 0.5.1
    • mustache 2.3.2 -> 3.0.0
    • sass 1.13.4 -> 1.14.1
  • Development dependencies