]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
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...
2020-04-01  dependabot... build(deps-dev): bump rollup from 2.3.1 to 2.3.2
2020-03-31  likuifix(runtime-dom): v-cloak should be removed after compi...
2020-03-31  dependabot... build(deps-dev): bump rollup from 2.3.0 to 2.3.1 (...
2020-03-31  Eduardo San... fix(transition): warn only when there is more than...
2020-03-31  Evan Youfeat(templateRef): should work with direct reactive...
2020-03-31  Evan Youfeat(templateRef): support template ref for all vnode...
2020-03-30  Eduardo San... fix(inject): allow default value to be `undefined`...
2020-03-30  Evan Yourefactor(runtime-core): remove the need for currentSuspense
2020-03-30  dependabot... build(deps-dev): bump rollup from 2.2.0 to 2.3.0 (...
2020-03-30  dependabot... build(deps): bump csstype from 2.6.9 to 2.6.10 (#897)
2020-03-30  Evan Youfeat(portal): hydration support for portal disabled...
2020-03-30  Evan Youfeat(portal): SSR support for portal disabled prop
2020-03-30  Evan Youfeat(portal): support disabled prop
2020-03-30  dependabot... build(deps-dev): bump jest from 25.2.3 to 25.2.4
2020-03-30  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-03-30  dependabot... build(deps-dev): bump ts-jest from 25.2.1 to 25.3.0
2020-03-28  Evan Youfeat(portal): SSR support for multi portal shared target
2020-03-27  Evan Youfeat(portal): support multiple portal appending to...
2020-03-27  Evan Youfeat(compiler-core): support v-is
2020-03-27  Evan Youbuild(deps): bump rollup
2020-03-27  Evan Youbuild(deps): bump jest and typescript
2020-03-27  Evan Youfix(runtome-dom): properly support creating customized...
2020-03-27  Eduardo San... fix(types): export missing types from runtime-core...
2020-03-27  Evan Youfeat(asyncComponent): retry support
2020-03-26  Cédric Exbrayatrefactor(runtime-core): rename `createAsyncComponent...
2020-03-26  Cédric Exbrayatchore: readme typos (#885)
2020-03-25  Evan Youchore: fix tests
2020-03-25  Evan Youfix(portal): portal should always remove its children...
2020-03-25  Evan Youfeat(runtime-core): failed component resolution should...
2020-03-25  Evan Youchore: remove unused import
2020-03-25  Albert Liubuild: enforce node version on install (#881)
2020-03-25  dependabot... build(deps): bump @babel/parser from 7.9.3 to 7.9.4...
2020-03-25  Evan Youfeat(runtime-core): support app.config.globalProperties
2020-03-24  Evan Youchore: readme [ci skip]
2020-03-24  Evan Yourelease: v3.0.0-alpha.10 v3.0.0-alpha.10
2020-03-24  Evan Youchore: improve parser option comments [ci skip]
2020-03-24  Evan Youchore: rmeove debugger [ci skip]
2020-03-24  Evan Youbuild: tweak flags
2020-03-24  Evan Youchore: fix resolveAsset test typing
2020-03-24  Evan Youfix: fix option merge global mixins presence check
2020-03-24  Evan Youchore: fix Portal test types
2020-03-24  Evan Youfix(reactivity): should not trigger map keys iteration...
2020-03-24  ysj16fix(TransitionGroup): ignore comment node when warn...
2020-03-24  Evan Youtest: improve $options test to use beforeCreate hook
2020-03-24  Evan Youfeat(runtime-core): support `config.optionMergeStrategies`
2020-03-24  Evan Youfix(keep-alive): should update re-activated component...
2020-03-23  Evan Youtypes: fix createVNode dts generation
2020-03-23  Evan Youfix(compiler-core): support interpolation in RCDATA...
2020-03-23  Evan Yourefactor: transformHArgs -> transformVNodeArgs
2020-03-23  Evan Youfeat(asyncComponent): SSR/hydration support for async...
2020-03-23  Evan Youchore: update dist file readme
2020-03-23  Evan Youfix: do not drop SFC runtime behavior code in global...
2020-03-23  Evan Youbuild: add runtime-global build for vue
2020-03-23  Evan Youfix: dynamic component fallback to native element
2020-03-23  Evan Youfix(reactivity): should not observe frozen objects
2020-03-23  Evan Youfix(transition): fix duration prop validation
2020-03-23  Yang Mingshantypes(watch): export watchEffect types (#866)
2020-03-23  Yang Mingshanchore: prefer const (#865)
2020-03-23  dependabot... build(deps): bump @babel/types from 7.8.7 to 7.9.0...
2020-03-23  dependabot... build(deps): bump @babel/parser from 7.8.8 to 7.9.3...
2020-03-23  Evan Yourefactor(types): use stricter settings
2020-03-21  Evan Youfix(runtime-core): fix component proxy props presence...
2020-03-21  Evan Youfeat(runtime-core): async component support
2020-03-21  Igor Randjelovicfix(runtime-dom): invalid lineGradient svg tag (#863)
2020-03-20  ysj16perf(transform-vif): don't need to createBlock for...
2020-03-19  Evan Youbuild: run ls-lint on commit
2020-03-19  Lucas Löffelbuild: add ls-lint for linting file names (#855)
next