Releases: skovy/typed-scss-modules
Releases · skovy/typed-scss-modules
v6.1.0 - Add outputFolder config
6.1.0 (2022-02-17)
Features
- Add
outputFolder
configuration option (8d73cd2). Read the docs for more details: https://github.com/skovy/typed-scss-modules#--outputfolder--o
v6.0.0 - Upgrade sass & node-sass peerDependency versions
6.0.0 (2022-02-15)
BREAKING CHANGES
BREAKING CHANGE: sass updated to 1.49.7 and node-sass updated to 4.12.0
- Upgrade to latest
sass
version: https://www.npmjs.com/package/sass - Upgrade to last
node-sass
version with node v12 support: https://github.com/sass/node-sass/releases/tag/v4.12.0
This likely won't cause any breaking changes but since peer dependency versions were updated it was released as a breaking change.
v5.1.1
v5.1.0 - Add config file + custom importer support
5.1.0 (2022-02-14)
Features
- Add support for configuration files written in JavaScript (or TypeScript but it doesn't have great support yet) (9b8b0b6). For more details, refer to the updated README: https://github.com/skovy/typed-scss-modules#config-options
- Add support for a custom
importer
only available in the configuration files to add custom SASS importers. This is useful to match the same loaders used in a build pipeline. For more details, refer to the updated README: https://github.com/skovy/typed-scss-modules#importer