]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2023-02-03  Evan Youbuild: fix size check
2023-02-03  Evan Youbuild: adjust dts test setup
2023-02-03  Evan Youci: try puppeteer fix
2023-02-03  Evan Youbuild: fix handling of const enum that rely on previous...
2023-02-03  Evan Youbuild: remove api-extractor
2023-02-03  Evan Youbuild: use rollup-plugin-dts for dts build
2023-02-03  Evan Youbuild: custom const enum processing
2023-02-02  Evan Youchore: bump deps
2023-02-02  Evan Youbuild: refactor rollup config
2023-02-02  Evan Youchore: remove hanging slash from import
2023-02-02  Evan Youworkflow: type check on commit
2023-02-02  Evan Youchore: remove rpts2
2023-02-02  Evan Youwip: isolatedModules + use rollup-plugin-esbuild
2023-02-02  Evan Youbuild: only enable esModule compat for cjs builds
2023-02-02  Evan Youworkflow: disable threads during tests
2023-02-02  Evan Youchore: define compile time flags during size check
2023-02-02  Evan Youfix(build): ensure BaseTransition functions can be...
2023-02-02  Evan Youchore: fix size reporting for brotli
2023-02-02  Evan Youchore: fix types
2023-02-02  Evan Yourelease: v3.2.47 v3.2.47
2023-02-02  Evan Youfix(build): enforce __esModule interop for cjs builds
2023-02-02  Evan Yourelease: v3.2.46 v3.2.46
2023-02-02  Evan Youworkflow: check ci status during release
2023-02-02  三咲智子 Kevin... fix(types): optional boolean props should have boolean...
2023-02-01  edisonfix(compiler-sfc): support resolving type declaration...
2023-02-01  李想fix(runtime-core): fix keep-alive cache prune logic...
2023-02-01  Evan Youchore: fix jest reference in merged test case
2023-02-01  René Kollerfix(compat): fix custom transition classes in compat...
2023-02-01  Anthony Fufix(reactivity): `triggerRef` working with `toRef`...
2023-02-01  Anthony Fufix(types): accept sync `serverPrefetch()` (#7000)
2023-02-01  Evan Youci: bump netlify node version
2023-02-01  Evan Youchore: update caniuse
2023-02-01  三咲智子 Kevin... test: fix await patch prop case (#7600)
2023-02-01  Evan Youfix(build): ensure type exports is first
2023-01-30  Evan Youchore: remove unused import
2023-01-29  三咲智子 Kevin... chore: remove debugging log
2023-01-27  Haoqun Jiangbuild: do not throw when running `build --release`... 6002/head
2023-01-27  vaakian Xchore: fix broken link (#7589)
2023-01-27  Evan Youtest: configure test hooks sequence order, remove worka...
2023-01-26  Evan Youci: fix dts tests 7581/head
2023-01-26  Evan Youchore: explicitly install jsdom
2023-01-26  Evan Youchore: replace test global types with vitest types
2023-01-26  Evan Youworkflow: complete migration from jest to vitest
2023-01-26  Evan Youwip(vitest-migration): all tests passing
2023-01-26  Evan Youwip(vitest-migration): runtime-dom tests passing +...
2023-01-26  Evan Youchore: only wrap during tests
2023-01-26  Evan Youwip(vitest-migration): runtime-core tests passing
2023-01-26  Evan Youwip(vitest-migration): compat tests passing
2023-01-26  Evan Youwip(vitest-migration): compiler-ssr tests passing
2023-01-26  Evan Youwip(vitest-migration): compiler-sfc tests passing
2023-01-26  Evan Youwip(vitest-migration): compiler-dom tests passing
2023-01-26  Evan Youwip(vitest-migration): compiler-core tests passing
2023-01-26  Evan Youwip(vitest-migration): ssr tests passing
2023-01-26  Evan Youbuild: fix build script
2023-01-26  Evan Youwip(vitest-migration): shared tests passing
2023-01-26  Evan Youwip(vitest-migration): reactivity tests passing
2023-01-26  Evan Youbuild: update build scripts to esm
2023-01-26  Evan Youchore: bump vite and esbuild
2023-01-21  Evan Youfix(build): fix cjs re-exports check for compat build
2023-01-20  Evan Youfix(build): ensure cjs re-exports can be properly detec...
2023-01-16  白雾三语fix(shared): `feDistanceLight` changed to `feDistantLig...
2023-01-12  Anthony Fuchore: apply format
2023-01-12  Anthony Fuchore: run format
2023-01-09  skirtledx(runtime-core): warn when expose() is misused (#7221) 7491/head
2023-01-09  魏refactor(reactivity): hasOwnProperty add this parameter...
2023-01-09  Thorsten Lünborgfix(reactivity): ensure watch(Effect) can run independe...
2023-01-09  魏test(reactivity): Using toRaw on a raw Array (#7354)
2023-01-09  yurj26fix(runtime-dom): style update error when component...
2023-01-09  Julien Huangfix(compiler-sfc): allow declaring variables after...
2023-01-01  Yue Yangfix(types): add or update referrerpolicy (#7199)
2022-12-23  白雾三语fix(customElement): customElement can emit event (...
2022-12-01  Brian Nduhiuchore: update BACKERS.md (#7140) [ci skip]
2022-12-01  Brian Nduhiuchore: update README.md (#7139) [ci skip]
2022-11-25  白雾三语fix(runtime-core): ensure prop type validation warning...
2022-11-14  Evan Youci: move chrome cache restore to before pnpm install
2022-11-14  Evan Youci: skip chromium download in jobs that do not need it
2022-11-14  Evan Youchore: add script notes for SFC playgound [ci skip]
2022-11-14  CHOYSENchore(sfc-playground): add README to link to its websit...
2022-11-14  Evan Youchore: remove yarn reference
2022-11-14  Evan Youchore: bump esbuild
2022-11-14  Evan Youci: cache chromium binary
2022-11-14  Evan Youbuild: suppress rollup external warnings
2022-11-14  Evan Youbuild: bump jest, puppeteer and use official rollup...
2022-11-14  Evan Youfix(shared): toNumber should only coerce strings
2022-11-14  翠 / greenfix(types): allow assigning wider SetupContext type...
2022-11-14  Evan Youfix(reactivity): track hasOwnProperty
2022-11-14  Evan Youchore: fix assertNumber for undefined value
2022-11-14  Evan Youfix(custom-elements): use strict number casting
2022-11-14  Evan Yourefactor: use Number constructor when coercing array...
2022-11-14  三咲智子 Kevin... fix(reactivity-transform): prohibit const assignment...
2022-11-14  三咲智子 Kevin... fix(v-model): ensure v-model listener casing is consist...
2022-11-14  Cédric Exbrayatchore(compiler-core): missing space in v-slot mixed...
2022-11-14  Samuel Rigaudfix(compiler-core): typeof should be allowed in browser...
2022-11-14  webfansplzchore(types): remove unnecessary type assertions (...
2022-11-14  Zollerofix(runtime-core): set scope id before props (#6948)
2022-11-14  JayFatebuild(deps): upgrade rollup@2 to rollup@3 (#6990)
2022-11-14  Evan Youchore: snapshot
2022-11-14  Evan Youfix(reactivity-transform): fix $$ escape edge cases
2022-11-14  Evan Youdocs: add notes on more scripts in contribution guide
2022-11-14  Evan Youworkflow: adjust scripts to avoid reliance on implicit...
next