]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2023-12-06  三咲智子 Kevin... test: update snapshot
2023-12-06  三咲智子 Kevin... Merge remote-tracking branch 'upstream/minor'
2023-12-06  三咲智子 Kevin... fix(compiler-vapor): event handler
2023-12-06  三咲智子 Kevin... feat(runtime-vapor): render component
2023-12-06  三咲智子 Kevin... fix: resolve options for parser
2023-12-06  三咲智子 Kevin... fix(compiler-core): use the same resolved options for...
2023-12-06  三咲智子 Kevin... fix: genExpression
2023-12-05  三咲智子 Kevin... feat: compound expression for v-bind
2023-12-05  三咲智子 Kevin... fix: exclude compund expression type
2023-12-05  Rizumu Ayakatest: `v-cloak` (#32)
2023-12-05  nandi95feat(runtime-core): provide full props to props validat...
2023-12-05  Evan Youchore: Merge branch 'main' into minor
2023-12-05  Evan Youchore(deps): bump vitest to 1.0
2023-12-04  Carlos Rodrigueschore(playground): expose esm-browser files (#9725)
2023-12-04  三咲智子 Kevin... chore: remove commit message lint
2023-12-04  Evan Youchore: remove v-is deprecation enum
2023-12-04  Evan Youfeat(compiler): lift vnode hooks deprecation warning...
2023-12-04  Evan Youchore: remove deprecated AppConfig.unwrapInjectedRef...
2023-12-04  Evan Youfeat(compiler-sfc): analyze import usage in template...
2023-12-04  Evan Yourelease: v3.4.0-alpha.4 v3.4.0-alpha.4
2023-12-04  Evan Youchore: Merge branch 'main' into minor
2023-12-04  Evan Youfix(parser): fix interpolation parsing in v-pre
2023-12-04  Evan Yourelease: v3.3.10 v3.3.10
2023-12-04  yangxiuxiufix(compiler-sfc): fix :where and :is selector in scope...
2023-12-04  三咲智子 Kevin... chore: fix lint
2023-12-04  renovate[bot]chore(deps): update compiler (#9745)
2023-12-04  Carlos Rodriguesfix(app): prevent template from being cached between...
2023-12-04  renovate[bot]chore(deps): update all non-major dependencies (#9744)
2023-12-04  xiaoming youngchore: fix typos in CHANGELOG.md (#9746) [ci skip]
2023-12-04  edisonfix(runtime-core): Suspense get anchor properly in...
2023-12-04  三咲智子 Kevin... feat: support more directive hook
2023-12-04  Evan Youfix(compiler-sfc): avoid passing forEach index to genMap
2023-12-03  Carlos Rodriguesfix(types): improve return type withKeys and withModifi...
2023-12-03  三咲智子 Kevin... feat: custom directlve
2023-12-03  三咲智子 Kevin... refactor: extract transformInterpolation
2023-12-02  三咲智子 Kevin... refactor: DirectiveTransform for v-on
2023-12-02  三咲智子 Kevin... chore: update todo
2023-12-02  白雾三语feat: v-on modifiers support native options and keyboar...
2023-12-02  Jeff Yangfix: do not wrap registering event listeners under...
2023-12-02  三咲智子 Kevin... ci: remove autofix
2023-12-02  三咲智子 Kevin... feat: DirectiveTransform
2023-12-02  三咲智子 Kevin... refactor: transformElement
2023-12-02  Rizumu Ayakafeat: implement error handling for v-html (#30)
2023-12-01  三咲智子 Kevin... fix: identifier source map
2023-12-01  三咲智子 Kevin... fix: preamble in inline mode
2023-12-01  三咲智子 Kevin... refactor: error
2023-12-01  三咲智子 Kevin... feat: source map for expressions
2023-12-01  三咲智子 Kevin... refactor: process expression
2023-12-01  三咲智子 Kevin... refactor: codegen indent
2023-12-01  三咲智子 Kevin... feat: push codegen
2023-12-01  Reiichore(template-explorer): fix overflow screen problem...
2023-12-01  edisonfix(compiler-sfc): support inferring generic types...
2023-12-01  Evan Youfix(compiler-sfc): deindent pug/jade templates
2023-12-01  edisonfix(ssr): avoid computed being accidentally cached...
2023-12-01  Evan Youchore: remove v-is deprecation enum
2023-12-01  Evan Youfeat(compiler): lift vnode hooks deprecation warning...
2023-12-01  Evan Youchore: remove deprecated AppConfig.unwrapInjectedRef...
2023-12-01  Evan Youfeat(compiler-sfc): analyze import usage in template...
2023-12-01  三咲智子 Kevin... refactor(compiler-vapor): import alias
2023-12-01  三咲智子 Kevin... Merge remote-tracking branch 'upstream/minor'
2023-12-01  三咲智子 Kevin... refactor(compiler-vapor): errors
2023-11-30  三咲智子 Kevin... feat(compiler-vapor): node transform
2023-11-30  三咲智子 Kevin... feat: codegen context
2023-11-30  三咲智子 Kevin... fix(compiler-vapor): prefix identifiers
2023-11-30  edisonfix(compiler-sfc): generate more treeshaking friendly...
2023-11-30  花果山大圣chore(dx): improve color contrast in dark mode for...
2023-11-30  Abhay Chauhanchore: improve comment readability (#8598) [ci skip]
2023-11-30  Blake Newmanfix(types): expose emits as props in functional compone...
2023-11-30  三咲智子 Kevin... fix(types): fix reactive collection types (#8960)
2023-11-30  三咲智子 Kevin... style: format
2023-11-30  Evan Youchore: group parser edge case tests
2023-11-30  Evan Youchore(playground): use CodeMirror during local dev
2023-11-30  Evan Youperf(v-on): constant handlers with modifiers should...
2023-11-30  Evan Youperf(runtime-dom): cache modifier wrapper functions
2023-11-30  三咲智子 Kevin... fix(compiler-sfc): throw error when failing to load...
2023-11-30  edisonfix(cssVars): cssVar names should be double-escaped...
2023-11-30  Evan Youchore: fix width/height check condition
2023-11-30  edisonfix(compiler-sfc): support resolving components from...
2023-11-30  Evan Youchore: optimize widht/height element check
2023-11-30  Evan Youperf: optimize on* prop check
2023-11-30  zhoulixiangfix(runtime-dom): set width/height with units as attrib...
2023-11-30  Eduardo San... feat(compiler-core): support accessing Error as global...
2023-11-30  renovate[bot]chore(deps): update dependency puppeteer to ~21.5.2...
2023-11-30  Evan Youfeat(compiler-sfc): bump postcss-modules to v6
2023-11-30  ZHAO Jin-Xiangchore: improve typing for scripts (#9709)
2023-11-30  Evan Youchore: bump @vue/repl
2023-11-30  三咲智子 Kevin... refactor(playground): extract vite-hyper-config
2023-11-29  三咲智子 Kevin... refactor(playground): extract logic
2023-11-29  三咲智子 Kevin... chore: update todo
2023-11-29  Rizumu Ayakatest: v-pre (#14)
2023-11-29  ubugeeeifeat(compiler): v-on event modifier (#8)
2023-11-29  三咲智子 Kevin... chore: update todo
2023-11-29  三咲智子 Kevin... feat(playground): use vite-node
2023-11-29  ubugeeeifeat: vapor component base (#5)
2023-11-29  三咲智子 Kevin... refactor: use enum
2023-11-29  三咲智子 Kevin... refactor: remove InsertPosition
2023-11-29  三咲智子 Kevin... Merge remote-tracking branch 'upstream/minor'
2023-11-29  ZHAO Jin-Xiangfix(compiler-core): fix referencing typo (#9708)
2023-11-29  三咲智子 Kevin... Merge remote-tracking branch 'upstream/minor'
2023-11-29  三咲智子 Kevin... fix(compiler-sfc): vue import
next