#admin
Before we begin, it is important to explain what this channel is and its purpose.
What is this channel?
This channel will automatically (I love everything automated) post updates related to Vue.js ecosystem. All information is sourced from GitHub.
If there is anything interesting, I will try to share it as well.
Why is this needed?
If you want to stay informed about events (updates to Vue.js, Nuxt, Vuetify, etc.), this channel can be useful.
Why are there no updates for [name]?
Write to me and I will try to fulfill your request.
Have an idea for improvement?
Write to me, I will gladly listen to you.
How often are updates posted?
The frequency of updates depends on the developers. The more often they release updates, the more frequently they will appear here. The delay between the GitHub release and publication in this channel is, at best, less than 5-10 minutes.
Which resources are being monitored?
As of 16.11.2023 there are a total of 7 resources: Vue, Pinia, Vue Router, Nuxt, Vuetify, Vue i18n, and Vite.
Contacts: @Black_Yuzia
Before we begin, it is important to explain what this channel is and its purpose.
What is this channel?
This channel will automatically (I love everything automated) post updates related to Vue.js ecosystem. All information is sourced from GitHub.
If there is anything interesting, I will try to share it as well.
Why is this needed?
If you want to stay informed about events (updates to Vue.js, Nuxt, Vuetify, etc.), this channel can be useful.
Why are there no updates for [name]?
Write to me and I will try to fulfill your request.
Have an idea for improvement?
Write to me, I will gladly listen to you.
How often are updates posted?
The frequency of updates depends on the developers. The more often they release updates, the more frequently they will appear here. The delay between the GitHub release and publication in this channel is, at best, less than 5-10 minutes.
Which resources are being monitored?
As of 16.11.2023 there are a total of 7 resources: Vue, Pinia, Vue Router, Nuxt, Vuetify, Vue i18n, and Vite.
Contacts: @Black_Yuzia
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.iss.oneta
(#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.json
s (#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 description (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 description (b87b28f)