vue3-yuanma/packages
Stanislav Lashmanov d0b9708620
fix(compat): simulate Vue 2.6.14 version in compat build (#5293)
Some Vue plugins that are actually compatible with the `vue-compat` won't work because of the version check. Right now `vue-compat` returns 3x version for the legacy method of checking Vue version via `Vue.version`. This PR instends to simulate Vue 2 version in those instances and instead return a 2x-compatible version: `2.6.14-compat:3.x.x`.
2022-01-21 01:15:35 -05:00
..
compiler-core chore: update repo references 2022-01-18 16:43:59 +08:00
compiler-dom chore: update repo references 2022-01-18 16:43:59 +08:00
compiler-sfc fix(compiler-sfc/reactivity-transform): fix edge case where normal script has ref macros but script setup does not 2022-01-21 08:47:48 +08:00
compiler-ssr chore: update repo references 2022-01-18 16:43:59 +08:00
reactivity fix(ssr): only cache computed getters during render phase 2022-01-21 12:31:54 +08:00
reactivity-transform fix(reactivity-transform): apply transform for labelled variable declarations 2022-01-21 07:48:41 +08:00
runtime-core fix(compat): simulate Vue 2.6.14 version in compat build (#5293) 2022-01-21 01:15:35 -05:00
runtime-dom fix(runtime-core): ensure mergeProps skips undefined event handlers (#5299) 2022-01-21 01:13:29 -05:00
runtime-test chore: update repo references 2022-01-18 16:43:59 +08:00
server-renderer fix(ssr): only cache computed getters during render phase 2022-01-21 12:31:54 +08:00
sfc-playground chore: update repo references 2022-01-18 16:43:59 +08:00
shared chore: update repo references 2022-01-18 16:43:59 +08:00
size-check release: v3.2.27 2022-01-16 22:08:18 +08:00
template-explorer chore: update repo references 2022-01-18 16:43:59 +08:00
vue chore: update repo references 2022-01-18 16:43:59 +08:00
vue-compat chore: update repo references 2022-01-18 16:43:59 +08:00
global.d.ts chore: remove no longer needed shim for stream/web 2021-12-12 10:12:20 +08:00