v5.3.0
#vite
5.3.0 (2024-06-13)
● fix: typo in client log (#17363) (68aa9f8), closes #17363
● fix(ssrTransform): handle arbitrary module namespace identifiers (#17446) (0a76652), closes #17446
● test: disable isolate for unit test (#17448) (f16fae5), closes #17448
● feat: asset type add bmp (#17439) (ec287f8), closes #17439
source
#vite
5.3.0 (2024-06-13)
● fix: typo in client log (#17363) (68aa9f8), closes #17363
● fix(ssrTransform): handle arbitrary module namespace identifiers (#17446) (0a76652), closes #17446
● test: disable isolate for unit test (#17448) (f16fae5), closes #17448
● feat: asset type add bmp (#17439) (ec287f8), closes #17439
source
v5.3.1
#vite
5.3.1 (2024-06-14)
● fix(build): handle preload treeshaking for braces (#17479) (d355568), closes #17479
● fix(build): handle preload treeshaking for commas (#17472) (3e27071), closes #17472
● fix(build): preload treeshaking ignore equal (#17480) (6ced135), closes #17480
● chore: consolidate changelog for 5.3 (#17476) (1f09344), closes #17476
source
#vite
5.3.1 (2024-06-14)
● fix(build): handle preload treeshaking for braces (#17479) (d355568), closes #17479
● fix(build): handle preload treeshaking for commas (#17472) (3e27071), closes #17472
● fix(build): preload treeshaking ignore equal (#17480) (6ced135), closes #17480
● chore: consolidate changelog for 5.3 (#17476) (1f09344), closes #17476
source
v3.4.29
#vue #vue3
3.4.29 (2024-06-14)
Bug Fixes
● build: fix accidental inclusion of runtime-core in server-renderer cjs build (11cc12b), closes #11137
● compiler-sfc: fix missing scope for extends error message (4ec387b)
● compiler-sfc: fix parsing of mts, d.mts, and mtsx files (a476692)
● compiler-sfc: support @vue-ignore comment on more type sources (a23e99b)
● custom-element: support same direct setup function signature in defineCustomElement (7c8b126), closes #11116
● reactivity: avoid infinite loop when render access a side effect computed (#11135) (8296e19), closes #11121
source
#vue #vue3
3.4.29 (2024-06-14)
Bug Fixes
● build: fix accidental inclusion of runtime-core in server-renderer cjs build (11cc12b), closes #11137
● compiler-sfc: fix missing scope for extends error message (4ec387b)
● compiler-sfc: fix parsing of mts, d.mts, and mtsx files (a476692)
● compiler-sfc: support @vue-ignore comment on more type sources (a23e99b)
● custom-element: support same direct setup function signature in defineCustomElement (7c8b126), closes #11116
● reactivity: avoid infinite loop when render access a side effect computed (#11135) (8296e19), closes #11121
source
v3.6.10
#vuetify
🔧 Bug Fixes
● VDatePicker: don't update month/year if new model is empty (154e751), closes #20015
● VExpansionPanel: remove unused toRef (0931cec)
● VExpansionPanel: propagate defaults provided by VExpansionPanels (666484a)
● VExpansionPanelTitle: propagate VIcon defaults (cec2094)
Other Commmits
● chore(release): publish v3.6.10 (34c7bd5)
● chore(team): update members (35e2ea2)
● docs(data-tables): fix options api examples (f2f2518)
source
#vuetify
🔧 Bug Fixes
● VDatePicker: don't update month/year if new model is empty (154e751), closes #20015
● VExpansionPanel: remove unused toRef (0931cec)
● VExpansionPanel: propagate defaults provided by VExpansionPanels (666484a)
● VExpansionPanelTitle: propagate VIcon defaults (cec2094)
Other Commmits
● chore(release): publish v3.6.10 (34c7bd5)
● chore(team): update members (35e2ea2)
● docs(data-tables): fix options api examples (f2f2518)
source
v4.4.0
#router #vue_router
4.4.0 (2024-06-21)
This version introduces native support for typed routes via the RouteNamedMap. It is now possible to define a map without unplugin-vue-router and have the types inferred automatically. It is still recommended to use unplugin-vue-router to automatically generate these types. Features
● add a clearRoutes method (abe223d)
● typed routes (f92282b)
Bug Fixes
● allow arbitrary strings in RouteLocationRaw (a7a8452)
source
#router #vue_router
4.4.0 (2024-06-21)
This version introduces native support for typed routes via the RouteNamedMap. It is now possible to define a map without unplugin-vue-router and have the types inferred automatically. It is still recommended to use unplugin-vue-router to automatically generate these types. Features
● add a clearRoutes method (abe223d)
● typed routes (f92282b)
Bug Fixes
● allow arbitrary strings in RouteLocationRaw (a7a8452)
source
v3.4.30
#vue #vue3
3.4.30 (2024-06-22)
Bug Fixes
● compiler-core: should not remove slot node with
● hydration: fix css vars hydration mismatch false positive on attr-fallthrough (#11190) (7ad67ce), closes #11188
● hydration: skip prop mismatch check for directives that mutate DOM in created (3169c91), closes #11189
● reactivity: fix side effect computed dirty level (#11183) (3bd79e3), closes #11181 #11169
● runtime-core: ensure unmount dynamic components in optimized mode (#11171) (220fe24), closes #11168
● runtime-core: update devtool __vnode on patch, avoid memory leak during dev (a959781), closes #11192
● runtime-dom: ensure only symbols are explicitly stringified during attribute patching (#11182) (a2e35d6), closes #11177
● runtime-dom: prevent setting state as attribute for custom elements (#11165) (8ae4c29), closes #11163
Performance Improvements
● reactivity: cache tracking value (#11145) (7936dae)
source
#vue #vue3
3.4.30 (2024-06-22)
Bug Fixes
● compiler-core: should not remove slot node with
v-else
(#11150) (e102670)● hydration: fix css vars hydration mismatch false positive on attr-fallthrough (#11190) (7ad67ce), closes #11188
● hydration: skip prop mismatch check for directives that mutate DOM in created (3169c91), closes #11189
● reactivity: fix side effect computed dirty level (#11183) (3bd79e3), closes #11181 #11169
● runtime-core: ensure unmount dynamic components in optimized mode (#11171) (220fe24), closes #11168
● runtime-core: update devtool __vnode on patch, avoid memory leak during dev (a959781), closes #11192
● runtime-dom: ensure only symbols are explicitly stringified during attribute patching (#11182) (a2e35d6), closes #11177
● runtime-dom: prevent setting state as attribute for custom elements (#11165) (8ae4c29), closes #11163
Performance Improvements
● reactivity: cache tracking value (#11145) (7936dae)
source
v5.3.2
#vite
5.3.2 (2024-06-27)
● fix(client): uniform variable
● fix(deps): update all non-major dependencies (#17494) (bf123f2), closes #17494
● fix(typescript): correctly expand ${configDir} in tsconfig.json (#17576) (24c799b), closes #17576
● chore: fix some comments (#17495) (ec16a5e), closes #17495
● chore(deps): update all non-major dependencies (#17553) (a33a97f), closes #17553
● chore(deps): update dependency eslint to v9 (#16661) (6c10662), closes #16661
● chore(deps): update es-module-lexer to 1.5.4 (#17555) (2d6672f), closes #17555
● refactor(optimizer): use early continues (#17551) (7c06ef0), closes #17551
source
#vite
5.3.2 (2024-06-27)
● fix(client): uniform variable
location
(#17528) (a8e2f6f), closes #17528● fix(deps): update all non-major dependencies (#17494) (bf123f2), closes #17494
● fix(typescript): correctly expand ${configDir} in tsconfig.json (#17576) (24c799b), closes #17576
● chore: fix some comments (#17495) (ec16a5e), closes #17495
● chore(deps): update all non-major dependencies (#17553) (a33a97f), closes #17553
● chore(deps): update dependency eslint to v9 (#16661) (6c10662), closes #16661
● chore(deps): update es-module-lexer to 1.5.4 (#17555) (2d6672f), closes #17555
● refactor(optimizer): use early continues (#17551) (7c06ef0), closes #17551
source
v2.18.0
#nuxt
👉 Changelog
compare changes
🚀 Enhancements
● webpack: Migrate to
🩹 Fixes
● vue-app: Don't throw if we can't read
● config: Add back md4 monkey-patch for wider ecosystem (#27865)
🏡 Chore
● Bump internal versions (9e829b59a)
● Add non-applicable advisory GHSA-3h5v-q93c-6h6q (5ef7311f0)
❤️ Contributors
● Daniel Roe (@danielroe)
source
#nuxt
👉 Changelog
compare changes
🚀 Enhancements
● webpack: Migrate to
memfs
(#27652)🩹 Fixes
● vue-app: Don't throw if we can't read
sessionStorage
(#27662)● config: Add back md4 monkey-patch for wider ecosystem (#27865)
🏡 Chore
● Bump internal versions (9e829b59a)
● Add non-applicable advisory GHSA-3h5v-q93c-6h6q (5ef7311f0)
❤️ Contributors
● Daniel Roe (@danielroe)
source
v3.4.31
#vue #vue3
3.4.31 (2024-06-28)
Bug Fixes
● compiler-core: handle inline comments with undefined bindings (#11217) (746352a), closes #11216
● shared: unwrap refs in toDisplayString (#7306) (0126cff), closes #5578 #5593 #11199 #11201
Reverts
● Revert "fix(reactivity): avoid infinite loop when render access a side effect computed (#11135)" (e0df985)
● Revert "fix(reactivity): fix side effect computed dirty level (#11183)" (6c303ea), closes #11183
source
#vue #vue3
3.4.31 (2024-06-28)
Bug Fixes
● compiler-core: handle inline comments with undefined bindings (#11217) (746352a), closes #11216
● shared: unwrap refs in toDisplayString (#7306) (0126cff), closes #5578 #5593 #11199 #11201
Reverts
● Revert "fix(reactivity): avoid infinite loop when render access a side effect computed (#11135)" (e0df985)
● Revert "fix(reactivity): fix side effect computed dirty level (#11183)" (6c303ea), closes #11183
source
v2.18.1
#nuxt
👉 Changelog
compare changes
🩹 Fixes
● webpack: Depend on earlier version of
❤️ Contributors
● Daniel Roe (@danielroe)
source
#nuxt
👉 Changelog
compare changes
🩹 Fixes
● webpack: Depend on earlier version of
mkdirp
(f67056b9e)❤️ Contributors
● Daniel Roe (@danielroe)
source
❤1
v3.6.11
#vuetify
🔧 Bug Fixes
● VOverlay: add null coalescing to true if no shadowDomRoot (27b4b1e), closes #20001
🧪 Labs
● VNumberInput: fix inc/dec slots with split control variant (#20072) (4ac8aa4), closes #20056
● VStepperVertical: provide eager in defaults props (#20033) (620a0d9), closes #20025
● VTreeview: avoid re-render by opened & respect openAll (#20032) (0a32df5)
Other Commmits
● chore(release): publish v3.6.11 (be3e401)
● chore(VImg): resolve linting problem (f89a5fc)
● docs(VImg): example for gradient props (#19708) (e871ecb)
● docs(treeshaking): match variable name used in template example (#20088) (c168e59)
● chore: enable all VTreeview cy tests (8d6e4bd)
● Add yuwu9145 to FUNDING.yml (d7fbcc5)
source
#vuetify
🔧 Bug Fixes
● VOverlay: add null coalescing to true if no shadowDomRoot (27b4b1e), closes #20001
🧪 Labs
● VNumberInput: fix inc/dec slots with split control variant (#20072) (4ac8aa4), closes #20056
● VStepperVertical: provide eager in defaults props (#20033) (620a0d9), closes #20025
● VTreeview: avoid re-render by opened & respect openAll (#20032) (0a32df5)
Other Commmits
● chore(release): publish v3.6.11 (be3e401)
● chore(VImg): resolve linting problem (f89a5fc)
● docs(VImg): example for gradient props (#19708) (e871ecb)
● docs(treeshaking): match variable name used in template example (#20088) (c168e59)
● chore: enable all VTreeview cy tests (8d6e4bd)
● Add yuwu9145 to FUNDING.yml (d7fbcc5)
source
v5.3.3
#vite
5.3.3 (2024-07-03)
● fix: lazily evaluate __vite__mapDeps files (#17602) (dafff4a), closes #17602
● fix(deps): update all non-major dependencies (#17590) (012490c), closes #17590
● fix(lib): remove pure CSS dynamic import (#17601) (055f1c1), closes #17601
● fix(proxy): replace changeOrigin changes in 5.3.0 with new rewriteWsOrigin option (#17563) (14c3d49), closes #17563
source
#vite
5.3.3 (2024-07-03)
● fix: lazily evaluate __vite__mapDeps files (#17602) (dafff4a), closes #17602
● fix(deps): update all non-major dependencies (#17590) (012490c), closes #17590
● fix(lib): remove pure CSS dynamic import (#17601) (055f1c1), closes #17601
● fix(proxy): replace changeOrigin changes in 5.3.0 with new rewriteWsOrigin option (#17563) (14c3d49), closes #17563
source