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

Latest commit

 

History

History
286 lines (124 loc) · 10 KB

CHANGELOG.md

File metadata and controls

286 lines (124 loc) · 10 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.1.3 (2019-11-21)

Bug Fixes

  • call transformer from whitelisted custom blocks (#310) (ab13f3b)

5.1.2 (2019-10-27)

Bug Fixes

  • use local runtime helpers for externalising vue-runtime-helpers (3b0b4de)

5.1.1 (2019-10-26)

Bug Fixes

5.1.0 (2019-10-26)

Features

  • Add support for shadow DOM style injection (9a0e7cf)

5.0.1 (2019-06-26)

5.0.0 (2019-04-11)

Chores

  • Upgrade @vue/component-compiler & @vue/component-compiler-utils (e215fe7)

BREAKING CHANGES

  • @vue/component-compiler-utils@3.0.0 uses sass instead of node-sass

4.7.2 (2019-02-20)

Bug Fixes

  • Add needMap option to disable source maps (3f879f3)

4.7.1 (2019-02-05)

Bug Fixes

  • Add deprecation warning for *CustomBlocks options (eb1c863)

4.7.0 (2019-02-05)

Bug Fixes

  • Use isProduction when defined and fallback to NODE_ENV/BUILD (5fb30ce)
  • Use template.isProduction option if set (#267) (911eabc)

Features

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

Bug Fixes

4.6.0 (2019-01-14)

Features

  • Migrate from tsc to rollup (5ac7474)

4.5.0 (2019-01-14)

Bug Fixes

  • Use rollup's resolveId instead of require.resolve to resolve internal modules (3fbc8eb)

Features

4.4.0 (2019-01-10)

Bug Fixes

4.4.0-alpha.0 (2018-08-29)

Features

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

Bug Fixes

  • Transform require in render function compiled from <template> (#212) (89839f2)

Features

  • Provide sourcemap for blocks in .vue file (#215) (a5928ad)

4.2.0 (2018-05-25)

Features

  • Use regex to filter .vue files (1c77e2a)

4.1.5 (2018-05-25)

Bug Fixes

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

Bug Fixes

4.1.1 (2018-05-12)

Bug Fixes

  • Change main file in package.json (73f944c)

4.1.0 (2018-05-09)

Bug Fixes

Features

4.0.2 (2018-05-06)

Bug Fixes

  • When using extract CSS add scopeId to component for scoped CSS (#188) (3a64402), closes #186

Features

  • Improve compatibility with other plugins that uses query parameters (#185) (4110dbb)

4.0.1 (2018-05-02)

Bug Fixes

Features

4.0.0 (2018-05-01)

Features