All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.1.9 (2020-05-22)
5.1.8 (2020-05-22)
- produce deterministic css class names for css modules (70818c2)
5.1.7 (2020-05-11)
- bump component-compiler to allow tree-shaking (a85e6d9)
- provide scopeId to template compiler when the component has scoped styles (#337) (1fec2c5)
- some wording (#339) (6a94a53)
5.1.6 (2020-01-22)
- tsconfig.json: transpile async await in order to be compatible to rollup-plugin-typescript2 (#324) (deb4a1b)
5.1.5 (2020-01-06)
5.1.4 (2019-11-21)
- use inline block language in part request (7434ea2)
5.1.3 (2019-11-21)
5.1.2 (2019-10-27)
- use local runtime helpers for externalising vue-runtime-helpers (3b0b4de)
5.1.1 (2019-10-26)
- typo in option name (7b848ee)
5.1.0 (2019-10-26)
- Add support for shadow DOM style injection (9a0e7cf)
5.0.1 (2019-06-26)
5.0.0 (2019-04-11)
@vue/component-compiler-utils@3.0.0
usessass
instead ofnode-sass
4.7.2 (2019-02-20)
- Add needMap option to disable source maps (3f879f3)
4.7.1 (2019-02-05)
- Add deprecation warning for *CustomBlocks options (eb1c863)
4.7.0 (2019-02-05)
- Use isProduction when defined and fallback to NODE_ENV/BUILD (5fb30ce)
- Use template.isProduction option if set (#267) (911eabc)
- Add data option to allow prepending style block content (a5711f6), closes #93
- Add exposeFilename to control __file property (5c1dffb)
- Combine customBlocks inclusion/exclusion option (8ae8568)
4.6.2 (2019-01-17)
4.6.1 (2019-01-14)
- Clean dist directory (9e348f3)
4.6.0 (2019-01-14)
- Migrate from tsc to rollup (5ac7474)
4.5.0 (2019-01-14)
- Use rollup's resolveId instead of require.resolve to resolve internal modules (3fbc8eb)
- README: logo URL (#246) (27bc6f8)
- Copy SFCDescriptor before further passing it to processors (#243) (3c1113b)
- Throw style compilation errors (#235) (5d8aa49)
4.4.0-alpha.0 (2018-08-29)
- Use runtime helper package instead of inline generated code (3285740)
4.3.2 (2018-07-31)
4.3.1 (2018-07-13)
4.3.0 (2018-06-24)
4.2.0 (2018-05-25)
- Use regex to filter .vue files (1c77e2a)
4.1.5 (2018-05-25)
- Handle Vue.extend constructor export from .vue file (#206) (fa7661e)
- Resolve src attr value with require.resolve (#205) (ecb2d87)
4.1.4 (2018-05-15)
4.1.1 (2018-05-12)
- Change main file in package.json (73f944c)
4.1.0 (2018-05-09)
4.0.2 (2018-05-06)
4.0.1 (2018-05-02)
- allow less which is empty or comments only (#151) (9387215), closes #132
- edit example conf.js (#161) (f918a7f)
- move vue-template-compiler to peer dependencies (7c6c56a)
- Rollup CLI example (#157) (c7f25a9)
- use prepare instead of prepublish (684de42)
- add lang="postcss" on style tags (#149) (5ccea8d)
- Convert script & styles to import statements (#184) (2fddee1), closes #183 #153
- Use @vue/component-compiler (#182) (8409424)