Skip to content

v1.3.0

Compare
Choose a tag to compare
@mihkeleidast mihkeleidast released this 12 May 16:41

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)