vue3-yuanma/packages
Evan You 6a0be882d4 feat(compiler-sfc): support transforming absolute asset urls
BREAKING CHANGE: `@vue/compiler-sfc`'s `transformAssetUrlsBase` option
has been removed. It is merged into `trasnformAssetUrls` which now also
accepts the format of

  ```ts
  {
    base?: string
    includeAbsolute?: string
    tags?: { [name: string]: string[] }
  }
  ```
2020-05-04 16:45:19 -04:00
..
compiler-core fix(compiler): bail strigification on runtime constant expressions 2020-05-04 15:15:26 -04:00
compiler-dom fix(compiler): bail strigification on runtime constant expressions 2020-05-04 15:15:26 -04:00
compiler-sfc feat(compiler-sfc): support transforming absolute asset urls 2020-05-04 16:45:19 -04:00
compiler-ssr release: v3.0.0-beta.8 2020-05-04 10:49:23 -04:00
reactivity release: v3.0.0-beta.8 2020-05-04 10:49:23 -04:00
runtime-core release: v3.0.0-beta.8 2020-05-04 10:49:23 -04:00
runtime-dom release: v3.0.0-beta.8 2020-05-04 10:49:23 -04:00
runtime-test release: v3.0.0-beta.8 2020-05-04 10:49:23 -04:00
server-renderer release: v3.0.0-beta.8 2020-05-04 10:49:23 -04:00
shared release: v3.0.0-beta.8 2020-05-04 10:49:23 -04:00
size-check release: v3.0.0-beta.8 2020-05-04 10:49:23 -04:00
template-explorer release: v3.0.0-beta.8 2020-05-04 10:49:23 -04:00
vue release: v3.0.0-beta.8 2020-05-04 10:49:23 -04:00
global.d.ts feat(build): provide more specific warnings for runtime compilation 2020-04-20 15:23:26 -04:00