]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2020-05-04  dependabot... build(deps): bump postcss from 7.0.27 to 7.0.28 1117/head
2020-05-04  dependabot... build(deps-dev): bump jest from 25.5.3 to 25.5.4
2020-05-04  Jackliuchore: typo (#1113)
2020-05-03  Evan Youfix(reactivity): check own property for existing proxy...
2020-05-03  XinPing Wangtest: reactive proto
2020-05-03  Evan Youfix(hmr): handle cases where instances with same id...
2020-05-02  Evan Youchore: remove commented stale code [ci skip]
2020-05-02  Evan Yourelease: v3.0.0-beta.7 v3.0.0-beta.7
2020-05-02  Evan Yourefactor(reactivity): use more efficient reactive checks
2020-05-02  Evan Youfeat(compiler-sfc): add transformAssetUrlsBase option
2020-05-02  Eduardo San... fix(warn): cast symbols to strings (#1103)
2020-05-02  Evan Youfeat(types): re-expose `withDirectives` as public type
2020-05-01  Evan Yourelease: v3.0.0-beta.6 v3.0.0-beta.6
2020-05-01  HiiTeachore: code comment formatting (#1089) [ci skip]
2020-05-01  Evan Youfix(runtime-core): should catch dom prop set TypeErrors
2020-05-01  Evan Youfix(compiler-core): hoist pure annotations should apply...
2020-05-01  Evan Youfix(compiler-core): hoisted vnode calls and scoped...
2020-05-01  Evan Youfix(compiler-ssr): handle comments codegen + refactor...
2020-05-01  Evan Youchore: remove unnecessary path in tsconfig.json
2020-05-01  underfinfix(runtime-core): should call Suspense fallback unmoun...
2020-05-01  Evan Youfix(types): augment ref unwrap bail types in appropriat...
2020-05-01  Evan Youfix(teleport): teleport should always be tracked as...
2020-05-01  Evan Youfix(runtime-core): cloned vnodes with extra props shoul...
2020-05-01  Evan Youfix(runtime-core): fix slot fragment bail check
2020-05-01  Evan Youperf: instance public proxy should never be observed
2020-05-01  Evan Youfix(runtime-core): avoid infinite warning loop for...
2020-05-01  Evan Youfix(ssr): fix escape and handling for raw Text, Comment...
2020-05-01  Evan Youfeat(runtime-core): warn against user properties with...
2020-05-01  Evan Youfix(runtime-dom): should not coerce nullish values...
2020-05-01  Evan Yourefactor(types): mark more internal APIs
2020-05-01  HiiTeachore: fix typos (#1090)
2020-05-01  dependabot... build(deps-dev): bump rollup from 2.7.5 to 2.7.6
2020-05-01  dependabot... build(deps-dev): bump jest from 25.5.2 to 25.5.3
2020-05-01  Evan Youtypes: fix internal exports from @vue/shared
2020-04-30  Evan Yourefactor(types): mark internal API exports and exclude...
2020-04-30  Evan Yourelease: v3.0.0-beta.5 v3.0.0-beta.5
2020-04-30  underfinfix(transition-group): should collect raw children...
2020-04-30  Bas van Meursfeat(runtime-core): export queuePostFlushCb (#1078)
2020-04-30  Carlos Rodriguesfix(keep-alive): do not invoke onVnodeBeforeUnmount...
2020-04-30  leexbuild: fix build script - extractorResult is not define...
2020-04-30  dependabot... build(deps-dev): bump jest from 25.5.0 to 25.5.2
2020-04-30  Evan Youchore: remove stale _isVue checks
2020-04-30  Evan Youfix(hmr): support hmr for static nodes
2020-04-30  dependabot... build(deps): bump @babel/parser from 7.9.4 to 7.9.6...
2020-04-30  dependabot... build(deps): bump @babel/types from 7.9.5 to 7.9.6...
2020-04-30  dependabot... build(deps-dev): bump rollup from 2.7.3 to 2.7.5
2020-04-29  Evan Youfix(hydration): fix text mismatch warning
2020-04-29  Evan Youfix(compiler-ssr): avoid unnecessary withCtx import
2020-04-29  Evan Youfix(warning): always check for component instance prese...
2020-04-29  dependabot... build(deps-dev): bump jest from 25.4.0 to 25.5.0
2020-04-28  dependabot... build(deps-dev): bump rollup from 2.7.2 to 2.7.3
2020-04-27  Evan Youtypes: use more consistent naming for apiWatch type...
2020-04-27  Evan Youtypes: expose ComponentOptionsBase
2020-04-27  Evan Youbuild: auto publish github release on tag push
2020-04-26  Dennis Herzbergchore: add issue template config (#1057) [ci skip]
2020-04-26  Ramnath Shenoychore: update Vuex status (#1054) [ci skip]
2020-04-26  Evan Youbuild: add browser builds for @vue/compiler-sfc
2020-04-24  Evan Youtypes(compiler-sfc): expose SFCAsyncStyleCompileOptions
2020-04-24  Evan Yourelease: v3.0.0-beta.4 v3.0.0-beta.4
2020-04-24  Evan Youchore: add tip about Suspense being experimental
2020-04-24  Evan Youfix(runtime-core): dynamic component should support...
2020-04-24  Carlos Rodriguesfix(types): make return type of `defineComponent` assig...
2020-04-24  Carlos Rodriguesfeat(types): expose `ToRefs` type (#1037)
2020-04-24  Evan Yourefactor(runtime-core): extract key/ref normalization...
2020-04-24  susiwen8chore: remove unnecessary export (#1044) [ci skip]
2020-04-24  Evan Youfix(runtime-core): fix key/ref resolution for cloneVNode
2020-04-24  Evan Youfix(runtime-core): fix dynamic node tracking in dynamic...
2020-04-24  Evan Youfeat(compiler-sfc): built-in support for css modules
2020-04-24  Evan Youfeat(compiler-sfc): add preprocessCustomRequire option
2020-04-23  dependabot... build(deps-dev): bump rollup from 2.7.1 to 2.7.2
2020-04-22  Evan Youfeat(reactivity): add triggerRef API
2020-04-22  Evan Youchore: update contributing guide [ci skip]
2020-04-22  underfinfix(slots): compiled slot fallback should be functions...
2020-04-22  Evan Youfix(runtime-core): mixin options that rely on this...
2020-04-22  Evan Youperf(reactivity): ref should not trigger if value did...
2020-04-22  Evan Youtest(compiler-core): test dynamic component block
2020-04-22  Evan Youfix(compiler-core): dynamic component should always...
2020-04-22  Carlos Rodriguesfix(types): fix ref(false) type to Ref<boolean> (#1028)
2020-04-22  Evan Youfix(runtime-core): only infer component name for object...
2020-04-22  dependabot... build(deps-dev): bump rollup from 2.6.1 to 2.7.1
2020-04-20  Evan Yourelease: v3.0.0-beta.3 v3.0.0-beta.3
2020-04-20  Andrew Talbotfeat(runtime-core): improve warning for extraneous...
2020-04-20  Evan Youfeat(warn): infer anonymous component named based on...
2020-04-20  Evan Youfix(warn): fix component name inference in warning...
2020-04-20  Andrew Talbotperf(core): use `startsWith` instead of `indexOf` ...
2020-04-20  Mohamed Nainarchore: changelog typo (#988) [ci skip]
2020-04-20  Evan Youfeat(runtime-core): more specific warning for failed...
2020-04-20  Evan Youfeat(build): provide more specific warnings for runtime...
2020-04-20  Evan Youfix(runtime-core): should not cast prop value if prop...
2020-04-20  Evan Yourefactor(hmr): simplify usage
2020-04-20  Evan Youbuild: remove __BUNLDER__ flag so that HMR is available...
2020-04-20  limichangerefactor(reactivity): simplify if condition (#1002)
2020-04-20  dependabot... build(deps-dev): bump @rollup/plugin-json from 4.0...
2020-04-20  dependabot... build(deps-dev): bump @rollup/plugin-replace from 2...
2020-04-20  dependabot... build(deps-dev): bump jest from 25.3.0 to 25.4.0
2020-04-19  Evan Youbuild: adjust build formats
2020-04-17  Jian Zhangchore: remove a dead if branch (#986)
2020-04-17  Evan Youchore: edit changelog [ci skip]
2020-04-17  Evan Yourelease: v3.0.0-beta.2 v3.0.0-beta.2
2020-04-17  Evan Youfix(runtime-core): fix user attched public instance...
next