1799 Commits (46b8d2c59dc259995a71662229ed52b8b8beeb38)

Author SHA1 Message Date
Evan You 08a7fb539f fix: v-on="object" listeners should fire after high-priority ones 7 years ago
Evan You 5665eaf985 fix: backwards compat with checkbox code generated in < 2.5 7 years ago
JK 60b1af9e02 fix(transition-group): work around rollup tree shaking (#6796) 7 years ago
Eduardo San Martin Morote 15031b8542 fix(v-model): allow arbitrary naems for type binding (#6802) 7 years ago
Huo Chunyang 8645e5f04a refactor: remove unnecessary condition (#6795) 7 years ago
JounQin 5a15a8d208 fix(ssr): add semicolon before self-removal script (#6794) 7 years ago
Evan You 1f84dd1c24 fix: fix empty array edge case in normalizeChildren 7 years ago
Evan You 1be48d0a13 types: update types for config.ignoredElements 7 years ago
Evan You e38d006752 feat: improve template expression error message 7 years ago
Evan You b7105ae8c9 refactor: improve option type check warnings 7 years ago
Evan You adff0084e1 refactor: use isRegExp for safer check 7 years ago
Raymond Muller 795b908095 feat: support RegExp in ignoredElements (#6769) 7 years ago
Evan You 12255ff220 refactor: simplify functional renderStatic 7 years ago
Evan You bb1d888d44 refactor: remove no longer needed _staticTrees property 7 years ago
Evan You 53431c63a9 types: fix flow typing 7 years ago
Evan You 421658884f fix: fix scoped CSS for nested nodes in functional components 7 years ago
Evan You 050bb33f9b feat: scoped CSS support for functional components 7 years ago
Evan You ea0d227d2d feat: functional component support for compiled templates 7 years ago
Evan You 68bdbf508b fix: perperly handle v-if on <template> scoped slot 7 years ago
Mark Brouch 2d32b5d1b6 feat(ssr): auto-remove initial state script if prod (#6763) 7 years ago
Evan You dff85b230a fix(ssr): handle inline template compilation error 7 years ago
Evan You 70a28b37bc chore: formatting 7 years ago
wenlu.wang 3a5432a9e3 feat(core): call data method with this value (#6760) 7 years ago
Evan You 62405aa903 revert: fix(v-model): fix input listener with modifier blocking v-model update 7 years ago
Evan You 405d8e9f4c fix: prevent memory leak due to circular reference in vnodes 7 years ago
Evan You 37533fd71e refactor: improve errorCaptured propagation behavior 7 years ago
Evan You 96b9744811 refactor: tweak 7 years ago
Evan You f3fe012d54 feat(v-model): support dynamic input type binding 7 years ago
Evan You 2876ed870c fix: resolve async component default for native dynamic import 7 years ago
Evan You 35e55ecd42 refactor: remove unnecessary argument 7 years ago
Evan You 6893499744 feat: rename inject alias from "name" to "from" 7 years ago
Evan You 6dac3dbe44 feat: rename catchError -> errorCaptured 7 years ago
Dominik Rabij 514b90b647 fix: add slot v-bind warning (#6736) 7 years ago
Evan You 7bc899ce0e feat(ssr): add shouldPrefetch option 7 years ago
Evan You f881dd175a feat(ssr): renderToString return Promise 7 years ago
Evan You 2cba6d4cb1 feat: add max prop for <keep-alive> 7 years ago
Popescu Dan 88423fc66a feat(inject): support providing default values for injections (#6322) 7 years ago
Evan You b3cd9bc394 feat: add catchError option 7 years ago
Evan You e34c6b78bd chore: coverage 7 years ago
Evan You 6d1f4cb89a fix: fallback to Promise in non-DOM environments 7 years ago
Evan You 6e41679a96 fix: use MessageChannel for nextTick 7 years ago
Evan You e76e648bc8 refactor: avoid using Object.assign in SSR code for basic renderer compat in other environments 7 years ago
Evan You 8295f71665 fix: warn slot-scope when used as a prop 7 years ago
Evan You dae173d96d feat: support denoting normal elements as scoped slot 7 years ago
Evan You 4987eeb3a7 feat: v-on automatic key inference 7 years ago
Evan You 9761072d93 refactor: rename variable 7 years ago
Nick Messing 9734e878ec feat: add .exact event modifier (#5977) 7 years ago
Evan You e1da0d585c feat(v-model): craete non-existent properties as reactive 7 years ago
Evan You 2431d3d743 chore: fix warning space 7 years ago
Evan You 2b5c83af6d fix: handle errors in errorHandler 7 years ago