3.3.0 (2021-10-26)
3.2.2 (2021-06-15)
- Revert "fix: patch postcss 7 and bundle it in the published npm package (#111)" (a9e3afd), closes #111
- Bump postcss version (2af0c54)
3.2.1 (2021-06-09)
3.2.0 (2020-07-22)
3.1.2 (2020-04-08)
- add parse options to cache key (#78) (f7b1f87)
- LRUCache v5 has to be invoked with new (#83) (b541fef), closes #79
3.1.1 (2020-01-06)
3.1.0 (2019-12-08)
- include filename in
finalCompilerOptions
(#74) (3dda72d) - support AST for template compile (#68) (ed44d6f)
- support audio src in
transformAssetUrls
option by default (#72) (47f1341)
3.0.2 (2019-11-06)
3.0.1 (2019-11-04)
3.0.0 (2019-04-11)
- Using
sass
instead ofnode-sass
package.
2.6.0 (2019-02-21)
2.6.0 (2019-02-21)
2.5.2 (2019-01-31)
- fix sourceMap path separator on Windows, default sourceRoot to "" (#51) (df32cd9), closes #47
- generate correct source-map when content is not padded (#52) (81be0ca)
2.5.1 (2019-01-25)
2.5.0 (2019-01-08)
2.4.0 (2019-01-02)
- do not insert newline if style is already minified (2603ee2)
- Forward preprocessor options to less (#25) (3b19c1e), closes #24
- Move trim and scoped postcss plugins at the start of plugin list (#36) (0d52d86)
- pin prettier version (5f138a6)
- remove space after selector when inserting scoped attribute (5b299ed), closes vue-loader/#1370
- should work with variable named render (close #23) (273827b)
- support standalone pseudo element selectors (#33) (d6cfbbf)
- Typings for SFCDescriptor and SFCCustomBlock (#29) (bb09115)
- scoped-css: support leading >>> or /deep/ in selectors (1a3b5bb)
- add
prettify
option (#42) (db3655b) - Support
stylus
as<style>
lang (#18) (986084e)
2.3.1 (2018-12-11)
- do not insert newline if style is already minified (2603ee2)
- Move trim and scoped postcss plugins at the start of plugin list (#36) (0d52d86)
2.3.0 (2018-10-22)
- support standalone pseudo element selectors (#33) (d6cfbbf)
- Typings for SFCDescriptor and SFCCustomBlock (#29) (bb09115)
2.2.0 (2018-08-16)
- scoped-css: support leading >>> or /deep/ in selectors (1a3b5bb)
2.1.2 (2018-08-09)
- pin prettier version (5f138a6)
2.1.1 (2018-08-07)
- remove space after selector when inserting scoped attribute (5b299ed), closes vue-loader/#1370
2.1.0 (2018-07-03)
- Forward preprocessor options to less (#25) (3b19c1e), closes #24
- should work with variable named render (close #23) (273827b)
2.0.0 (2018-06-03)
- Add async style compilation support (#13) (54464d6)
- allow/require compiler to be passed in for
parse
(caa1538)
- vue template compiler must now be passed to
parse
via options.
1.3.1 (2018-05-28)
1.3.0 (2018-05-22)
- include href for in transformAssetUrls (close #12) (86fddc2)
- Provide installation instructions on missing language preprocessors (#10) (97e772c)
1.2.1 (2018-04-26)
- postcss import (c845a80)
1.2.0 (2018-04-26)
1.1.0 (2018-04-24)
- use more strict regex for matching css animation rules (4644727)