6.0.0 (2020-11-25)
- new script setup compatibility (d1a528f)
- support for new sfc experimental features (d70f594), closes vuejs/rfcs#227 vuejs/rfcs#231
6.0.0-beta.11 (2020-11-02)
- add language fallback for template code (#407) (e334e8c)
- avoid adding render function when no template in an SFC (#387) (6960203)
- avoid conflicting filename for sourcemaps (#375) (4ec1315)
- default render function name for ssr (#402) (714afd7)
- support options for template block preprocessor render (#377) (3222451)
6.0.0-beta.9 (2020-07-16)
6.0.0-beta.8 (2020-07-15)
- backwards compat with older versions of compiler-sfc (7cb9fa4)
6.0.0-beta.7 (2020-07-15)
6.0.0-beta.6 (2020-06-05)
- pass on postcss options to compiler-sfc (d1332af)
6.0.0-beta.5 (2020-06-04)
6.0.0-beta.4 (2020-06-02)
6.0.0-beta.3 (2020-05-27)
- properly handle non-script src imports (6e4a025)
6.0.0-beta.2 (2020-05-27)
- add extension to Vue block URI (#352) (74b8f6e)
- fix filtering for src imports in resolveId (7dd895d)
- let rollup resolve src imports (5e5a2af)
6.0.0-beta.1 (2020-05-19)
6.0.0-alpha.10 (2020-05-07)
- support src imports (69f9106)
6.0.0-alpha.9 (2020-05-07)
6.0.0-alpha.8 (2020-05-05)
- pass preprocessCustomRequire to compileTemplate (2330d03)
6.0.0-alpha.7 (2020-05-01)
- remove unnecessary defineComponent call (43b11c6)
6.0.0-alpha.6 (2020-04-29)
- properly support ssr when target === "node" (3a604c9)
6.0.0-alpha.5 (2020-04-26)
6.0.0-alpha.4 (2020-04-24)
6.0.0-alpha.3 (2020-04-24)
- support css modules (87a6150)
6.0.0-alpha.2 (2020-04-24)
- should provide scope id to template compilation (2c0459c)
6.0.0-alpha.1 (2020-04-03)
- use default export mode for commonjs build (d1e77ff)