NuxtJS
v3.9.2
#nuxt3.9.2 is a regularly scheduled patch release.
โ Upgrading
As usual, our recommendation for upgrading is to run:
This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the vue and unjs ecosystems.
๐ Changelog
compare changes
๐ฅ Performance
โ nuxt: Iterate rather than using
๐ฉน Fixes
โ nuxt: Add missing script blocks before island transform (#25148)
โ kit: Improve types for
โ nuxt: Apply more import protections for nitro runtime (#25162)
โ nuxt: Sort
โ nuxt: Check for layout after
โ nuxt: Set nitro log level to match nuxt options (#25213)
โ nuxt: Await async payload revivers (#25222)
โ nuxt: Render user-inserted links in island responses (#25219)
๐ Refactors
โ nuxt: Refactor island response + improve rendering (#25190)
โ nuxt: Rename to
v3.9.2
#nuxt3.9.2 is a regularly scheduled patch release.
โ Upgrading
As usual, our recommendation for upgrading is to run:
nuxi upgrade --force
This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the vue and unjs ecosystems.
๐ Changelog
compare changes
๐ฅ Performance
โ nuxt: Iterate rather than using
Object.fromEntries
(#24953)๐ฉน Fixes
โ nuxt: Add missing script blocks before island transform (#25148)
โ kit: Improve types for
options
in addTemplate
(#25109)โ nuxt: Apply more import protections for nitro runtime (#25162)
โ nuxt: Sort
pages/
files in en-US
locale (#25195)โ nuxt: Check for layout after
nextTick
(#25197)โ nuxt: Set nitro log level to match nuxt options (#25213)
โ nuxt: Await async payload revivers (#25222)
โ nuxt: Render user-inserted links in island responses (#25219)
๐ Refactors
โ nuxt: Refactor island response + improve rendering (#25190)
โ nuxt: Rename to
data-island-component
(#25232)
Vue Updates
NuxtJS v3.9.2 #nuxt3.9.2 is a regularly scheduled patch release. โ
Upgrading As usual, our recommendation for upgrading is to run: nuxi upgrade --force This will refresh your lockfile as well, and ensures that you pull in updates from other dependenciesโฆ
๐ Documentation
โ Correct nuxt image discussion link (#25090)
โ Fix typo (#25100)
โ Suggest using rather than (#25106)
โ Fix typo (#25127)
โ Add demo for view transitions api (3c5ea3457)
โ Remove reference to
โ Remove bridge recommendation only relevant Vue <= 2.6.14 (7bb90f587)
โ Bump nuxt 2 version (98fb2be07)
โ Remove invalid nuxi aliases (#25209)
โ Add
โ Added
โ Mention
โ Clarify reactivity in composables directory (#23731)
โ Remove
โ Add eslint setup guide (#24976)
โ Add information on custom path regexp in
โ Fix
โ Mention installing
๐ก Chore
โ Use
โค๏ธ Contributors
โ Daniel Roe (@danielroe)
โ Julien Huang (@huang-julien)
โ Larry Williamson (@L422Y)
โ Chris Visser (@chris-visser)
โ Maxime Pauvert (@maximepvrt)
โ Nils Wiesinger (@warflash)
โ chris-basebone (@chris-basebone)
โ Alexander Lichter (@manniL)
โ Bertil Johannes Ipsen (@bipsen)
โ Matej ฤernรฝ (@CernyMatej)
โ kongmoumou (@kongmoumou)
โ Yi-Ru Lan (@awdr74100)
โ Kiarttipum Charoenpojvajana (@44kia244)
โ Pooya Parsa (@pi0)
โ Inesh Bose (@ineshbose)
โ Sรฉbastien Chopin (@Atinux)
โ Petar Nikolov (@petarvnikolov)
โ Michael Brevard (@GalacticHypernova)
โ toto6038 (@toto6038)
โ gal-cernilogar (@gal-cernilogar)
โ Shoshana Connack (@moshetanzer)
โ Correct nuxt image discussion link (#25090)
โ Fix typo (#25100)
โ Suggest using rather than (#25106)
โ Fix typo (#25127)
โ Add demo for view transitions api (3c5ea3457)
โ Remove reference to
@nuxt/bridge-edge
(3f09ddc31)โ Remove bridge recommendation only relevant Vue <= 2.6.14 (7bb90f587)
โ Bump nuxt 2 version (98fb2be07)
โ Remove invalid nuxi aliases (#25209)
โ Add
--log-level
description (#25211)โ Added
immediate: false
in the appropriate example (#25224)โ Mention
.global.vue
filename for global components (#25144)โ Clarify reactivity in composables directory (#23731)
โ Remove
lagon
from deployment providers (#24955)โ Add eslint setup guide (#24976)
โ Add information on custom path regexp in
definePageMeta
(#25073)โ Fix
addDevServerHandler
API (#25233)โ Mention installing
nuxi
for bridge (637f5622d)๐ก Chore
โ Use
v3
branch sandbox in issue template (#25174)โค๏ธ Contributors
โ Daniel Roe (@danielroe)
โ Julien Huang (@huang-julien)
โ Larry Williamson (@L422Y)
โ Chris Visser (@chris-visser)
โ Maxime Pauvert (@maximepvrt)
โ Nils Wiesinger (@warflash)
โ chris-basebone (@chris-basebone)
โ Alexander Lichter (@manniL)
โ Bertil Johannes Ipsen (@bipsen)
โ Matej ฤernรฝ (@CernyMatej)
โ kongmoumou (@kongmoumou)
โ Yi-Ru Lan (@awdr74100)
โ Kiarttipum Charoenpojvajana (@44kia244)
โ Pooya Parsa (@pi0)
โ Inesh Bose (@ineshbose)
โ Sรฉbastien Chopin (@Atinux)
โ Petar Nikolov (@petarvnikolov)
โ Michael Brevard (@GalacticHypernova)
โ toto6038 (@toto6038)
โ gal-cernilogar (@gal-cernilogar)
โ Shoshana Connack (@moshetanzer)
NuxtJS
v3.9.3
#nuxt
โ Upgrading
As usual, our recommendation for upgrading is to run:
This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the vue and unjs ecosystems.
๐ Changelog
compare changes
๐ฉน Fixes
โ nuxt: Render stylesheets in dev for non-islands (#25243)
โ nuxt: Don't set 2x
โ nuxt: Don't share object between raw cookie and cookie ref (#25255)
๐ Documentation
โ Corrects variable name used in comment (#25238)
โ Deleted an extra character (#25248)
โ Remove space before colon (#25251)
โ Tests
โ Add separate suspense test suite (#22947)
โค๏ธ Contributors
โ Danila Rodichkin (@daniluk4000)
โ Anthony Fu (@antfu)
โ Julien Huang (@huang-julien)
โ Mustafa60x (@mustafa60x)
โ ะะปะตะบัะฐะฝะดั ะััะบะพะฝะพะฒ (@Holiden)
โ Flowern (@FlorianWerndl)
โ Daniel Roe (@danielroe)
v3.9.3
#nuxt
3.9.3 is a hotfix release to address a regression with CSS in development
โ Upgrading
As usual, our recommendation for upgrading is to run:
nuxi upgrade --force
This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the vue and unjs ecosystems.
๐ Changelog
compare changes
๐ฉน Fixes
โ nuxt: Render stylesheets in dev for non-islands (#25243)
โ nuxt: Don't set 2x
data-island-uid
for island children (#25245)โ nuxt: Don't share object between raw cookie and cookie ref (#25255)
๐ Documentation
โ Corrects variable name used in comment (#25238)
โ Deleted an extra character (#25248)
โ Remove space before colon (#25251)
โ Tests
โ Add separate suspense test suite (#22947)
โค๏ธ Contributors
โ Danila Rodichkin (@daniluk4000)
โ Anthony Fu (@antfu)
โ Julien Huang (@huang-julien)
โ Mustafa60x (@mustafa60x)
โ ะะปะตะบัะฐะฝะดั ะััะบะพะฝะพะฒ (@Holiden)
โ Flowern (@FlorianWerndl)
โ Daniel Roe (@danielroe)
๐1
Quasar
@quasar/app-vite-v1.7.3
#quasar
Changes
โ feat(app-vite): Compat with @vue/devtools v7 #16782
Donations
Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:
โ Becoming a sponsor on Github
โ One-off donation via PayPal
@quasar/app-vite-v1.7.3
#quasar
Changes
โ feat(app-vite): Compat with @vue/devtools v7 #16782
Donations
Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:
โ Becoming a sponsor on Github
โ One-off donation via PayPal
Quasar
@quasar/app-webpack-v3.12.3
#quasar
Changes
โ feat(app-webpack): Compat with @vue/devtools v7 #16782
Donations
Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:
โ Becoming a sponsor on Github
โ One-off donation via PayPal
@quasar/app-webpack-v3.12.3
#quasar
Changes
โ feat(app-webpack): Compat with @vue/devtools v7 #16782
Donations
Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:
โ Becoming a sponsor on Github
โ One-off donation via PayPal
Vue 3
v3.4.15
#vue #vue3
3.4.15 (2024-01-18)
Bug Fixes
โ compiler-sfc: fix type resolution for symlinked node_modules structure w/ pnpm (75e866b), closes #10121
โ correct url for production error reference links (c3087ff)
โ hydration: fix incorect mismatch warning for option with non-string value and inner text (d16a213)
โ reactivity: re-fix #10114 (#10123) (c2b274a)
โ runtime-core: should not warn out-of-render slot fn usage when mounting another app in setup (#10125) (6fa33e6), closes #10124
Performance Improvements
โ templateRef: avoid double render when using template ref on v-for (de4d2e2), closes #9908
โ v-model: optimize v-model multiple select w/ large lists (2ffb956), closes #10014
v3.4.15
#vue #vue3
3.4.15 (2024-01-18)
Bug Fixes
โ compiler-sfc: fix type resolution for symlinked node_modules structure w/ pnpm (75e866b), closes #10121
โ correct url for production error reference links (c3087ff)
โ hydration: fix incorect mismatch warning for option with non-string value and inner text (d16a213)
โ reactivity: re-fix #10114 (#10123) (c2b274a)
โ runtime-core: should not warn out-of-render slot fn usage when mounting another app in setup (#10125) (6fa33e6), closes #10124
Performance Improvements
โ templateRef: avoid double render when using template ref on v-for (de4d2e2), closes #9908
โ v-model: optimize v-model multiple select w/ large lists (2ffb956), closes #10014
Vuetify
v3.4.11
#vuetify
๐ง Bug Fixes
โ calendar: use toJsDate before calling getDay (d31a1a0)
โ date: return unmodified DateTimeFormat (#19017) (f2dd5c0), closes #19013
โ date: properly use date from toJsDate (3014429), closes #18707
โ locale: update Slovak locale (#19011) (584f8fd)
โ locale: memory leak with default rtl values #18965 (#18975) (5b07a9f)
โ locationStrategies: remove nested requestAnimationFrame (1ff7faa), closes #11098 #15352 #17126 #18033
โ paginate: emit current-items event on items change (a2f16f4)
โ utilities: remove !important from font-family utility class (492af10), closes #5640
โ VDataTableFooter: layout shift from element spacing (a5254a2)
โ VDatePicker: use startOfMonth date for text display (0a64f7f), closes #18794
โ VList: set explicit break-word css value (74be064), closes #18609
โ VPagination: Update ARIA keys for child VBtn attributes (#18886) (41a41fb), closes #18885
โ VSelectionControl: allow click events when readonly (55b62fd), closes #18024 #16812
v3.4.11
#vuetify
๐ง Bug Fixes
โ calendar: use toJsDate before calling getDay (d31a1a0)
โ date: return unmodified DateTimeFormat (#19017) (f2dd5c0), closes #19013
โ date: properly use date from toJsDate (3014429), closes #18707
โ locale: update Slovak locale (#19011) (584f8fd)
โ locale: memory leak with default rtl values #18965 (#18975) (5b07a9f)
โ locationStrategies: remove nested requestAnimationFrame (1ff7faa), closes #11098 #15352 #17126 #18033
โ paginate: emit current-items event on items change (a2f16f4)
โ utilities: remove !important from font-family utility class (492af10), closes #5640
โ VDataTableFooter: layout shift from element spacing (a5254a2)
โ VDatePicker: use startOfMonth date for text display (0a64f7f), closes #18794
โ VList: set explicit break-word css value (74be064), closes #18609
โ VPagination: Update ARIA keys for child VBtn attributes (#18886) (41a41fb), closes #18885
โ VSelectionControl: allow click events when readonly (55b62fd), closes #18024 #16812
Vue Updates
Vuetify v3.4.11 #vuetify ๐ง Bug Fixes โ calendar: use toJsDate before calling getDay (d31a1a0) โ date: return unmodified DateTimeFormat (#19017) (f2dd5c0), closes #19013 โ date: properly use date from toJsDate (3014429), closes #18707 โ locale: update Slovakโฆ
โ VSliderThumb: patch memory leak in
โ VTabs: set correct initial isSelected value (fa5cccb), closes #18284
โ web-types: remove newlines from types (31f7914)
Other Commmits
โ chore(release): publish v3.4.11 (22f1333)
โ docs(App): add router-view transition (60218ee)
โ docs(autocompletes): add tip about the search model (26c72b3), closes #18613
โ docs(VOtpInput): add v-model to divider example (#18991) (c62939a)
โ docs(VAlert): fix renamed property (#19039) (e839c25)
โ docs(Entry): remove inline ad toggle (22c486c)
โ docs(upgrade-guide): add information about custom-sort (2c76938), closes #16654
โ chore(helpers): remove unused functions (07445bd)
โ chore(VDataTableFooter): adjust element spacing (1a802cf)
โ chore(date): resolve linting issue (7e8dbcf)
โ docs(upgrade-guide): update menu section (520b765)
โ chore(dev): remove duplicate uphead (1866f97)
โ docs(team): fix linting issue (834c91d)
โ chore: remove deprecated tests (62bc868)
โ chore: remove deprecated files (ae920de)
โ chore(dev): add dayjs package (135a8c8)
โ docs(team): add legends (ae52427)
โ chore(package): update eslint packages to latest versions (f266e88)
VSliderThumb
(#19024) (64618ff), closes #19022โ VTabs: set correct initial isSelected value (fa5cccb), closes #18284
โ web-types: remove newlines from types (31f7914)
Other Commmits
โ chore(release): publish v3.4.11 (22f1333)
โ docs(App): add router-view transition (60218ee)
โ docs(autocompletes): add tip about the search model (26c72b3), closes #18613
โ docs(VOtpInput): add v-model to divider example (#18991) (c62939a)
โ docs(VAlert): fix renamed property (#19039) (e839c25)
โ docs(Entry): remove inline ad toggle (22c486c)
โ docs(upgrade-guide): add information about custom-sort (2c76938), closes #16654
โ chore(helpers): remove unused functions (07445bd)
โ chore(VDataTableFooter): adjust element spacing (1a802cf)
โ chore(date): resolve linting issue (7e8dbcf)
โ docs(upgrade-guide): update menu section (520b765)
โ chore(dev): remove duplicate uphead (1866f97)
โ docs(team): fix linting issue (834c91d)
โ chore: remove deprecated tests (62bc868)
โ chore: remove deprecated files (ae920de)
โ chore(dev): add dayjs package (135a8c8)
โ docs(team): add legends (ae52427)
โ chore(package): update eslint packages to latest versions (f266e88)
Vite
v5.1.0-beta.1
#vite
5.1.0-beta.1 (2024-01-18)
โ fix: handle namespace import and dynamic import interop consistently (#15619) (ec8b420), closes #15619
โ fix(css): track dependencies from addWatchFile for HMR (#15608) (dfcb83d), closes #15608
โ fix(deps): update all non-major dependencies (#15603) (109fb80), closes #15603
โ fix(hmr): normalize env files path (#15584) (d0f1d2e), closes #15584
โ fix(ssr): externalize network imports during
โ fix(types): mark hmr update internal types optional (#15606) (df8f5a5), closes #15606
โ perf: avoid parseRequest (#15617) (0cacfad), closes #15617
โ perf: avoid performance.now() call (#15634) (e43f7ee), closes #15634
โ perf: do not bind plugin hook context functions (#15610) (3b7e0c3), closes #15610
โ perf: don't recreate html hooks on each transform call (#15579) (bdb826c), closes #15579
โ perf: simplify isHtmlProxy regex (#15590) (644d120), closes #15590
v5.1.0-beta.1
#vite
5.1.0-beta.1 (2024-01-18)
โ fix: handle namespace import and dynamic import interop consistently (#15619) (ec8b420), closes #15619
โ fix(css): track dependencies from addWatchFile for HMR (#15608) (dfcb83d), closes #15608
โ fix(deps): update all non-major dependencies (#15603) (109fb80), closes #15603
โ fix(hmr): normalize env files path (#15584) (d0f1d2e), closes #15584
โ fix(ssr): externalize network imports during
ssrLoadModule
(#15599) (af2aa09), closes #15599โ fix(types): mark hmr update internal types optional (#15606) (df8f5a5), closes #15606
โ perf: avoid parseRequest (#15617) (0cacfad), closes #15617
โ perf: avoid performance.now() call (#15634) (e43f7ee), closes #15634
โ perf: do not bind plugin hook context functions (#15610) (3b7e0c3), closes #15610
โ perf: don't recreate html hooks on each transform call (#15579) (bdb826c), closes #15579
โ perf: simplify isHtmlProxy regex (#15590) (644d120), closes #15590
Vue Updates
Vite v5.1.0-beta.1 #vite 5.1.0-beta.1 (2024-01-18) โ fix: handle namespace import and dynamic import interop consistently (#15619) (ec8b420), closes #15619 โ fix(css): track dependencies from addWatchFile for HMR (#15608) (dfcb83d), closes #15608 โ fix(deps):โฆ
โ feat: preview server add close method (#15630) (947aa53), closes #15630
โ feat: support multiple HMR clients on the server (#15340) (bf1e9c2), closes #15340
โ feat(build): set
โ refactor: remove build time pre-bundling (#15184) (757844f), closes #15184
โ feat: support multiple HMR clients on the server (#15340) (bf1e9c2), closes #15340
โ feat(build): set
hoistTransitiveImports
to false in library builds (#15595) (e6ebc7b), closes #15595โ refactor: remove build time pre-bundling (#15184) (757844f), closes #15184
Vuetify
v3.5.0
#vuetify
v3.5.0 (Polaris)
Welcome to the v3.5.0 release of Vuetify!
----------------------
๐ช Support Vuetify Development
Vuetify is an open source MIT project that has been made possible due to the generous contributions by our sponsors and backers. If you are interested in supporting this project, please consider:
โ Requesting Enterprise Support
โ Sponsoring John on Github
โ Sponsoring Kael on Github
โ Supporting the team on Open Collective
โ Becoming a sponsor on Patreon
โ Becoming a subscriber on Tidelift
โ Making a one-time donation with Paypal
๐ Table of Contents
โ #Release Introduction
โ #Important Links
โ #Upgrade Guide
โ #Release Notes
โ๏ธ Important Links
โ ๐ Docs
โ ๐จ Issues
โ ๐ฌ Store
โ ๐ฎ Play
โ ๐ฌ Discord
โ ๐๏ธ Bins
๐ Upgrade guide
โ VCardItem append/prepend icon/avatar will now show independently and have reduced inline padding. This brings the component more in line with how VListItem works.
๐ฏ Release notes
๐ Features
v3.5.0
#vuetify
v3.5.0 (Polaris)
Welcome to the v3.5.0 release of Vuetify!
----------------------
๐ช Support Vuetify Development
Vuetify is an open source MIT project that has been made possible due to the generous contributions by our sponsors and backers. If you are interested in supporting this project, please consider:
โ Requesting Enterprise Support
โ Sponsoring John on Github
โ Sponsoring Kael on Github
โ Supporting the team on Open Collective
โ Becoming a sponsor on Patreon
โ Becoming a subscriber on Tidelift
โ Making a one-time donation with Paypal
๐ Table of Contents
โ #Release Introduction
โ #Important Links
โ #Upgrade Guide
โ #Release Notes
โ๏ธ Important Links
โ ๐ Docs
โ ๐จ Issues
โ ๐ฌ Store
โ ๐ฎ Play
โ ๐ฌ Discord
โ ๐๏ธ Bins
๐ Upgrade guide
โ VCardItem append/prepend icon/avatar will now show independently and have reduced inline padding. This brings the component more in line with how VListItem works.
๐ฏ Release notes
๐ Features
๐ฟ1
Vue Updates
Vuetify v3.5.0 #vuetify v3.5.0 (Polaris) Welcome to the v3.5.0 release of Vuetify! ---------------------- ๐ช Support Vuetify Development Vuetify is an open source MIT project that has been made possible due to the generous contributions by our sponsorsโฆ
โ goTo: port to v3 (#19046) (4eeae8c), closes #5732 #13538
โ locale: add khmer translations (#18695) (e1d0e03)
โ style: add cursor class utilities (#17033) (a25aac9)
โ theme: add surface-light color (#19047) (d20875a), closes #18091
โ VAutocomplete/VCombobox: add new clearOnSelect prop (657d929), closes #6842
โ VCardItem: bring in-line with VListItem functionality (356bfd1)
โ VDataTable/Virtual: add support for sorting raw objects (#19048) (0bba2f5), closes #11226
โ VDatePicker: add new multiple prop options (07781b3), closes #18701
โ VFileInput: add string support for showSize prop (706565f)
โ VImg: add rounded and color support (32ac0a1)
โ VList: add expand / collapse icon support (8414baf)
โ VSelects: add new listProps prop (1f7b403), closes #6458
โ VSwitch: add thumb, track-true, and track-false slots (#18092) (7031faa)
๐ง Bug Fixes
โ VChipGroup: use VSlideGroup as baseline component (#17911) (bcffca9), closes #17321
โ VDataTable: add new headerProps prop (#19025) (d121f54), closes #18993
โ VDataTableVirtual: add missing colgroup slot (#19052) (0dca210)
โ locale: add khmer translations (#18695) (e1d0e03)
โ style: add cursor class utilities (#17033) (a25aac9)
โ theme: add surface-light color (#19047) (d20875a), closes #18091
โ VAutocomplete/VCombobox: add new clearOnSelect prop (657d929), closes #6842
โ VCardItem: bring in-line with VListItem functionality (356bfd1)
โ VDataTable/Virtual: add support for sorting raw objects (#19048) (0bba2f5), closes #11226
โ VDatePicker: add new multiple prop options (07781b3), closes #18701
โ VFileInput: add string support for showSize prop (706565f)
โ VImg: add rounded and color support (32ac0a1)
โ VList: add expand / collapse icon support (8414baf)
โ VSelects: add new listProps prop (1f7b403), closes #6458
โ VSwitch: add thumb, track-true, and track-false slots (#18092) (7031faa)
๐ง Bug Fixes
โ VChipGroup: use VSlideGroup as baseline component (#17911) (bcffca9), closes #17321
โ VDataTable: add new headerProps prop (#19025) (d121f54), closes #18993
โ VDataTableVirtual: add missing colgroup slot (#19052) (0dca210)
Vue Updates
Vuetify v3.5.1 #vuetify ๐ง Bug Fixes โ VChipGroup: correctly filter props (54054d8) Other Commmits โ chore(release): publish v3.5.1 (7afd453)
Hope all vue & etc updates will be so productivity like this one ๐ช!
๐4