vue3-yuanma/packages
Evan You 2fdb499bd9 fix(fragment): perform direct remove when removing fragments
This avoids trying to grab .el from hoisted child nodes (which can
be created by another instance), and also skips transition check
since fragment children cannot have transitions.
2019-12-22 16:15:16 -05:00
..
compiler-core test: fix tests after missing end tag error location fix 2019-12-20 10:10:08 -05:00
compiler-dom chore: adjust package.json 2019-12-19 14:19:58 -05:00
compiler-sfc fix(sfc): fix v-slotted attribute injection 2019-12-19 17:54:52 -05:00
reactivity chore: mark get/set create calls pure 2019-12-20 11:16:46 -05:00
runtime-core fix(fragment): perform direct remove when removing fragments 2019-12-22 16:15:16 -05:00
runtime-dom refactor(createComponent): rename to defineComponent (#549) 2019-12-22 10:58:12 -05:00
runtime-test chore: adjust package.json 2019-12-19 14:19:58 -05:00
server-renderer chore: adjust package.json 2019-12-19 14:19:58 -05:00
shared fix: codeframe marker should have min width of 1 2019-12-19 15:42:53 -05:00
size-check build: release script 2019-12-10 21:29:52 -05:00
template-explorer feat(sfc): wip scopeId compiler support 2019-12-17 12:31:38 -05:00
vue test(e2e): add test for svg example (#551) 2019-12-20 11:56:36 -05:00
global.d.ts feat(runtime-core): hot module replacement 2019-12-12 21:09:47 -05:00