Skip to content

Releases: frctl/fractal

@frctl/core@0.1.1

19 Oct 06:29
Compare
Choose a tag to compare

0.1.1 (2020-10-19)

Note: Version bump only for package @frctl/core

@frctl/web@0.1.0

15 Oct 07:02
Compare
Choose a tag to compare

0.1.0 (2020-10-15)

Features

  • allow overriding/extending highlighter (#628) (ad1689b)

@frctl/twig@1.2.1

15 Oct 07:02
Compare
Choose a tag to compare

1.2.1 (2020-10-15)

Note: Version bump only for package @frctl/twig

@frctl/nunjucks@2.0.3

15 Oct 07:02
Compare
Choose a tag to compare

2.0.3 (2020-10-15)

Note: Version bump only for package @frctl/nunjucks

@frctl/mandelbrot@1.5.0

15 Oct 07:02
Compare
Choose a tag to compare

1.5.0 (2020-10-15)

Bug Fixes

  • mandelbrot: hide hidden variants in info panel (#649) (179c4fd)
  • mandelbrot: make relative path links from notes accessible both from local server as deployed server (#659) (9311ef5)

Features

  • Mandelbrot: allow to customize all the theme labels (#636) (5735ef7), closes #633
  • allow customizing Mandelbrot skin with hex codes (#627) (f4ef6f9)
  • allow resizing pen preview height on narrow screens (#626) (519335b)

@frctl/handlebars@1.2.1

15 Oct 07:02
Compare
Choose a tag to compare

1.2.1 (2020-10-15)

Bug Fixes

  • handlebars: fix handlebars render tag overwriting default context (#648) (035191c)

@frctl/handlebars-example@0.1.0

15 Oct 07:02
Compare
Choose a tag to compare

0.1.0 (2020-10-15)

Bug Fixes

  • fix resolving camelCased variant templates (#652) (c81c69a)
  • handlebars: fix handlebars render tag overwriting default context (#648) (035191c)
  • properly load notes from readme files for components variants (#630) (d2f6dcf), closes #629

Features

  • Mandelbrot: allow to customize all the theme labels (#636) (5735ef7), closes #633

@frctl/fractal@1.4.0

15 Oct 07:02
Compare
Choose a tag to compare

1.4.0 (2020-10-15)

Bug Fixes

  • fix resolving camelCased variant templates (#652) (c81c69a)
  • properly load notes from readme files for components variants (#630) (d2f6dcf), closes #629

Features

  • allow overriding/extending highlighter (#628) (ad1689b)
  • filter excluded files/directories in the file system parsing stage (#661) (7c09c27)
  • CLI: add start/build npm scripts to package.json for new projects (#620) (1c923d8)

@frctl/core@0.1.0

15 Oct 07:02
Compare
Choose a tag to compare

0.1.0 (2020-10-15)

Features

  • filter excluded files/directories in the file system parsing stage (#661) (7c09c27)

v1.3.0

12 May 16:41
Compare
Choose a tag to compare

Bug Fixes

  • fix usage of file path as preview value in config (#509)
  • remove end from server rendering (#546)
  • escape string passed to regexp (#534)
  • fix entity names with double extension (#565)
  • append extension to relative URLs too (#575)
  • fix nunjucks view syntax (#579)
  • add hljs class to code elements (#578)
  • resolve date in config to JSON string (#574)
  • CLI: ensure new command runs npm install (#583)

Features

  • add support for variant notes files (#566)
  • add exclude config option to components (#572)
  • update mandelbrot (#577)
  • allow and prefer fractal.config.js as configuration file name (#581)
  • update handlebars adapter (#584)
  • allow sub-components to be rendered fully (#573)
  • update istextorbinary to get newer extensions (#589)

Chores

  • add all current LTS versions of Node to the Travis build matrix (#538)
  • move snyk to devDependencies (#553)
  • bump minimist from 1.2.0 to 1.2.2 (#554)
  • update sinon and move it to devDependencies (#555)
  • package.json & package-lock.json to reduce vulnerabilities (#552)
  • update anymatch, chokidar and nunjucks (#564)
  • bump minimist from 1.2.2 to 1.2.3 (#567)
  • remove snyk dependency (#569)
  • update readme (#571)
  • move to multiple issue templates (#587)

Tests

  • add coverage and unit tests for collection mixin class (#568)