Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Latest commit

 

History

History
210 lines (78 loc) · 8.52 KB

CHANGELOG.md

File metadata and controls

210 lines (78 loc) · 8.52 KB

6.0.0 (2020-11-25)

Features

6.0.0-beta.11 (2020-11-02)

Bug Fixes

  • 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)

Features

  • add watchers to imports within vue files (#385) (cd41410)

6.0.0-beta.9 (2020-07-16)

Features

  • distinguish options for different CSS preprocessing languages (#366) (860595e)

6.0.0-beta.8 (2020-07-15)

Bug Fixes

  • backwards compat with older versions of compiler-sfc (7cb9fa4)

6.0.0-beta.7 (2020-07-15)

Features

6.0.0-beta.6 (2020-06-05)

Features

  • pass on postcss options to compiler-sfc (d1332af)

6.0.0-beta.5 (2020-06-04)

Features

6.0.0-beta.4 (2020-06-02)

Bug Fixes

6.0.0-beta.3 (2020-05-27)

Bug Fixes

  • properly handle non-script src imports (6e4a025)

6.0.0-beta.2 (2020-05-27)

Bug Fixes

  • add extension to Vue block URI (#352) (74b8f6e)
  • fix filtering for src imports in resolveId (7dd895d)
  • let rollup resolve src imports (5e5a2af)

Features

6.0.0-beta.1 (2020-05-19)

Bug Fixes

  • fix css modules code missing newline (51fdbcc)
  • pass template in map (a13bed4)

6.0.0-alpha.10 (2020-05-07)

Features

6.0.0-alpha.9 (2020-05-07)

6.0.0-alpha.8 (2020-05-05)

Bug Fixes

  • pass preprocessCustomRequire to compileTemplate (2330d03)

6.0.0-alpha.7 (2020-05-01)

Bug Fixes

  • remove unnecessary defineComponent call (43b11c6)

6.0.0-alpha.6 (2020-04-29)

Features

  • properly support ssr when target === "node" (3a604c9)

6.0.0-alpha.5 (2020-04-26)

6.0.0-alpha.4 (2020-04-24)

Features

  • add preprocessStyles option (defaults to false) (50a7d78)
  • support css preprocessors (88da113)

6.0.0-alpha.3 (2020-04-24)

Features

6.0.0-alpha.2 (2020-04-24)

Bug Fixes

  • should provide scope id to template compilation (2c0459c)

6.0.0-alpha.1 (2020-04-03)

Bug Fixes

  • use default export mode for commonjs build (d1e77ff)

6.0.0-alpha.0 (2020-04-03)

Bug Fixes

  • use verbose template sourcemap for better sourcemap support (ffe1f8e)
  • use verbose template sourcemap for better sourcemap support (fb31eed)
  • use verbose template sourcemap for better sourcemap support (bcf9ed9)