]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
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
2023-11-29  Jeff Yangchore: fix typo in compiler-vapor (#10)
2023-11-29  edisonchore: fix typo (#9689)
2023-11-29  ZHAO Jin-Xiangfeat: use enum to replace const enum (#9261)
2023-11-28  三咲智子 Kevin... feat(playground): dev
2023-11-28  三咲智子 Kevin... fix: playground
2023-11-28  三咲智子 Kevin... feat: build vapor & add @vue/vapor package
2023-11-28  Evan Youfix(parser): properly set initial inXML state based...
2023-11-28  Evan Youfix(parser): should reset inRCDATA state
2023-11-28  Rizumu Ayakafeat: add vapor errors of `v-bind` / `v-on` (#3)
2023-11-28  三咲智子 Kevin... chore: update component todo
2023-11-28  白雾三语test: add dynamic root nodes and interpolation (#1)
2023-11-28  Evan Yourelease: v3.4.0-alpha.3 v3.4.0-alpha.3
2023-11-28  Evan Youchore: Merge branch 'main' into minor
2023-11-28  renovate[bot]chore(deps): update dependency @typescript-eslint/parse...
2023-11-28  renovate[bot]chore(deps): update all non-major dependencies (#9682)
2023-11-28  renovate[bot]fix(deps): update compiler to ^7.23.4 (#9681)
2023-11-27  三咲智子 Kevin... feat(dx): link errors to docs in prod build (#9165)
2023-11-27  三咲智子 Kevin... feat: scheduler
2023-11-27  Evan Youfix(parser): directive arg should be undefined on short...
2023-11-27  Evan Yourelease: v3.4.0-alpha.2 v3.4.0-alpha.2
2023-11-27  Evan Youfeat(compiler): improve parsing tolerance for language...
2023-11-27  Evan Youchore: Merge branch 'main' into minor
2023-11-27  Evan Youfix(compiler-sfc): fix ast reuse for ssr
2023-11-27  Evan Youfix(compiler-sfc): use correct compiler when re-parsing...
2023-11-27  Evan Youfix(compiler-core): fix line/column tracking when fast...
2023-11-27  Evan Youperf(compiler-sfc): use faster source map addMapping
2023-11-27  Evan Youchore: use MappingItem type
2023-11-27  三咲智子 Kevin... refactor: extract dynamicChildren
2023-11-27  三咲智子 Kevin... fix: use parser from runtime-dom
2023-11-27  Evan Youperf: avoid sfc source map unnecessary serialization...
2023-11-26  三咲智子 Kevin... feat: add size report for compiler vapor
2023-11-26  三咲智子 Kevin... chore: add todo comment for prepend append
2023-11-26  三咲智子 Kevin... feat: append & prepend multiple elements
2023-11-26  三咲智子 Kevin... feat: use Array for Fragment, instead of native Documen...
2023-11-26  三咲智子 Kevin... feat: append multiple node
2023-11-26  三咲智子 Kevin... chore: remove issue template
2023-11-26  三咲智子 Kevin... test: fix template
2023-11-25  三咲智子 Kevin... feat: dynamic root nodes
2023-11-25  三咲智子 Kevin... fix: root
2023-11-25  三咲智子 Kevin... feat: add api for document.createTextNode
2023-11-25  三咲智子 Kevin... fix: static + dynamic root nodes
2023-11-25  三咲智子 Kevin... feat: fragment
2023-11-25  Evan Yourefactor: restore isSelfClosing as optional property
2023-11-25  Evan Youchore: fix tests with rawExp
2023-11-25  Evan Yourefactor: restore SourceLocation.source
2023-11-25  Evan Yourefactor: preserve source location convention in sfc...
2023-11-25  Evan Youchore: remove isSelfClosing property
2023-11-25  Rizumu Ayakatest: v-once as root node (#2)
2023-11-25  三咲智子 Kevin... Merge remote-tracking branch 'upstream/main'
2023-11-25  Evan Youfix: avoid confusing breakage in @vitejs/plugin-vue
2023-11-25  三咲智子 Kevin... chore: enable format on save
2023-11-25  三咲智子 Kevin... chore: update todo
2023-11-25  Evan Youchore: restructure parser files
2023-11-25  Evan Youperf(codegen): optimize source map generation
2023-11-25  Evan Youperf(codegen): optimize line / column calculation durin...
2023-11-25  Evan Youperf(compiler-sfc): remove magic-string trim on script
2023-11-25  Evan Youperf: optimize position cloning
2023-11-25  Evan Youwip: should not reuse AST when using custom compiler
2023-11-25  Evan Youwip: parser v2 compat
2023-11-25  Evan Youchore: document rationale for ignoring some parsing...
2023-11-25  Evan Youwip: shorten some method names
2023-11-25  Evan Youwip: parse error tests
2023-11-25  Evan Youwip: force re-parse on reused sfc template ast
2023-11-25  Evan Youwip: should parse sfc template with lang=html
2023-11-25  Evan Yourefactor: use more efficient walk for importUsageCheck
2023-11-25  Evan Youwip: compiler-sfc should not attach ast on template...
2023-11-25  Evan Yourefactor: better naming for baseCompile argument
2023-11-25  Evan Yourefactor: fix v-bind no-exp shorthand for new parser
2023-11-25  Evan Youwip: treat template with preprocessor as plain text
2023-11-25  Evan Youwip: support reusing template ast from sfc descriptor
2023-11-25  Evan Youwip: decodeEntities test
2023-11-25  Evan Youwip: pass all compiler-sfc tests
2023-11-25  Evan Youwip: pass all compiler-ssr tests
2023-11-25  Evan Youwip: pass all compiler-dom tests
2023-11-25  Evan Youfeat(compiler-core): support specifying root namespace...
2023-11-25  Evan Youwip: pass more compiler-dom tests
2023-11-25  Evan Youwip: entities parsing in browser
2023-11-25  Evan Youwip: tune perf
2023-11-25  Evan Youwip: pass all compiler-core tests
2023-11-25  Evan Youwip: more tests passing
2023-11-25  Evan Youwip: pass all non-error parsing tests
2023-11-25  Evan Yourefactor: swap to new template parser
2023-11-25  Evan Youwip: parse mode
2023-11-25  Evan Youperf: optimize away isBuiltInType
2023-11-25  Evan Youchore: disable parser tests for now
2023-11-25  Evan Youwip: parseMode
2023-11-25  Evan Youperf: optimize makeMap
2023-11-25  Evan Youwip: getting ready for textmode handling
2023-11-25  Evan Youwip: comments
2023-11-25  Evan Youwip: refine element type
2023-11-25  Evan Youwip: v-pre handling
2023-11-25  Evan Youwip: pre tag handling
2023-11-25  Evan Youwip: parse interpolation
2023-11-25  Evan Youwip: check duplicated attributes
2023-11-25  Evan Youwip: remove htmlMode
next