]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2024-01-12  Carlos Rodriguesfix(reactivity): re-run effect when is dirty in the pikax/computed_render_issue 10090/head
2024-01-11  Evan Yourelease: v3.4.10 v3.4.10
2024-01-11  Evan Youfix(hydration): should not warn on falsy bindings of...
2024-01-11  Evan Yourelease: v3.4.9 v3.4.9
2024-01-11  Evan Youfix(build): avoid accessing __FEATURE_PROD_DEVTOOLS__...
2024-01-11  Evan Youchore(build): rename __NODE_JS__ build flag to __CJS__
2024-01-11  Evan Yourefactor: split out useModel implementation and tests
2024-01-11  Evan Youbuild: add node production/development condition in...
2024-01-11  edisonfix(suspense): avoid double-patching nested suspense...
2024-01-11  Evan Youtest: test case for style binding w/ object value ...
2024-01-11  cyxfix(runtime-dom): unify behavior for v-show + style...
2024-01-11  Evan Youfix(hydration): do not warn against bindings w/ object...
2024-01-10  Evan Yourelease: v3.4.8 v3.4.8
2024-01-10  Evan Youfix(hydration): fix class and style hydration mismatch...
2024-01-10  Evan Youfix(suspense): fix more suspense patch before resolve...
2024-01-10  Evan Youfix(hydration): improve attr hydration mismatch check...
2024-01-10  Evan Youbuild: add copyright and license banner
2024-01-09  Evan Yourelease: v3.4.7 v3.4.7
2024-01-09  三咲智子 Kevin... fix(types): fix functional component for `h` (#9991)
2024-01-09  Evan Yourevert: "dx(computed): warn incorrect use of getCurrent...
2024-01-09  LiuSeenworkflow: ignore non-package directories in /packages...
2024-01-09  LiuSeenchore(types): use EffectScheduler type for its queue...
2024-01-09  zhangenmingrefactor(runtime-core): use currentRenderingInstance...
2024-01-09  zhangenmingchore: use NOOP. (#9938)
2024-01-09  Haoqun Jiangfix(parser): skip compat mode check for SFC root `...
2024-01-08  Evan Yourefactor(runtime-core): safer currentInstance reset
2024-01-08  Evan Yourelease: v3.4.6 v3.4.6
2024-01-08  白雾三语fix(types): allow `null` type for textarea value (...
2024-01-08  Evan Youfix(build): revert "build: add production/development...
2024-01-08  Doctorwufix(runtime-core): handle fragment with null children...
2024-01-08  Evan Youfix: fix post watcher fire timing on nested app mounts
2024-01-08  Evan Youfix(scheduler): sort nested postFlushCbs
2024-01-08  Evan Youdx(computed): warn incorrect use of getCurrentInstance...
2024-01-08  zhoulixiangfix(hydration): avoid hydration mismatch warning for...
2024-01-08  白雾三语fix(suspense): fix anchor for suspense with transition...
2024-01-08  renovate[bot]chore(deps): update test (#10030)
2024-01-08  Evan Youtest: update vShow tests to workaround jsdom regression
2024-01-08  LiuSeenchore(comments): dep changed from set to map (#10019...
2024-01-08  renovate[bot]chore(deps): update dependency @types/node to ^20.10...
2024-01-06  Doctorwuchore(runtime-core): remove console comment (#9989)
2024-01-04  Evan Yourelease: v3.4.5 v3.4.5
2024-01-04  Evan Youfix(compiler-sfc): fix co-usage of defineModel transfor...
2024-01-04  Evan Youfix(compiler-sfc): fix sfc template unref rewrite for...
2024-01-04  三咲智子 Kevin... chore: disallow console statement (#9986)
2024-01-04  Evan Youchore: remove log
2024-01-04  Daniel Roebuild: add production/development export conditions...
2024-01-04  edisonfix(compiler-ssr): fix node clone edge case caused...
2024-01-04  Yang Mingshanfix(watch): cleanup watcher effect from scope when...
2024-01-03  Evan Yourelease: v3.4.4 v3.4.4
2024-01-03  丶远方chore(apiWatch): constraint deep passes boolean (#9952)
2024-01-03  skirtlefix(defineModel): support kebab-case/camelCase mismatch...
2024-01-03  Yang Mingshanfix(watch): remove instance unmounted short circuit...
2024-01-03  renovate[bot]chore(deps): update lint (#9963)
2024-01-03  Evan Youfix(compiler-sfc): fix scss source map regression
2024-01-03  edisonfix(ssr): avoid rendering transition-group slot content...
2024-01-03  renovate[bot]chore(deps): update test to ^1.1.1 (#9962)
2024-01-03  renovate[bot]chore(deps): update dependency postcss-selector-parser...
2024-01-03  renovate[bot]chore(deps): update all non-major dependencies (#9959)
2024-01-03  Evan Youfix(watch): revert watch behavior when watching shallow...
2024-01-03  yangxiuxiufix(runtime-core): correctly assign suspenseId to avoid...
2024-01-03  SerKoworkflow(sfc-playground): init custom formatter when...
2024-01-02  Evan Youfix(compiler-sfc): use compilerOptions when re-parsing...
2024-01-02  Evan Youchore: bump repl version
2023-12-31  Evan Youperf(watch): avoid double traverse for reactive source
2023-12-30  Evan Yourelease: v3.4.3 v3.4.3
2023-12-30  Evan Youtest: test case for sfc parse options cache invalidation
2023-12-30  Evan Youfix(compiler-sfc): respect sfc parse options in cache key
2023-12-30  Evan Yourelease: v3.4.2 v3.4.2
2023-12-30  edisonfix(ssr): fix hydration error for slot outlet inside...
2023-12-30  Evan Youchore: fix snapshot
2023-12-30  yangxiuxiufix(runtime-core): support deep: false when watch react...
2023-12-30  Evan Youfix(compiler-sfc): fix dev regression for dot / namespa...
2023-12-30  Evan Youtest: split import usage check tests into dedicated...
2023-12-30  Evan Yourelease: v3.4.1 v3.4.1
2023-12-30  Evan Youfix(defineModel): support local mutation when only...
2023-12-30  Evan Youfeat(compiler-sfc): support passing template parsing...
2023-12-30  Evan Youchore: dedupe deps
2023-12-30  Carlos Rodrigueschore: use relative import location instead of package...
2023-12-30  Evan Youfix(defineModel): always default modifiers to empty...
2023-12-30  丶远方fix(types): fix defineModel watch type error (#9942)
2023-12-29  丶远方chore(eslint): eslint ignore .gitignore (#9932)
2023-12-29  三咲智子 Kevin... chore: ignore files for eslint
2023-12-29  Masa-Shinfix(compat): correct enum value for COMPILER_FILTERS...
2023-12-29  Evan Youchore: fix jsx namespace link in 3.4 changelog [ci...
2023-12-29  Evan Yourelease: v3.4.0 v3.4.0
2023-12-28  Evan Youchore: split out 3.3 changelog [ci skip]
2023-12-27  Evan Youchore: link to compile-time flag reference in docs...
2023-12-27  Evan Yourelease: v3.4.0-rc.3 v3.4.0-rc.3
2023-12-27  Evan Youchore(sfc-playground): correctly show selected version...
2023-12-26  Evan Youchore: apply eslint fix on commit
2023-12-26  Evan Youfeat(defineModel): support modifiers and transformers
2023-12-26  三咲智子 Kevin... chore: ignore style commit in git blame
2023-12-26  三咲智子 Kevin... style: update format & lint config (#9162)
2023-12-26  Evan Yourefactor(sfc-playground): default to dev mode
2023-12-26  Evan Youfix: also export runtime error strings in all cjs builds
2023-12-26  Evan Youchore: update new issue url in scheduler error message
2023-12-26  Evan Yourelease: v3.4.0-rc.2 v3.4.0-rc.2
2023-12-26  Evan Youchore: Merge branch 'main' into minor
2023-12-26  Evan Youci: build via pnpm in verify-treeshaking script
2023-12-26  Evan Youci: verify common treeshaking issues in CI
next