Vue Updates
#admin #changelog - Update Nuxt logo. - Update Vuetify logo. - Reduced external illumination. - Change font.
#admin #changelog
- Set bigger size for logos.
- Reduce external illumination (glow) of text to zero.
for better reading text
- Set bigger size for logos.
- Reduce external illumination (glow) of text to zero.
NuxtJS
v3.8.2
#nuxt3.8.2 is a patch release focusing on bug fixes
👉 Changelog
compare changes
🩹 Fixes
● vite: Skip warming up node builtins (#24162)
● vite: Provide default values for
● nuxt: Wrap caught asyncData error in
● nuxt: Include plugin templates in
● nuxt: Handle multi-line slots in islands (#24212)
● nuxt: Fix replace regex used for slots in islands SSR (#24255)
● vite: Use rollup replace plugin for
● nuxt: Provide route component names to
● schema: Use scule types for
● nuxt: Deeply unwrap headers/query for
● nuxt: Split component name case in each segment (#24318)
● nuxt: Do not compute
● nuxt: Set framework info for nitro (#24340)
● schema: Add type for
● nuxt: Log errors rendering islands (#24356)
v3.8.2
#nuxt3.8.2 is a patch release focusing on bug fixes
👉 Changelog
compare changes
🩹 Fixes
● vite: Skip warming up node builtins (#24162)
● vite: Provide default values for
transformAssetUrls (#24173)● nuxt: Wrap caught asyncData error in
createError (#24093)● nuxt: Include plugin templates in
plugins.d.ts if they will be written (#23943)● nuxt: Handle multi-line slots in islands (#24212)
● nuxt: Fix replace regex used for slots in islands SSR (#24255)
● vite: Use rollup replace plugin for
typeof optimisations (#23903)● nuxt: Provide route component names to
KeepAlive cache (#24024)● schema: Use scule types for
runtimeConfig type hints (#23696)● nuxt: Deeply unwrap headers/query for
useFetch key (#24307)● nuxt: Split component name case in each segment (#24318)
● nuxt: Do not compute
useFetch key from headers (#23462, #24333)● nuxt: Set framework info for nitro (#24340)
● schema: Add type for
ignoreOptions (#24337)● nuxt: Log errors rendering islands (#24356)
Vue Updates
NuxtJS v3.8.2 #nuxt3.8.2 is a patch release focusing on bug fixes 👉 Changelog compare changes 🩹 Fixes ● vite: Skip warming up node builtins (#24162) ● vite: Provide default values for transformAssetUrls (#24173) ● nuxt: Wrap caught asyncData error in…
● nuxt: Respect custom timeout in
● nuxt: Use max length + iterations for
● nuxt: Handle errors when booting app with
📖 Documentation
● Remove unused import from example (#24168)
● Create a page explaining
● Remove link to
● Correct spelling from "opiniated" to "opinionated" (#24248)
● Mention new
● Mention
● Fix links to other auto-imports pages (#24269)
● Remove only (#24295)
● Update link to deno deploy provider docs (88ee7b7ea)
● Typos and wording tweaks for getting started section (#24319)
● Update
● Add hint about
● Typos and wording tweaks for guide section (#24323)
● Remove path for in example (#24244)
● Mention changing directory in installation guide (#23680)
● Use
● Update
● Minor wording & formatting tweaks (#24349)
● Add AWS Amplify Hosting to hosting providers (#24371)
● Fix typo (#24375)
● Simplify to deployments page (13b93237e)
● Update to /deploy url (751dad7d7)
● Improve readme (07ab072bc)
🏡 Chore
● Extract
● Remove stray router.options file (7fbcaf290)
● Fix
● Add homepage and repo directory to
● Update to use
● Revert coverage provider version (b90b631df)
✅ Tests
● Add route-provider e2e test (#24195)
● nuxt: Add additional unit tests for composables (#24289)
❤️ Contributors
useFetch (#24364)● nuxt: Use max length + iterations for
useCookie timeout (#24253)● nuxt: Handle errors when booting app with
app:error (#24376)📖 Documentation
● Remove unused import from example (#24168)
● Create a page explaining
import.meta (#24186)● Remove link to
.nuxtrc in nuxt/starter (56147b4a8)● Correct spelling from "opiniated" to "opinionated" (#24248)
● Mention new
defineNuxtPlugin syntax in bridge migration (#23036)● Mention
nuxt3-vuex-module in migration guide (#24260)● Fix links to other auto-imports pages (#24269)
● Remove only (#24295)
● Update link to deno deploy provider docs (88ee7b7ea)
● Typos and wording tweaks for getting started section (#24319)
● Update
.gitignore in directory structure (#24338)● Add hint about
app.config placement with custom srcDir (#24252)● Typos and wording tweaks for guide section (#24323)
● Remove path for in example (#24244)
● Mention changing directory in installation guide (#23680)
● Use
@nuxt/kit-nightly in example (bdedc3207)● Update
nuxi-edge to nuxi-nightly (#24347)● Minor wording & formatting tweaks (#24349)
● Add AWS Amplify Hosting to hosting providers (#24371)
● Fix typo (#24375)
● Simplify to deployments page (13b93237e)
● Update to /deploy url (751dad7d7)
● Improve readme (07ab072bc)
🏡 Chore
● Extract
@nuxt/test-utils to separate repo (#24146)● Remove stray router.options file (7fbcaf290)
● Fix
repository fields in package.json (54529c17d)● Add homepage and repo directory to
package.jsons (#24189)● Update to use
@nuxt/eslint-config (#24209)● Revert coverage provider version (b90b631df)
✅ Tests
● Add route-provider e2e test (#24195)
● nuxt: Add additional unit tests for composables (#24289)
❤️ Contributors
Vuetify
v3.4.3
#vuetify
🔧 Bug Fixes
● date: use provided locale (fe38cb2), closes #18685
● locale: dataFooter.itemsPerPageText typo in fr locale (#18594) (e66f65e)
● router: match query with exact prop (870b091), closes #18724
● VCarousel: add missing control item class and styling (f5292a3)
● VDataTable: pass minWidth to headers (2f8a4b4), closes #18727
● VDataTable: add missing footer divider and update padding (48c6573)
● VDataTable: remove custom pagination for v-pagination component (d84591e), closes #16447
● VDatePicker: always emit month when clicking prev or next (9269530)
● VDatePickerMonth: apply month/year updates when displayValue changes (6901d24)
● VDatePickerMonth: use min / allowed-dates in displayDate calculation (05db921)
● VDatePickerMonth: convert min/max to date for isAfter function (2faefa8)
● VOtpInput: disable input when prop.disabled is true (#18697) (9d3eb14), closes #18690
● VPagination: properly check if totalVisible prop has a value (a822307)
v3.4.3
#vuetify
🔧 Bug Fixes
● date: use provided locale (fe38cb2), closes #18685
● locale: dataFooter.itemsPerPageText typo in fr locale (#18594) (e66f65e)
● router: match query with exact prop (870b091), closes #18724
● VCarousel: add missing control item class and styling (f5292a3)
● VDataTable: pass minWidth to headers (2f8a4b4), closes #18727
● VDataTable: add missing footer divider and update padding (48c6573)
● VDataTable: remove custom pagination for v-pagination component (d84591e), closes #16447
● VDatePicker: always emit month when clicking prev or next (9269530)
● VDatePickerMonth: apply month/year updates when displayValue changes (6901d24)
● VDatePickerMonth: use min / allowed-dates in displayDate calculation (05db921)
● VDatePickerMonth: convert min/max to date for isAfter function (2faefa8)
● VOtpInput: disable input when prop.disabled is true (#18697) (9d3eb14), closes #18690
● VPagination: properly check if totalVisible prop has a value (a822307)
Vue Updates
Vuetify v3.4.3 #vuetify 🔧 Bug Fixes ● date: use provided locale (fe38cb2), closes #18685 ● locale: dataFooter.itemsPerPageText typo in fr locale (#18594) (e66f65e) ● router: match query with exact prop (870b091), closes #18724 ● VCarousel: add missing control…
● VPagination: hide visible items if value is <= 0 (3a52406)
● VPagination: set circle border radius when using rounded prop (5b0055b)
● VSelect: add option role to VListItem elements (#18629) (82e596e), closes #17767 #16881
● VSelectionControlGroup: default readonly value (#18513) (7e3f892), closes #18424
● VSlideGroup: disable prev/next button clicks (e522e3f), closes #18706
● VTab: pass through VBtn slots (aeaa776)
● VTable: font-color, size, and icon size (ecbf74e)
Other Commmits
● chore(release): publish v3.4.3 (93c7f12)
● docs(HomeFooter): change MIT license link to repository LICENSE.md (a0e7e53)
● docs(Entry): add enable / disable ad button and functionality (4f7a1ae)
● docs(nav): update resources nav structure (3c703e3)
● docs(AppBanner): add end margin to action button (8da21bf)
● chore(dev): update import ordering (b872fe5)
● docs(UserProfile): code / style clean-up (1098de8)
● docs(Toc): add promotion (ceec343)
● chore(framework): update date imports (53158f5)
● docs(chips): update color and size examples (2495273)
● docs(date-pickers): update color example denoscription (b87b28f)
● VPagination: set circle border radius when using rounded prop (5b0055b)
● VSelect: add option role to VListItem elements (#18629) (82e596e), closes #17767 #16881
● VSelectionControlGroup: default readonly value (#18513) (7e3f892), closes #18424
● VSlideGroup: disable prev/next button clicks (e522e3f), closes #18706
● VTab: pass through VBtn slots (aeaa776)
● VTable: font-color, size, and icon size (ecbf74e)
Other Commmits
● chore(release): publish v3.4.3 (93c7f12)
● docs(HomeFooter): change MIT license link to repository LICENSE.md (a0e7e53)
● docs(Entry): add enable / disable ad button and functionality (4f7a1ae)
● docs(nav): update resources nav structure (3c703e3)
● docs(AppBanner): add end margin to action button (8da21bf)
● chore(dev): update import ordering (b872fe5)
● docs(UserProfile): code / style clean-up (1098de8)
● docs(Toc): add promotion (ceec343)
● chore(framework): update date imports (53158f5)
● docs(chips): update color and size examples (2495273)
● docs(date-pickers): update color example denoscription (b87b28f)
vue-i18n-next
v9.7.1
#vue_i18n #i18n #vue_i18n_next
What's Changed
⚡ Improvement Features
● fix: tweak
Full Changelog: v9.7.0...v9.7.1
v9.7.1
#vue_i18n #i18n #vue_i18n_next
What's Changed
⚡ Improvement Features
● fix: tweak
@intlify/core conditional exports by @kazupon in #1639Full Changelog: v9.7.0...v9.7.1