All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.2.4 (2021-05-05)
4.2.3 (2020-05-22)
4.2.2 (2020-05-22)
4.2.1 (2020-05-11)
4.2.0 (2019-11-21)
4.1.0 (2019-10-26)
4.0.0 (2019-04-11)
- #84: Move postcss-modules plugins to last (#86) (d4ae5be), closes #84
- normalize source map file path on windows (#83) (c4bcd40), closes vuejs/component-compiler-utils#51
- Add compileToDescriptorAsync and compileStyleAsync methods (ccf7d84)
- Allow disabling clean CSS (9d43b80)
- Update to @vue/component-compiler-utils@3.0.0 which
uses
sass
instead ofnode-sass
3.6.0 (2018-08-28)
- Add compileToDescriptorAsync and compileStyleAsync methods (ccf7d84)
3.5.0 (2018-08-28)
- Allow disabling clean CSS (9d43b80)
3.4.5 (2018-08-28)
- Do not generate style injector code if component has no style (78a2da3)
3.4.4 (2018-07-31)
3.4.3 (2018-07-31)
- Use basename for __file in production mode (541a824)
3.4.2 (2018-07-13)
3.4.1 (2018-06-27)
3.4.0 (2018-06-24)
- preprocessor
data
option to prepend shared styles (#73) (5a81749) - Script source map support in assemble (#74) (13cd119)
3.3.3 (2018-05-25)
- Resolve src values on style blocks with require.resolve (#70) (0e8e005)
- Use options from
Vue.extend
constructor export from script block (#69) (4280da0)
3.3.2 (2018-05-13)
3.3.1 (2018-05-09)
3.3.0 (2018-05-07)
3.3.0 (2018-05-07)
3.2.0 (2018-05-06)
3.2.0 (2018-05-06)
3.1.1 (2018-05-02)
3.1.1 (2018-05-02)
3.1.0 (2018-05-01)
- add main and typings in package.json (5d5790a)
- circleci build yarn installation script (8d54b92)
- ensure split for files generated on windows (dfc0ec2)
- expect moduleIdentifier in assemble step (0ba6e8b)
- generate sourcemaps even if previous maps are provided (0bee641)
- inject style for non-modules too (9a30f9e)
- remove postcss config loader (f4ccc7c)
- remove unnecessary extension (043f54b)
- style-compiler source maps & use vue-component-compiler instead of vue-loader in logs (fef6fdd)
- update gen-id implementation (#43) (72ff0bb), closes #42
- use configure vueHotReloadAPI when available (19be9bf)
- use import statements for style when assembling in esModule mode (513fe46)
- add css modules capability to style-compiler (d413d22)
- add runtime component helpers (5f7d136)
- add synchronous compilers (f136528)
- add ts typings (8cc4f5f)
- allow additional properties in options (#56) (a23740f)
- assemble inline when content is provided (#35) (da252a7), closes #31 #38 #39
- component parts assembler (5deae78)
- export component compilers (cf11514)
- SFC to descriptors parser (076d414)
- source map cache busting option (#48) (93b6847), closes #46
- style compiler to add scope-id (6b9dc62)
- style-compiler should process one style block at a time (e6fa1ba)
- support for functional template compilation (#45) (63b91f7), closes #44 #37
- support wildcard tag in transformToRequire (#41) (f8a36c7), closes #40
- template to render function compiler (c4fc825)
- transform require to import statements in esModule (#54) (833605d)
- use @vue/component-compiler-utils to provide high level component compilation API (#59) (976d4f1)
- Use custom implementation of normalizer if provided (#61) (18cb7c1)
- Use custom implementation of normalizer if provided (37f6cd8)