]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
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  Evan Youfix: avoid confusing breakage in @vitejs/plugin-vue
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
2023-11-25  Evan Youwip: remove foreignContext check
2023-11-25  Evan Youwip: modifiers
2023-11-25  Evan Youwip: source location for props
2023-11-25  Evan Youwip: parse directive in tokenizer
2023-11-25  Evan Youwip: optimize condenseWhitespace
2023-11-25  Evan Youwip: parse directives
2023-11-25  Evan Youwip: loc for elements
2023-11-25  Evan Youwip: refactor line / column generation
2023-11-25  Evan Youwip: save
2023-11-25  Evan Youwip: port parser
2023-11-25  Evan Youwip: remove unused options
2023-11-25  Evan Youwip: strip xmlMode / htmlMode
2023-11-25  Evan Youwip: setup
2023-11-21  三咲智子 Kevin... feat!: remove reactivity transform (#9321)
2023-11-21  Evan Youtest: fix keepalive transition out-in test case
2023-11-21  Evan Youchore: Merge branch 'main' into minor
2023-11-21  Evan Youchore: exclude private packages from version updates
2023-11-21  Evan Youworkflow: use workspace deps
2023-11-20  renovate[bot]chore(deps): update all non-major dependencies (#9636)
2023-11-18  renovate[bot]chore(deps): update dependency vite to v5 (#9630)
2023-11-18  renovate[bot]chore(deps): update dependency tsx to v4 (#9629)
2023-11-18  renovate[bot]chore(deps): update lint (#9627)
2023-11-18  renovate[bot]chore(deps): update actions/github-script action to...
2023-11-17  renovate[bot]chore(deps): update dessant/lock-threads action to...
2023-11-17  renovate[bot]chore(deps): update autofix-ci/action digest to bee19d7...
2023-11-17  三咲智子 Kevin... chore: fix polyfill node conditions in dev
2023-11-15  三咲智子 Kevin... docs: replace rollup-plugin-vue with vite version
2023-11-15  Evan Youfix(v-model): unnecessary value binding error should...
2023-11-13  Bogdan Kolesnykfix(compiler-sfc): malformed filename on windows using...
2023-11-13  renovate[bot]chore(deps): update compiler to ^7.23.3 (#9590)
2023-11-13  renovate[bot]chore(deps): update all non-major dependencies (#9589)
2023-11-13  Evan Youfix(types): revert class type restrictions
2023-11-12  Evan Youworkflow(playground): prod/dev toggle should apply...
2023-11-10  Rickchore: fix dev-sfc-prepare command (#9570)
2023-11-10  renovate[bot]chore(deps): update dependency puppeteer to ~21.5.1...
2023-11-10  renovate[bot]chore(deps): update lint (#9552)
2023-11-10  丶远方fix(types): fix `unref` and `toValue` when input union...
2023-11-10  花果山大圣fix(reactivity): onCleanup also needs to be cleaned...
2023-11-10  Congfix(compiler-sfc): support `:is` and `:where` selector...
2023-11-10  Congfix(compiler-sfc): support `:is` and `:where` selector...
2023-11-10  auvredfix(compiler-sfc): consistently escape type-only prop...
2023-11-10  edisonfix(compiler-sfc): support resolve extends interface...
2023-11-10  Evan Youfix(types): widen ClassValue type
2023-11-10  Anthony Fufix(ssr): hydration `__vnode` missing for devtools...
2023-11-10  Evan Youchore: remove typeof NULL_DYNAMIC_COMPONENT for type...
2023-11-10  zqranfix(types): return type of withDefaults should be reado...
2023-11-10  Basil Gorfix(types): more precise types for class bindings ...
2023-11-10  丶远方test(shared): add test case for escapeHtmlComment ...
2023-11-10  skirtledx(runtime-core): warn if `this` is used in a `<script...
2023-11-10  Evan Youchore: fix formatting + remove duplicated property...
2023-11-10  被雨水过滤的空气-Rainrefactor(compiler-dom): use String's built-in repeat...
next