Skip to content

2.0.0 (Purple Lion)

Compare
Choose a tag to compare
@xeyefex xeyefex released this 12 Jan 09:56
· 48 commits to master since this release
6ca5a47

Features

  • Updated to Webpack 5
  • Newpattern supports using local project templates. Include any template you want to override in a newpattern folder in your project's root directory.
  • Custom Fractal server config object now possible via fractal.hooks.js server key, the object will be merged with defaults.
  • Custom mandelbrot theme config object now possible via fractal.hooks.js mandelbrot key, the object will be merged with defaults.
  • Expose Rsync tasks in CLI

Chores

  • Updated all dependencies
  • Post CSS - removed ie11 grid support
  • Dropped console logs from production

⚠ BREAKING CHANGES

  • Dropped support for node 10/13. Use node 12 or 14 (LTS)
  • Now using sass (dart-sass) instead of node-sass as recommended by sass-loader. See docs
  • The prependData option was removed. Use the additionalData option instead.
  • Webpack devtool in webpack.dev.js now uses : eval-cheap-source-map instead of deprecated #inline-source-map. See docs