]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2020-04-15  pikaxtypes: remove tuple check and add type check for tuple 579/head
2020-04-15  Carlos RodriguesApply suggestions from code review
2020-04-15  pikaxMerge remote-tracking branch 'github/master' into chang...
2020-04-15  Evan Youchore: run prettier
2020-04-15  Evan Youfix(runtime-dom/v-on): support event.stopImmediatePropa...
2020-04-15  Evan Yourefactor(reactivity): make readonly non-tracking
2020-04-15  Evan Yourefactor(reactivity): move array ref handling into...
2020-04-15  Evan Youfeat(reactivity): add support for `toRef` API
2020-04-15  Evan Youfeat(reactivity): add support for `customRef` API
2020-04-14  Evan Youchore: revert debugging dev flag
2020-04-14  Evan Youtypes: fix public instance $root and $parent type
2020-04-14  Evan Youfeat(runtime-core): detect and warn against components...
2020-04-14  Evan Youfeat(runtime-core): warn async data()
2020-04-14  Evan Youfix(scheduler): sort jobs before flushing
2020-04-14  Evan Youfix(runtime-core): should resolve value instead of...
2020-04-14  Evan Youchore: import toRaw from @vue/reactivity
2020-04-13  Evan Yourefactor(reactivity): remove stale API `markReadonly`
2020-04-13  Evan YouRevert "feat(reactivity): add effect to public api...
2020-04-13  Claudio Eyzaguirrechore: fix typo in Chagelog.md (#960) [ci skip]
2020-04-13  pikaxMerge remote-tracking branch 'github/master' into chang...
2020-04-13  Evan Youfix(runtime-core): fix kebab-case props update
2020-04-13  likuifix(runtime-dom): should patch svg innerHtml (#956)
2020-04-13  Thorsten Lünborgfix(types): UnwrapRef should bail on DOM element types...
2020-04-13  Evan Yourefactor: make sure setupContext.emit always reference...
2020-04-13  Kingchore: fix changelog typo (#953) [ci skip]
2020-04-13  dependabot... build(deps-dev): bump @rollup/plugin-node-resolve from...
2020-04-13  dependabot... build(deps-dev): bump rollup from 2.4.0 to 2.6.1
2020-04-13  dependabot... build(deps-dev): bump @rollup/plugin-commonjs from...
2020-04-12  pikaxtypes: add symbolExtract to extract all known symbols
2020-04-10  Evan Yourefactor: adjust runtime-dom test structure + tests...
2020-04-10  Evan Yourefactor: simplify runtime-dom class tests
2020-04-10  Evan Youfix(runtime-dom): fix patching for attributes starting...
2020-04-10  Evan Yourefactor(runtime-core): remove emit return value
2020-04-10  Evan Youfix(compiler-core): should not generate CLASS/STYLE...
2020-04-10  Evan Yourefactor(runtime-core): move updateCompnent into separa...
2020-04-10  dependabot... build(deps-dev): bump rollup from 2.3.4 to 2.4.0
2020-04-09  David Berneggerchore: show non-breaking space in changelog [ci skip...
2020-04-09  dependabot... build(deps-dev): bump jest from 25.2.7 to 25.3.0
2020-04-08  Evan Yourelease: v3.0.0-alpha.12 v3.0.0-alpha.12
2020-04-08  Evan Youfix(compiler): support full range of entity decoding...
2020-04-08  Evan Youfix(compiler): should not condense  
2020-04-08  Evan Youfix(compiler): should only strip leading newline direct...
2020-04-08  pikaxtypes: bring back my changes
2020-04-08  pikaxMerge remote-tracking branch 'github/master' into chang...
2020-04-08  Evan Youfix(slots): should update compiled dynamic slots
2020-04-08  dependabot... build(deps): bump @babel/types from 7.9.0 to 7.9.5...
2020-04-08  likuifix(runtime-core): set fragment root children should...
2020-04-08  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-04-08  dependabot... build(deps-dev): bump rollup from 2.3.3 to 2.3.4
2020-04-08  dependabot... build(deps-dev): bump enquirer from 2.3.4 to 2.3.5
2020-04-07  Evan Youfix(compiler-core): elements with dynamic keys should...
2020-04-07  Evan Youbuild: remove size check for runtime.global files
2020-04-07  Evan Youfix(transition): should ship props declarations in...
2020-04-07  Evan Youfix(transition): fix dynamic transition update on neste...
2020-04-07  Evan Youfeat(asyncComponent): add `onError` option for defineAs...
2020-04-07  Evan Youtest: fix runtime-dom v-on test
2020-04-07  Evan Youfix(runtime-dom): support native onxxx handlers
2020-04-07  Evan Yourefactor(runtime-core): refactor slots resolution
2020-04-06  Evan Yourefactor(runtime-core): make setup attrs proxy dev...
2020-04-06  Evan Yourefactor(runtime-core): refactor props resolution
2020-04-06  Evan Youfix(runtime-core): fix globalProperties in check on...
2020-04-06  Rahul Kadyantypes(runtime-core): Adds type signature for renderList...
2020-04-06  Jian Zhangfix(runtime-dom): fix getModelAssigner order in vModelC...
2020-04-06  syuilochore: fix changelog typo (#918) [ci skip]
2020-04-06  ysj16chore: typo (#928)
2020-04-06  dependabot... build(deps-dev): bump @types/jest from 25.1.5 to 25.2.1
2020-04-06  dependabot... build(deps-dev): bump ts-jest from 25.3.0 to 25.3.1
2020-04-06  dependabot... build(deps-dev): bump rollup from 2.3.2 to 2.3.3
2020-04-05  Evan Youfeat(runtime-core): improve component public instance...
2020-04-05  Evan Youfix(v-model): handle dynamic assigners and array assigners
2020-04-04  Evan Youfix(types): accept generic Component type in h()
2020-04-04  Evan Youfix(reactivity): track reactive keys in raw collection...
2020-04-04  Evan Yourelease: v3.0.0-alpha.11 v3.0.0-alpha.11
2020-04-04  Evan Youbuild: run tests in serial for release
2020-04-04  Evan Youfix(runtime-core): support attr merging on child with...
2020-04-04  Evan Yourefactor(compiler-sfc): make more explicit regarding...
2020-04-04  Rahul Kadyanfix(compiler-sfc): always use offset for template block...
2020-04-04  Evan Youfix(types/reactivity): add generics constraint for...
2020-04-04  Evan Youfix(compiler): fix pre tag whitespace handling
2020-04-04  Evan Youfeat(runtime-core): emits validation and warnings
2020-04-03  Evan Yourefactor(runtime-core): extract component emit related...
2020-04-03  Evan Youfeat(runtime-core): type and attr fallthrough support...
2020-04-03  Evan Youtest(types): fix dts test
2020-04-03  Robbin Baauwfeat(reactivity): add effect to public api (#909)
2020-04-03  Evan Youtest(types): also test Object as PropType casting
2020-04-03  Carlos Rodriguesfix(types): allow use PropType with Function (#915)
2020-04-03  Evan Youchore: remove debugger
2020-04-03  Evan Yourefactor(runtime-core): adjust attr fallthrough behavior
2020-04-03  Cédric Exbrayatrefactor(runtime-core): remove unnecessary tracing...
2020-04-03  dependabot... build(deps-dev): bump @types/jest from 25.1.4 to 25.1.5
2020-04-03  dependabot... build(deps-dev): bump jest from 25.2.4 to 25.2.7
2020-04-02  Evan Youfix(reactivity): scheduled effect should not execute...
2020-04-02  Evan Youchore: readme [ci skip]
2020-04-02  Evan Youtest: fix dts tests for Teleport renaming
2020-04-02  Evan Youtest: make events test more stable
2020-04-02  Evan Yourefactor: rename `<portal>` to `<teleport>`
2020-04-02  Evan Youchore: avoid v-cloak test warning
2020-04-02  Evan Youfeat(runtime-core): config.performance tracing support
2020-04-02  Evan Youfix(compiler-core/slots): should support on-component...
2020-04-01  Igor Randjelovicfeat(compiler-core): export `transformElement` from...
next