Sourced from vitepress's releases.
v1.3.3
Please refer to CHANGELOG.md for details.
v1.3.2
Please refer to CHANGELOG.md for details.
Sourced from vitepress's changelog.
1.3.3 (2024-08-17)
Miscellaneous
- bump deps (a20db24)
1.3.2 (2024-08-05)
Bug Fixes
eed9a94
release: v1.3.3a20db24
chore: bump deps2bda116
chore: include node types for client3c40e9d
docs(ko): re-translation of korean documents (reference/*) (#4120)df27e44
docs: fix wrong link049fd8d
docs(ko): re-translation of korean documents (#4111)1b679d4
docs(ru): update translations (#4104)3543b02
chore: update changelog wording3286212
release: v1.3.22b3e486
fix: multiple cache busting imports causing useData to failSourced from vue's releases.
v3.4.38
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.v3.4.37
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.v3.4.36
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.
Sourced from vue's changelog.
3.4.38 (2024-08-15)
Bug Fixes
- build: revert entities to 4.5 to avoid runtime resolution errors (f349af7), closes #11603
- compiler-core: use ast-based check for function expressions when possible (236cac3), closes #11615
- compiler-sfc: handle keyof operator with index object (#11581) (74d26db)
- types: add fallback stub for DOM types when DOM lib is absent (#11598) (4db0085)
3.4.37 (2024-08-08)
Bug Fixes
- compiler-core: use
isProp.arg.locinstead ofisProp.loc(#11547) (236fb7a)- custom-element: fix custom-element double render on immediate prop change (978ff3c), closes #9885 #11335
- defineModel: detect changes respect custom getter and setter (#11543) (e042888), closes #11541 #11526 #11527
- keep-alive: avoid cache suspense comment root (#11479) (a917c05)
- keep-alive: fix render error in cached is undefined (#11496) (81351dc), closes #11427 #11431
- Revert "fix(types/ref): allow getter and setter types to be unrelated (#11442)" (b1abac0)
- Revert "fix(types/ref): correct type inference for nested refs (#11536)" (3a56315)
- runtime-core: fix warning for missing event handler (#11489) (e359ff0), closes #4803 #8268
- runtime-core: prioritize using the provides from currentApp in nested createApp (#11502) (7e75de0), closes #11488
- Note: this change will break
injectcalls inside Pinia stores that expects to be able to inject provided values from the component using the store. This is expected because the usage is relying on previously incorrect behavior.- runtime-dom: apply css vars before mount (#11538) (fdc2a31), closes #11533
- ssr: ensure content is valid when rendering normal slot (#11491) (6c90324), closes #11326
- types/ref: correct type inference for nested refs (#11536) (536f623), closes #11532 #11537
- types: allow
DirectiveArgumentsthird parameter to accept undefined (#11540) (1058ce8)3.4.36 (2024-08-06)
Bug Fixes
- compiler-core: fix expression transform for try...catch block params (077a1ae), closes #11465 #11467
- compiler-core: properly handle for loop variable declarations in expression transforms (67bb820), ref #11467
- compiler-ssr: don't render v-if comments in TransitionGroup + static tag (#11515) (275354c), closes #11514
- hydration: force hydrate custom element dynamic props (7d473b7), closes #7203 #8038
- ssr: respect textContent/innerHTML from getSSRProps in optimized SSR output (79602f9), closes #8112
- types/withDefaults: ensure default values of type
anydo not includeundefined(#11490) (4592b63)
56e658e
release: v3.4.380bdb2a3
workflow: move private packages to separate directory74d26db
fix(compiler-sfc): handle keyof operator with index object (#11581)236cac3
fix(compiler-core): use ast-based check for function expressions when
possibleb27d900
chore: update changelog regarding inject behavior changef349af7
fix(build): revert entities to 4.5 to avoid runtime resolution
errors4db0085
fix(types): add fallback stub for DOM types when DOM lib is absent (#11598)28db2e6
release: v3.4.376be63e0
workflow: new release workflowe333312
workflow: fix release script in actionsSourced from @babel/parser's
changelog.
v7.25.4 (2024-08-22)
:bug: Bug Fix
babel-traverse
- #16756 fix: Skip computed key when renaming (
@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators
- #16755 fix: Decorator 2018-09 may throw an exception (
@liuxingbaoyu)babel-types
- #16710 Visit AST fields nodes according to their syntactical order (
@nicolo-ribaudo)babel-generator
- #16709 Print semicolon after TS
export namespace as A(@nicolo-ribaudo):nail_care: Polish
babel-generator,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-class-properties,babel-plugin-transform-destructuring,babel-plugin-transform-optional-chaining,babel-plugin-transform-private-methods,babel-plugin-transform-private-property-in-object,babel-plugin-transform-typescript,babel-runtime-corejs2,babel-runtime,babel-traverse
- #16722 Avoid unnecessary parens around sequence expressions (
@nicolo-ribaudo)babel-generator,babel-plugin-transform-class-properties
- #16714 Avoid unnecessary parens around exported arrow functions (
@nicolo-ribaudo)babel-generator,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-transform-object-rest-spread
- #16712 Avoid printing unnecessary parens around object destructuring (
@nicolo-ribaudo):microscope: Output optimization
babel-generator
- #16740 Avoid extra spaces between comments/regexps in compact mode (
@nicolo-ribaudo)
Sourced from @babel/types's
releases.
v7.25.3 (2024-07-31)
:bug: Bug Fix
babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-traverse
- #16699 Avoid validating visitors produced by
traverse.visitors.merge(@nicolo-ribaudo):house: Internal
babel-parser
- #16688 Add
@babel/typesas a dependency of@babel/parser(@nicolo-ribaudo)Committers: 2
- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)
Sourced from @babel/types's
changelog.
v7.25.4 (2024-08-22)
:bug: Bug Fix
babel-traverse
- #16756 fix: Skip computed key when renaming (
@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators
- #16755 fix: Decorator 2018-09 may throw an exception (
@liuxingbaoyu)babel-types
- #16710 Visit AST fields nodes according to their syntactical order (
@nicolo-ribaudo)babel-generator
- #16709 Print semicolon after TS
export namespace as A(@nicolo-ribaudo):nail_care: Polish
babel-generator,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-class-properties,babel-plugin-transform-destructuring,babel-plugin-transform-optional-chaining,babel-plugin-transform-private-methods,babel-plugin-transform-private-property-in-object,babel-plugin-transform-typescript,babel-runtime-corejs2,babel-runtime,babel-traverse
- #16722 Avoid unnecessary parens around sequence expressions (
@nicolo-ribaudo)babel-generator,babel-plugin-transform-class-properties
- #16714 Avoid unnecessary parens around exported arrow functions (
@nicolo-ribaudo)babel-generator,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-transform-object-rest-spread
- #16712 Avoid printing unnecessary parens around object destructuring (
@nicolo-ribaudo):microscope: Output optimization
babel-generator
- #16740 Avoid extra spaces between comments/regexps in compact mode (
@nicolo-ribaudo)v7.25.3 (2024-07-31)
:bug: Bug Fix
babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-traverse
- #16699 Avoid validating visitors produced by
traverse.visitors.merge(@nicolo-ribaudo):house: Internal
babel-parser
- #16688 Add
@babel/typesas a dependency of@babel/parser(@nicolo-ribaudo)
Sourced from @rollup/rollup-android-arm-eabi's
releases.
v4.21.0
4.21.0
2024-08-18
Features
- Add option to configure directory for virtual modules when preserving modules (#5602)
Pull Requests
- #5602: feat: introduce the virtualDirname option to customize the virtual directory name (
@TrickyPi)- #5607: chore(deps): update typescript-eslint monorepo to v8 (major) (
@renovate[bot],@lukastaegert)- #5608: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5611: chore: fix the
noConflictoption in REPL. (@7086cmd)- #5613: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5614: chore(deps): lock file maintenance (
@renovate[bot])v4.20.0
4.20.0
2024-08-03
Features
- Allow plugins to specify the original file name when emitting assets (#5596)
Pull Requests
- #5596: Add originalFIleName property to emitted assets (
@lukastaegert)- #5599: chore(deps): update dependency eslint-plugin-unicorn to v55 (
@renovate[bot],@lukastaegert)- #5600: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)
Sourced from @rollup/rollup-android-arm-eabi's
changelog.
4.21.0
2024-08-18
Features
- Add option to configure directory for virtual modules when preserving modules (#5602)
Pull Requests
- #5602: feat: introduce the virtualDirname option to customize the virtual directory name (
@TrickyPi)- #5607: chore(deps): update typescript-eslint monorepo to v8 (major) (
@renovate[bot],@lukastaegert)- #5608: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5611: chore: fix the
noConflictoption in REPL. (@7086cmd)- #5613: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5614: chore(deps): lock file maintenance (
@renovate[bot])4.20.0
2024-08-03
Features
- Allow plugins to specify the original file name when emitting assets (#5596)
Pull Requests
- #5596: Add originalFIleName property to emitted assets (
@lukastaegert)- #5599: chore(deps): update dependency eslint-plugin-unicorn to v55 (
@renovate[bot],@lukastaegert)- #5600: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)
c4bb050
4.21.08350601
chore(deps): update typescript-eslint monorepo to v8 (major) (#5607)811ef57
chore: fix the noConflict option in REPL. (#5611)af6a347
feat: introduce the virtualDirname option to customize the virtual
directory ...eb12f34
chore(deps): lock file maintenance (#5614)93af657
chore(deps): lock file maintenance minor/patch updates (#5613)c6751ff
chore(deps): lock file maintenance minor/patch updates (#5608)df12edf
4.20.032e8d5b
Add originalFIleName property to emitted assets (#5596)1b4d142
chore(deps): update dependency eslint-plugin-unicorn to v55 (#5599)Sourced from @rollup/rollup-android-arm64's
releases.
v4.21.0
4.21.0
2024-08-18
Features
- Add option to configure directory for virtual modules when preserving modules (#5602)
Pull Requests
- #5602: feat: introduce the virtualDirname option to customize the virtual directory name (
@TrickyPi)- #5607: chore(deps): update typescript-eslint monorepo to v8 (major) (
@renovate[bot],@lukastaegert)- #5608: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5611: chore: fix the
noConflictoption in REPL. (@7086cmd)- #5613: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5614: chore(deps): lock file maintenance (
@renovate[bot])v4.20.0
4.20.0
2024-08-03
Features
- Allow plugins to specify the original file name when emitting assets (#5596)
Pull Requests
- #5596: Add originalFIleName property to emitted assets (
@lukastaegert)- #5599: chore(deps): update dependency eslint-plugin-unicorn to v55 (
@renovate[bot],@lukastaegert)- #5600: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)
Sourced from @rollup/rollup-android-arm64's
changelog.
4.21.0
2024-08-18
Features
- Add option to configure directory for virtual modules when preserving modules (#5602)
Pull Requests
- #5602: feat: introduce the virtualDirname option to customize the virtual directory name (
@TrickyPi)- #5607: chore(deps): update typescript-eslint monorepo to v8 (major) (
@renovate[bot],@lukastaegert)- #5608: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5611: chore: fix the
noConflictoption in REPL. (@7086cmd)- #5613: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5614: chore(deps): lock file maintenance (
@renovate[bot])4.20.0
2024-08-03
Features
- Allow plugins to specify the original file name when emitting assets (#5596)
Pull Requests
- #5596: Add originalFIleName property to emitted assets (
@lukastaegert)- #5599: chore(deps): update dependency eslint-plugin-unicorn to v55 (
@renovate[bot],@lukastaegert)- #5600: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)
c4bb050
4.21.08350601
chore(deps): update typescript-eslint monorepo to v8 (major) (#5607)811ef57
chore: fix the noConflict option in REPL. (#5611)af6a347
feat: introduce the virtualDirname option to customize the virtual
directory ...eb12f34
chore(deps): lock file maintenance (#5614)93af657
chore(deps): lock file maintenance minor/patch updates (#5613)c6751ff
chore(deps): lock file maintenance minor/patch updates (#5608)df12edf
4.20.032e8d5b
Add originalFIleName property to emitted assets (#5596)1b4d142
chore(deps): update dependency eslint-plugin-unicorn to v55 (#5599)Sourced from @rollup/rollup-darwin-arm64's
releases.
v4.21.0
4.21.0
2024-08-18
Features
- Add option to configure directory for virtual modules when preserving modules (#5602)
Pull Requests
- #5602: feat: introduce the virtualDirname option to customize the virtual directory name (
@TrickyPi)- #5607: chore(deps): update typescript-eslint monorepo to v8 (major) (
@renovate[bot],@lukastaegert)- #5608: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5611: chore: fix the
noConflictoption in REPL. (@7086cmd)- #5613: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5614: chore(deps): lock file maintenance (
@renovate[bot])v4.20.0
4.20.0
2024-08-03
Features
- Allow plugins to specify the original file name when emitting assets (#5596)
Pull Requests
- #5596: Add originalFIleName property to emitted assets (
@lukastaegert)- #5599: chore(deps): update dependency eslint-plugin-unicorn to v55 (
@renovate[bot],@lukastaegert)- #5600: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)
Sourced from @rollup/rollup-darwin-arm64's
changelog.
4.21.0
2024-08-18
Features
- Add option to configure directory for virtual modules when preserving modules (#5602)
Pull Requests
- #5602: feat: introduce the virtualDirname option to customize the virtual directory name (
@TrickyPi)- #5607: chore(deps): update typescript-eslint monorepo to v8 (major) (
@renovate[bot],@lukastaegert)- #5608: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5611: chore: fix the
noConflictoption in REPL. (@7086cmd)- #5613: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5614: chore(deps): lock file maintenance (
@renovate[bot])4.20.0
2024-08-03
Features
- Allow plugins to specify the original file name when emitting assets (#5596)
Pull Requests
- #5596: Add originalFIleName property to emitted assets (
@lukastaegert)- #5599: chore(deps): update dependency eslint-plugin-unicorn to v55 (
@renovate[bot],@lukastaegert)- #5600: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)
c4bb050
4.21.08350601
chore(deps): update typescript-eslint monorepo to v8 (major) (#5607)811ef57
chore: fix the noConflict option in REPL. (#5611)af6a347
feat: introduce the virtualDirname option to customize the virtual
directory ...eb12f34
chore(deps): lock file maintenance (#5614)93af657
chore(deps): lock file maintenance minor/patch updates (#5613)c6751ff
chore(deps): lock file maintenance minor/patch updates (#5608)df12edf
4.20.032e8d5b
Add originalFIleName property to emitted assets (#5596)1b4d142
chore(deps): update dependency eslint-plugin-unicorn to v55 (#5599)Sourced from @rollup/rollup-darwin-x64's
releases.
v4.21.0
4.21.0
2024-08-18
Features
- Add option to configure directory for virtual modules when preserving modules (#5602)
Pull Requests
- #5602: feat: introduce the virtualDirname option to customize the virtual directory name (
@TrickyPi)- #5607: chore(deps): update typescript-eslint monorepo to v8 (major) (
@renovate[bot],@lukastaegert)- #5608: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5611: chore: fix the
noConflictoption in REPL. (@7086cmd)- #5613: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5614: chore(deps): lock file maintenance (
@renovate[bot])v4.20.0
4.20.0
2024-08-03
Features
- Allow plugins to specify the original file name when emitting assets (#5596)
Pull Requests
- #5596: Add originalFIleName property to emitted assets (
@lukastaegert)- #5599: chore(deps): update dependency eslint-plugin-unicorn to v55 (
@renovate[bot],@lukastaegert)- #5600: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)
Sourced from @rollup/rollup-darwin-x64's
changelog.
4.21.0
2024-08-18
Features
- Add option to configure directory for virtual modules when preserving modules (#5602)
Pull Requests
- #5602: feat: introduce the virtualDirname option to customize the virtual directory name (
@TrickyPi)- #5607: chore(deps): update typescript-eslint monorepo to v8 (major) (
@renovate[bot],@lukastaegert)- #5608: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5611: chore: fix the
noConflictoption in REPL. (@7086cmd)- #5613: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5614: chore(deps): lock file maintenance (
@renovate[bot])4.20.0
2024-08-03
Features
- Allow plugins to specify the original file name when emitting assets (#5596)
Pull Requests
- #5596: Add originalFIleName property to emitted assets (
@lukastaegert)- #5599: chore(deps): update dependency eslint-plugin-unicorn to v55 (
@renovate[bot],@lukastaegert)- #5600: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)
c4bb050
4.21.08350601
chore(deps): update typescript-eslint monorepo to v8 (major) (#5607)811ef57
chore: fix the noConflict option in REPL. (#5611)af6a347
feat: introduce the virtualDirname option to customize the virtual
directory ...eb12f34
chore(deps): lock file maintenance (#5614)93af657
chore(deps): lock file maintenance minor/patch updates (#5613)c6751ff
chore(deps): lock file maintenance minor/patch updates (#5608)df12edf
4.20.032e8d5b
Add originalFIleName property to emitted assets (#5596)1b4d142
chore(deps): update dependency eslint-plugin-unicorn to v55 (#5599)Sourced from @rollup/rollup-linux-arm-gnueabihf's
releases.
v4.21.0
4.21.0
2024-08-18
Features
- Add option to configure directory for virtual modules when preserving modules (#5602)
Pull Requests
- #5602: feat: introduce the virtualDirname option to customize the virtual directory name (
@TrickyPi)- #5607: chore(deps): update typescript-eslint monorepo to v8 (major) (
@renovate[bot],@lukastaegert)- #5608: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5611: chore: fix the
noConflictoption in REPL. (@7086cmd)- #5613: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5614: chore(deps): lock file maintenance (
@renovate[bot])v4.20.0
4.20.0
2024-08-03
Features
- Allow plugins to specify the original file name when emitting assets (#5596)
Pull Requests
- #5596: Add originalFIleName property to emitted assets (
@lukastaegert)- #5599: chore(deps): update dependency eslint-plugin-unicorn to v55 (
@renovate[bot],@lukastaegert)- #5600: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)
Sourced from @rollup/rollup-linux-arm-gnueabihf's
changelog.
4.21.0
2024-08-18
Features
- Add option to configure directory for virtual modules when preserving modules (#5602)
Pull Requests
- #5602: feat: introduce the virtualDirname option to customize the virtual directory name (
@TrickyPi)- #5607: chore(deps): update typescript-eslint monorepo to v8 (major) (
@renovate[bot],@lukastaegert)- #5608: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5611: chore: fix the
noConflictoption in REPL. (@7086cmd)- #5613: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5614: chore(deps): lock file maintenance (
@renovate[bot])4.20.0
2024-08-03
Features
- Allow plugins to specify the original file name when emitting assets (#5596)
Pull Requests
- #5596: Add originalFIleName property to emitted assets (
@lukastaegert)- #5599: chore(deps): update dependency eslint-plugin-unicorn to v55 (
@renovate[bot],@lukastaegert)- #5600: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)
c4bb050
4.21.0