Evan You
|
b3b65b4058
fix: runtime compilation marker should be applied in exposed compile function
|
5 years ago |
Evan You
|
a5e55e28f1
test: improve unexpected warning output
|
5 years ago |
Evan You
|
7e8b26eba8
refactor(runtime-core): make nextTick() promise reject on scheduler flush error
|
5 years ago |
Evan You
|
3cc768f9f2
refactor(runtime-core): adjust error handling behavior
|
5 years ago |
dependabot-preview[bot]
|
678364802d
build(deps-dev): bump ts-jest from 26.1.3 to 26.1.4 (#1726)
|
5 years ago |
dependabot-preview[bot]
|
152464ffcd
build(deps-dev): bump @typescript-eslint/parser from 3.7.0 to 3.7.1 (#1725)
|
5 years ago |
Evan You
|
5c74243211
test: move mockWarn into setup files
|
5 years ago |
underfin
|
d4527230e4
fix(compiler-core): prevent generating invalid code for v-bind with empty expression (#1720)
|
5 years ago |
Evan You
|
5fbd1f4ccb
fix(compiler-core/v-on): only cache empty handler when the option is used
|
5 years ago |
Evan You
|
c930f2ee8a
chore: update snapshot
|
5 years ago |
Evan You
|
354d79c42b
fix(runtime-core): respect render function from mixins
|
5 years ago |
Evan You
|
71c3c6e2a0
fix(v-model): allow v-model usage on declared custom elements
|
5 years ago |
underfin
|
2a633c84ff
fix(transition): should call transition hooks inside already resolved suspense (#1698)
|
5 years ago |
dependabot-preview[bot]
|
6efb2fe3ea
build(deps-dev): bump rollup from 2.22.2 to 2.23.0 (#1694)
|
5 years ago |
dependabot-preview[bot]
|
5479e60a3a
build(deps-dev): bump @ls-lint/ls-lint from 1.9.0 to 1.9.2 (#1693)
|
5 years ago |
dependabot-preview[bot]
|
89e2e3f008
build(deps-dev): bump @types/jest from 26.0.5 to 26.0.7 (#1692)
|
5 years ago |
Evan You
|
3d2bdafd2f
chore: revert accidentally commented line
|
5 years ago |
Evan You
|
a75b8a268f
fix(build): fix component resolution when disabling options API
|
5 years ago |
Evan You
|
ba17c871d8
feat: support delimiters option for runtime compilation
|
5 years ago |
Evan You
|
7edfdf7e23
fix(reactivity): avoid tracking internal symbols in has trap
|
5 years ago |
underfin
|
452edb73cb
fix(compiler-sfc): fix rewrite named export default (#1675)
|
5 years ago |
Erik Campobadal Forés
|
ee6828aa1e
chore: add docs link and change beta to RC (#1673) [ci skip]
|
5 years ago |
dependabot-preview[bot]
|
ea94c33f0b
build(deps-dev): bump rollup from 2.22.1 to 2.22.2 (#1677)
|
5 years ago |
Evan You
|
d63daaf9b6
release: v3.0.0-rc.4
|
5 years ago |
Evan You
|
11c2ad4a04
fix(deps): move @babel/types back to dependencies
|
5 years ago |
Evan You
|
7753485baa
release: v3.0.0-rc.3
|
5 years ago |
Rahul Kadyan
|
615dccd00e
feat(compiler-core/internal): add `onContextCreated` option to `generate` (#1672)
|
5 years ago |
Evan You
|
4951d43526
fix(compiler-sfc): `<style vars scoped>` prefixing should only apply to pre-transform source
|
5 years ago |
Evan You
|
a28a11ef22
chore: make app root attribute consistent with scopeId attributes
|
5 years ago |
Evan You
|
c852bf18d7
fix(v-model): v-model listeners should not fallthrough to plain element root
|
5 years ago |