]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2024-02-02  三咲智子 Kevin... refactor: remove update function from compiler
2024-02-02  三咲智子 Kevin... chore: update readme
2024-02-02  三咲智子 Kevin... chore(template-explorer): update title
2024-02-01  三咲智子 Kevin... revert: "refactor: id rewrite of vapor v-for"
2024-02-01  三咲智子 Kevin... refactor: id rewrite of vapor v-for
2024-02-01  Rizumu Ayakatest(runtime-vapor): `dom/patchProp.ts` (#102)
2024-01-31  三咲智子 Kevin... chore: update todo
2024-01-31  三咲智子 Kevin... feat(runtime-vapor): add defineComponent
2024-01-31  三咲智子 Kevin... refactor(sfc-playground): enable vapor by default
2024-01-31  三咲智子 Kevin... refactor(compiler-vapor): extract imports & unify conte...
2024-01-31  三咲智子 Kevin... refactor(compiler-vapor): remove loc in IR
2024-01-31  三咲智子 Kevin... refactor(compiler-vapor): missing check in genOperation
2024-01-31  三咲智子 Kevin... refactor(compiler-vapor): remove source in codegen...
2024-01-31  三咲智子 Kevin... refactor(compiler-vapor): symbol for newline (#104)
2024-01-31  三咲智子 Kevin... Merge remote-tracking branch 'upstream/main'
2024-01-31  三咲智子 Kevin... feat(compiler-vapor): v-for (#101)
2024-01-31  三咲智子 Kevin... fix(compiler-vapor): source map position
2024-01-31  三咲智子 Kevin... refactor(compiler-vapor): remove createTextNode argument
2024-01-30  三咲智子 Kevin... refactor(compiler-vapor): re-organize
2024-01-30  三咲智子 Kevin... refactor(compiler-vapor): rename dynamicFlags to flags
2024-01-30  三咲智子 Kevin... refactor(compiler-vapor): class-based CodegenContext
2024-01-30  三咲智子 Kevin... fix(compiler-vapor): import helper with type check
2024-01-30  三咲智子 Kevin... refactor(compiler-vapor): fast path for string
2024-01-30  三咲智子 Kevin... refactor(compiler-vapor): CodeFragment for codegen
2024-01-30  三咲智子 Kevin... refactor(compiler-vapor): simplify codegen context
2024-01-29  三咲智子 Kevin... refactor(compiler-vapor): remove unnecessary DynamicFla...
2024-01-29  三咲智子 Kevin... refactor(runtime-vapor): throw errors when node is...
2024-01-29  三咲智子 Kevin... test: add normalizeBlock
2024-01-29  Rizumu Ayakarefactor(runtime-vapor): template fragment (#100)
2024-01-29  三咲智子 Kevin... test: simplify
2024-01-29  三咲智子 Kevin... fix(compiler-vapor): handle no template
2024-01-29  三咲智子 Kevin... refactor(compiler-vapor): make dynamic.children an...
2024-01-29  三咲智子 Kevin... refactor(compiler-vapor): decoupe insert and non-template
2024-01-29  三咲智子 Kevin... refactor(compiler-vapor): dynamicFlag
2024-01-29  renovate[bot]chore(deps): update test (#10229)
2024-01-29  renovate[bot]chore(deps): update all non-major dependencies (#10175)
2024-01-29  renovate[bot]chore(deps): replace dependency npm-run-all with npm...
2024-01-29  dependabot... build(deps-dev): bump vite from 5.0.7 to 5.0.12 (#10162)
2024-01-29  Neoworkflow: minor tweaks for release script (#10220)
2024-01-28  Rizumu Ayakafeat(compiler-vapor): `v-else` / `v-else-if` (#98)
2024-01-28  三咲智子 Kevin... style: respect root prettier config
2024-01-28  三咲智子 Kevin... feat(runtime-vapor): createFor
2024-01-27  三咲智子 Kevin... ci: show size report for push job
2024-01-27  三咲智子 Kevin... chore: add compiler-vapor & dom for size report
2024-01-27  三咲智子 Kevin... perf(compiler-vapor): use array instead of regex
2024-01-27  三咲智子 Kevin... fix(compiler-vapor): don't mutate ast
2024-01-27  三咲智子 Kevin... feat(compiler-vapor): add error check and simplify...
2024-01-27  三咲智子 Kevin... refactor(playground): replace v-show with v-if
2024-01-27  三咲智子 Kevin... refactor(compiler-vapor): dedpue fragment
2024-01-27  Rizumu Ayakafeat(compiler-vapor): `v-if` (#96)
2024-01-27  三咲智子 Kevin... test(compiler-vapor): refactor compile
2024-01-27  三咲智子 Kevin... refactor(compiler-vapor): codegen result
2024-01-27  三咲智子 Kevin... refactor(compiler-vapor): group directives by same...
2024-01-25  三咲智子 Kevin... feat(playground): todo mvc
2024-01-25  三咲智子 Kevin... refactor: get oldVal from metadata
2024-01-25  三咲智子 Kevin... fix(compiler-vapor): omit prop key for set class&style
2024-01-24  三咲智子 Kevin... feat(sfc-playground): display vapor status
2024-01-24  三咲智子 Kevin... feat(runtime-vapor): expose vapor mode flag
2024-01-22  ygj6feat: generate specific function when the prop key...
2024-01-22  renovate[bot]chore(deps): update test to ^1.2.1 (#10176)
2024-01-21  三咲智子 Kevin... feat: repl (#94)
2024-01-21  三咲智子 Kevin... refactor(runtime-vapor): template refs
2024-01-21  三咲智子 Kevin... refactor(compiler-vapor): extract gen operation
2024-01-20  三咲智子 Kevin... feat: v-model for input & textarea
2024-01-20  三咲智子 Kevin... feat: basic template ref
2024-01-20  三咲智子 Kevin... refactor(runtime-vapor): remove ref wrapper for mounted...
2024-01-20  三咲智子 Kevin... fix(runtime-vapor): set setupState
2024-01-20  三咲智子 Kevin... fix(runtime-vapor): patch prop
2024-01-20  ygj6feat: prop and attr modifiers for v-bind (#79)
2024-01-20  三咲智子 Kevin... test: update snapshot
2024-01-19  三咲智子 Kevin... fix(compiler-vapor): don't setText for root element
2024-01-19  三咲智子 Kevin... fix(runtime-vapor): normalize state&block
2024-01-19  三咲智子 Kevin... chore: update comment
2024-01-19  三咲智子 Kevin... refactor: simplify code
2024-01-19  三咲智子 Kevin... chore: update todo
2024-01-19  Rizumu Ayakafeat(runtime-vapor): createIf (#95)
2024-01-19  三咲智子 Kevin... style: format tsconfig
2024-01-19  三咲智子 Kevin... Merge remote-tracking branch 'upstream/main'
2024-01-18  Evan Yourelease: v3.4.15 v3.4.15
2024-01-18  Evan Youperf(templateRef): avoid double render when using templ...
2024-01-18  Evan Youfix: correct url for production error reference links
2024-01-18  Evan Youperf(v-model): optimize v-model multiple select w/...
2024-01-18  Evan Youfix(compiler-sfc): fix type resolution for symlinked...
2024-01-18  inottnfix(runtime-core): should not warn out-of-render slot...
2024-01-18  Evan Yourefactor: use shared isAttrRenderable logic between...
2024-01-18  Evan Youchore: remove unused import
2024-01-18  Evan Youfix(hydration): fix incorect mismatch warning for optio...
2024-01-18  pengbochore: replace -1 to PatchFlags.HOISTED (#10146)
2024-01-18  Johnson Chufix(reactivity): re-fix #10114 (#10123)
2024-01-18  Bou Harusamechore: dev build for multi-packages (#10126)
2024-01-15  Evan Yourelease: v3.4.14 v3.4.14
2024-01-15  Doctor Wufix(reactivity): fix regression for computed with mutat...
2024-01-15  renovate[bot]chore(deps): update test to ^1.2.0 (#10113)
2024-01-15  renovate[bot]chore(deps): update lint (#10112)
2024-01-15  renovate[bot]chore(deps): update all non-major dependencies (#10111)
2024-01-15  renovate[bot]fix(deps): update dependency postcss to ^8.4.33 (#10110)
2024-01-15  三咲智子 Kevin... chore: dev build for multi-packages (#10108)
2024-01-14  三咲智子 Kevin... Merge remote-tracking branch 'upstream/main'
2024-01-14  三咲智子 Kevin... fix(compiler-sfc): enable prefixIdentifiers by default...
2024-01-13  Saeid Zareiechore: fix typo in changelog (#10104) [ci skip]
next