UNPKG

1.22 kBMarkdownView Raw
1# Changelog
2
3All notable changes to `rollup-plugin-scss` will be documented in this file.
4
5## [Unreleased]
6
7## [2.6.0] - 2020-08-14
8### Fixed
9- Resolve processor as a promise during transform step @geotrev
10
11### Added
12- Add support for postcss processor
13
14## [2.5.0] - 2020-05-07
15### Updated
16- Fix includePaths before processing @mach25
17
18## [2.4.0] - 2020-04-13
19### Added
20- Add `sass` option @riri
21
22## [2.2.0] - 2020-04-11
23### Added
24- Add `watch` option @JimSchofield
25
26## [2.1.0] - 2019-12-22
27### Added
28- Add `prefix` option @jackprosser
29
30## [2.0.0] - 2019-12-22
31### Changed
32- Add `node_modules/` in includePaths by default
33- Fix cases where output `css` is null or undefined
34- Update dependencies
35
36## [1.0.0] - 2019-02-04
37### Update
38- Update `ongenerate` to `generateBundle`
39
40[Unreleased]: https://github.com/thgh/rollup-plugin-scss/compare/v2.2.0...HEAD
41[2.2.0]: https://github.com/thgh/rollup-plugin-scss/compare/v2.1.0...v2.2.0
42[2.1.0]: https://github.com/thgh/rollup-plugin-scss/compare/v2.0.0...v2.1.0
43[2.0.0]: https://github.com/thgh/rollup-plugin-scss/compare/v1.0.0...v2.0.0
44[1.0.0]: https://github.com/thgh/rollup-plugin-scss/compare/v0.0.1...v1.0.0
45[0.0.1]: https://github.com/thgh/rollup-plugin-scss/releases