Skip to content

v8.0.0

Latest
Compare
Choose a tag to compare
@jgerigmeyer jgerigmeyer released this 23 Feb 16:51
· 14 commits to main since this release
b630bf0
  • FEATURE: Add True sass option (string or Sass implementation instance, defaults to 'sass') to allow using either sass or embedded-sass.
  • FEATURE: Add the Node.js package importer to the Sass importers option by default, if Dart Sass v1.71 or later is available. Users can opt out by providing their own importers option, e.g. { importers: [] }.
  • BREAKING: Drop support for node < 18
  • INTERNAL: Remove sass as a peer-dependency.
  • INTERNAL: Update dependencies

Full Changelog: v7.0.1...v8.0.0