]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2022-11-11  Evan Youtest: test case for #6966
2022-11-11  ysy945fix(custom-elements): custom element should re-instanti...
2022-11-11  Evan Youfix(custom-elements): respect slot props in custom...
2022-11-11  Thorsten Lünborgfix(custom-elements): define declared properties in...
2022-11-11  Evan Youfix(custom-elements): fix number type props casting...
2022-11-11  Evan Youfix(custom-elements): properties set pre-upgrade should...
2022-11-11  Evan Youfix(custom-elements): should not reflect non-decalred...
2022-11-11  Thorsten Lünborgfix(custom-elements): fix event emitting for async...
2022-11-11  Thorsten Lünborgfix(custom-elements): also dispatch hyphenated version...
2022-11-11  Thorsten Lünborgfix(custom-elements): ensure custom elements can inheri...
2022-11-11  花果山大圣refactor: more concise bitwise operations for flag...
2022-11-11  Daniel Khalilchore: escape html tag in change log (#7089) [ci skip]
2022-11-10  被雨水过滤的空气(Rairn)fix(runtime-core): fix move/removal of static fragments...
2022-11-10  被雨水过滤的空气(Rairn)fix(hmr/keep-alive): fix error in reload component...
2022-11-10  Evan Youfix(sfc): also generate getter for import bindings...
2022-11-10  Evan Youfix(sfc): ensure consistent dev/prod behavior for non...
2022-11-10  Evan Youfix(sfc): ensure `<script setup>` binding behavior...
2022-11-10  Evan Youfix(v-model): fix incorrect codegen for non-ref bindings
2022-11-10  Evan Youchore: remove reference to tsd [ci skip]
2022-11-10  Evan Youfix(teleport/css-v-bind): fix css v-bind in teleport...
2022-11-10  Evan Youfix(teleport/css-v-bind): fix css v-bind for teleported...
2022-11-10  Evan Youchore: fix test
2022-11-10  Evan Youchore(types): mark more internal component instance...
2022-11-10  Evan Youfix(compiler/v-model): catch incorrect v-model usage...
2022-11-09  Evan Yourelease: v3.2.44 v3.2.44
2022-11-09  Thorsten Lünborgfix(watch): for immediate watch with single source...
2022-11-09  skirtledx(runtime-dom): warn when a style value ends in a...
2022-11-09  skirtlechore(compat): change 'vnode-' to 'vue:' in event hooks...
2022-11-09  三咲智子 Kevin... workflow: switch to simple-git-hooks (#7069)
2022-11-09  Evan Yourelease: v3.2.43 v3.2.43
2022-11-09  Evan Youfix(watch): ensure oldValue in multi-source watcher...
2022-11-09  Evan Youchore: return early in warn() in prod
2022-11-09  Evan Youchore: include terser in workspace deps [ci skip]
2022-11-09  Evan Youbuild: put ssrContext warning behind __DEV__ flag
2022-11-09  Evan Yourelease: v3.2.42 v3.2.42
2022-11-09  三咲智子 Kevin... fix(compiler-sfc): only escape parsing-breaking charact...
2022-11-09  白雾三语fix(compiler): avoid namespace collisions when transfor...
2022-11-09  三咲智子 Kevin... fix(compiler-sfc): handle method shorthand syntax in...
2022-11-09  白雾三语fix(compiler-core/v-on): only apply case preservation...
2022-11-09  三咲智子 Kevin... fix(compiler-sfc): resolve computed object key (#6963)
2022-11-09  三咲智子 Kevin... fix(reactivity-transform): respect user defined symbols...
2022-11-08  Johnson Chufix(types): stricter type condition for `EventHandlers...
2022-11-08  Evan Youfix(compiler-core): fix parsing error on comments betwe...
2022-11-08  被雨水过滤的空气(Rairn)fix(transition/keep-alive): fix unmount bug for compone...
2022-11-08  Rudyfix(compiler-core): keep whitespaces between interpolat...
2022-11-08  三咲智子 Kevin... ci: upgrade node to 18 (#6983)
2022-11-08  Evan Yourefactor(compiler-sfc): optimize import alias check...
2022-11-08  Evan Youfix(compiler-sfc): fix binding analysis for aliased...
2022-11-08  三咲智子 Kevin... fix(compiler-sfc): check import source during binding...
2022-11-08  三咲智子 Kevin... fix(types/reactivity-transform): fix type when initial...
2022-11-08  Evan Youci: disable format-check on ci
2022-11-08  Evan Youchore: remove blank line [ci skip]
2022-11-08  花果山大圣fix(hmr): fix hmr for components managed by keep-alive...
2022-11-08  Evan Youchore: run prettier
2022-11-08  三咲智子 Kevin... workflow(sfc-playground): set all scopes to production...
2022-11-08  Rudyfix(types): support inferring injected properties in...
2022-11-08  Rudyfix(compiler/runtime-dom): ignore comments in inline...
2022-11-08  Evan Youchore: fix snapshot
2022-11-08  花果山大圣fix(compiler-sfc): require <template> or <script> in...
2022-11-08  三咲智子 Kevin... fix(shared): fix parsing of multi-line inline style...
2022-11-08  花果山大圣fix(compiler-sfc): fix macro usage in multi-variable...
2022-11-08  Travisfix(compiler-core/v-on): support inline handler with...
2022-11-08  被雨水过滤的空气(Rairn)fix(compiler-core): avoid duplicate keys in codegen...
2022-11-08  Evan Youchore: pretty ignore dist files
2022-11-08  Evan Youchore: prettier
2022-11-08  littleboarxfix(sfc/types): improve the type inference using withDe...
2022-11-08  bteafix(ssr): remove css number value check (#6636)
2022-11-08  Cédric Exbrayatfix(runtime-core): do not throw on unknown directives...
2022-11-08  三咲智子 Kevin... fix(compiler-sfc): add semicolon after `defineProps...
2022-11-08  三咲智子 Kevin... types: use actual type for script block ASTs (#6457)
2022-11-08  三咲智子 Kevin... fix(types): export `Raw` type (#6380)
2022-11-08  三咲智子 Kevin... fix(reactivity-transform): add semicolon after statemen...
2022-11-01  Thorsten Lünborgfix(runtime-dom): ensure customElement handles empty...
2022-10-28  HakimLufix:spell checker (#6982)
2022-10-28  三咲智子 (Kevin)ci: check prettier format (#6830)
2022-10-27  Evan Youci: fix pnpm action version
2022-10-26  Evan Youci: bump actions versions
2022-10-26  webfansplzfix(ssr/watch) flush: sync watchers should work in...
2022-10-26  Julian Meinkingfix(runtime-core): `in` operator returning `false`...
2022-10-26  shadowings-zyfix(v-model): fix trim modifier on events with non...
2022-10-26  Evan Youchore: fix snapshot
2022-10-26  webfansplzfix(types): `$watch` callback parameters type (#6136)
2022-10-26  ygj6fix(compiler-sfc): allow type annotation for defineEmit...
2022-10-26  nandi95types(runtime-core): added `ComponentCustomProperties...
2022-10-26  edisonfix(compiler-sfc): support using extends interface...
2022-10-26  webfansplzrefactor(types): use template literal types insteads...
2022-10-26  HeYunfeifix(types): should unwrap tuple correctly (#3820)
2022-10-26  Evan Youfix(compiler-ssr): fix invalid codegen when v-slot...
2022-10-26  Evan Yourefactor: move toNumber call out of loop
2022-10-26  Carlos Rodriguestypes(h): Support passing `props` to `Component` when...
2022-10-26  引证types(shared): Improve LooseRequired<T> (#6244)
2022-10-22  Thorsten Lünborgfix(runtime-core): custom-element: ensure number castin...
2022-10-22  Thorsten Lünborgfix(runtime-core): ensure props definition objects...
2022-10-21  bcq028fix(reactivity): enable trigger when use str to set...
2022-10-20  Thorsten Lünborgfix(types): ensure createBlock() helper accepts Telepor...
2022-10-20  Thorsten Lünborgfix(runtime-core): watching multiple values - handle...
2022-10-14  Evan Yourelease: v3.2.41 v3.2.41
2022-10-14  白雾三语fix(runtime-core): fix v-for ref reactivity behavior...
2022-10-14  似水微寒fix(runtime-core): ensure that errors in slot function...
2022-10-14  Evan Youfix(runtime-dom): fix event timestamp check in iframes
next