Open
Conversation
d3c9b9f to
aeefa18
Compare
e138a80 to
93b1994
Compare
56e5660 to
526b98b
Compare
526b98b to
2734aba
Compare
10852c7 to
5b9c990
Compare
29eab12 to
b07aeee
Compare
a45af31 to
dfa282e
Compare
56e6132 to
ce8c5d2
Compare
334717f to
f6019dd
Compare
4b36521 to
88640bf
Compare
88640bf to
7c3af0b
Compare
b2e249c to
00f1d80
Compare
a9dbd8d to
86731b4
Compare
86731b4 to
2511a66
Compare
2e7a625 to
d03303e
Compare
d03303e to
4b22a59
Compare
1844ac1 to
c1e1285
Compare
eb7e17a to
7f87163
Compare
7f87163 to
6088ce8
Compare
9650c91 to
4ba87bb
Compare
4ba87bb to
4ccdf10
Compare
6a914a4 to
e092176
Compare
e092176 to
4599f23
Compare
4599f23 to
4af2755
Compare
62b2aaf to
12c1d2c
Compare
12c1d2c to
e888758
Compare
e888758 to
029dc3e
Compare
029dc3e to
f40eed5
Compare
f40eed5 to
3b757d4
Compare
b247bbf to
1beb7ad
Compare
1beb7ad to
3f2fa76
Compare
3f2fa76 to
0d7b928
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.12.1→^2.13.4^0.3.0→^0.14.0^2.14.2→^2.22.3Release Notes
nuxt/content (@nuxt/content)
v2.13.4Compare Source
compare changes
🏡 Chore
@nuxtjs/mdc(0c462d3f)❤️ Contributors
v2.13.3Compare Source
compare changes
🩹 Fixes
@nuxtjs/mdcutils via content module (#2775)charset=utf-8to headers of indexed mode (#2729)ssr: falsewith Content (#2776)defineNitroPluginfrom#imports(34f65172)draftkey as_draft(#2738)📖 Documentation
🏡 Chore
@nuxtjs/mdc(#2781)@nuxtjs/mdc(664ac088)❤️ Contributors
v2.13.2Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
close(ec7105ad)📖 Documentation
awaitfor searchContent docs (#2692)nuxt-og-imageand addpostinstallscript (#2705)🤖 CI
❤️ Contributors
v2.13.1Compare Source
compare changes
🔥 Performance
🩹 Fixes
📖 Documentation
🏡 Chore
@nuxt/uiresolution (29fd1489)❤️ Contributors
v2.13.0Compare Source
compare changes
🚀 Enhancements
content/directory in Nuxt 4 compatibility version (#2649)🩹 Fixes
import.meta.*properties (#2597)content-slottoMDCSlot(#2632)devDependencies(062fb97f)/exists inside prerender rotues (#2673)📖 Documentation
nuxi module addcommand in installation (#2603)🏡 Chore
❤️ Contributors
nuxt/fonts (@nuxt/fonts)
v0.14.0Compare Source
🚨 Breaking changes
Default font format is now
woff2onlyFont providers previously returned multiple formats (
woff2,woff,truetype, etc.). The default behavior now only resolveswoff2fonts, which is supported by all modern browsers.Your
@font-facedeclarations will typically have fewersrcentries, reducing CSS size. In most cases this is a transparent improvement.To restore the previous behavior or add additional formats:
Available values:
'woff2','woff','ttf','otf','eot'.Cache invalidation
Font metadata caches are now isolated per provider and per provider options. After upgrading, your font metadata cache (
node_modules/.cache/nuxt/fonts/) will be invalidated and fonts will be re-fetched on the next build. This is a one-time occurrence.✨ Features
Resolve fonts from
node_modulesA new built-in
npmprovider can resolve fonts installed as npm packages. If no other provider matches a font family,@nuxt/fontswill now attempt to find it in yournode_modulesvia CDN metadata.Font format resolution
You can control which font formats are resolved via the new
defaults.formatsoption:Provider-specific font family options
You can now pass provider-specific options when configuring individual font families:
throwOnErroroptionConfigure whether font resolution errors should throw or warn:
lightningcss support
If your Nuxt project uses Vite's lightningcss mode for CSS processing (for example, if you're using rolldown-vite!), injected
@font-facedeclarations are now minified with lightningcss instead of esbuild.🩹 Fixes
Cache-Control: public, max-age=31536000, immutableheaders, preventing font flashes during HMR on SSR frameworks.&lang.cssquery strings and inline style IDs), aligning with fontless behavior.👉 Changelog
compare changes
🚀 Enhancements
node_modules(#781)🩹 Fixes
📖 Documentation
🏡 Chore
✅ Tests
🤖 CI
❤️ Contributors
v0.13.0Compare Source
v0.12.1Compare Source
This is a rerelease of 0.12.0, which encountered an issue in the publishing process. See release notes for v0.12.0.
👉 Changelog
compare changes
🏡 Chore
❤️ Contributors
v0.11.4Compare Source
👉 Changelog
compare changes
🩹 Fixes
unifontupgrade (76a8f0d)❤️ Contributors
v0.11.3Compare Source
👉 Changelog
compare changes
🩹 Fixes
baseURLin devtools (29cdb31)storybookmodule (db5fbf1)🏡 Chore
❤️ Contributors
v0.11.2Compare Source
👉 Changelog
compare changes
🩹 Fixes
📖 Documentation
🏡 Chore
latestspecifier for nuxt/fonts within repo (e6d716d)✅ Tests
🤖 CI
❤️ Contributors
v0.11.1Compare Source
👉 Changelog
compare changes
🩹 Fixes
📖 Documentation
processCSSVariables(#563)🏡 Chore
@nuxtjs/tailwindcss(30d4514)❤️ Contributors
v0.11.0Compare Source
compare changes
🚀 Enhancements
--fontby default (#515)🔥 Performance
chalkdependency (7350140)🩹 Fixes
consolato dependencies (afb3807)📖 Documentation
📦 Build
@nuxt/module-builderalpha (#428)🏡 Chore
useFlatConfigout ofexperimental(775a2f0)useFlatConfigout ofexperimental(27b011a)shikias devDependency (#519)✅ Tests
🤖 CI
@nuxt/module-builderalpha (#428)❤️ Contributors
v0.10.3Compare Source
compare changes
🩹 Fixes
📖 Documentation
🏡 Chore
bumpTypeto patch in changelog script (#402)❤️ Contributors
v0.10.2Compare Source
compare changes
🩹 Fixes
✅ Tests
coverage.includepath (36e5e08)❤️ Contributors
v0.10.1Compare Source
compare changes
🩹 Fixes
module.d.mtsas type entrypoint (be6fafc)🏡 Chore
✅ Tests
🤖 CI
❤️ Contributors
v0.10.0Compare Source
compare changes
🩹 Fixes
font:(#299)💅 Refactors
jiti.importto resolve custom providers (#308)unifontto handle providers (#315)📖 Documentation
🏡 Chore
pnpmto run release (dbbf438)✅ Tests
unifontto handle providers (#315)❤️ Contributors
v0.9.2Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v0.9.1Compare Source
compare changes
🩹 Fixes
baseURLin dev mode (1fae926)❤️ Contributors
v0.9.0Compare Source
compare changes
🚀 Enhancements
spamode (95e4f44)🩹 Fixes
extnamefor extension priority test (b087d47).cjsversion of@nuxt/fonts/utils(10ca0c8)cacheDirafter a fresh build (#273)preloadlinks to entry chunk (#274)📖 Documentation
srcexamples (ca44e0d)font-familydeclarations are handled (df2685d)🏡 Chore
execa(86ba934)❤️ Contributors
v0.8.0Compare Source
compare changes
🚀 Enhancements
googleiconsprovider (#133)🩹 Fixes
💅 Refactors
📖 Documentation
🏡 Chore
compatibilityDatefield (bd6a7da)✅ Tests
❤️ Contributors
v0.7.2Compare Source
compare changes
🔥 Performance
tinyglobbyto scan font files (#205)🩹 Fixes
-replacement to filename (d83aa0d)css_namesfrom API (#192)/variableendpoint for retrieving variable axes (#196)📖 Documentation
🏡 Chore
✅ Tests
❤️ Contributors
v0.7.1Compare Source
compare changes
🩹 Fixes
-(dfa252a)📖 Documentation
🏡 Chore
❤️ Contributors
v0.7.0Compare Source
compare changes
🚀 Enhancements
font-stretchproperty in override (d7ff458)preloadoverride + preload non subsetted fonts (#136)🩹 Fixes
_fontspublic dir (4952673)📖 Documentation
addPreloadLinksonly affects production (d3cbcdb)🏡 Chore
@nuxt/module-builder(#139)🤖 CI
❤️ Contributors
v0.6.1Compare Source
compare changes
🩹 Fixes
📖 Documentation
🏡 Chore
❤️ Contributors
v0.6.0Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
@font-faceorder when rendering (836a605)builder:watch(#101)app.baseURLin development (d9f4fae)📖 Documentation
🏡 Chore
✅ Tests
❤️ Contributors
v0.5.1Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v0.5.0Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
getFontDetails(#88)💅 Refactors
🏡 Chore
✅ Tests
❤️ Contributors
v0.4.0Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
📖 Documentation
🏡 Chore
❤️ Contributors
nuxt/ui (@nuxt/ui)
v2.22.3Compare Source
v2.22.2Compare Source
🐛 Bug Fixes
byprop (#4791) (44382cd)New Contributors
Full Changelog: nuxt/ui@v2.22.1...v2.22.2
v2.22.1Compare Source
🐛 Bug Fixes
Full Changelog: nuxt/ui@v2.22.0...v2.22.1
v2.22.0Compare Source
✨ Highlights
@nuxt/module-builderto v1 (#3801)The module has been updated to use nuxt/module-builder@1.0.0!
🚨 Breaking Changes
zodandvalibot(#3618)We now rely on standard-schema for Form validation with
valibotandzod. Make sure to upgrade tovalibot@1.0.0/zod@3.24.0if you use them in your app.🐛 Bug Fixes
aria-*&data-*attrs (2bef1e2), closes #3007@selectevent (#3269) (c0e14d0)Full Changelog: nuxt/ui@v2.21.1...v2.22.0
v2.21.1Compare Source
🚀 Features
colorModeoption (d2ceead), closes #3143🐛 Bug Fixes
👋 New Contributors
Full Changelog: nuxt/ui@v2.21.0...v2.21.1
v2.21.0Compare Source
🚀 Features
tailwindMergeconfig fromapp.config(#2902) (ea15e21)🐛 Bug Fixes
v-modelcausing first column missing (#2890) (d573fb6)@selectevent on checkbox (#3042) (d9d4f19)New Contributors
Full Changelog: nuxt/ui@v2.20.0...v2.21.0
v2.20.0Compare Source
🚨 Breaking Changes
🚀 Features
closeevent (#2750) (419a24f)iconprop (#2594) (0d1a76e)dot notationinbyprop (#2607) (53df9d9)activeClass(#2663) (03e24f4)pauseTimeoutOnHoverprop (#2661) (11b8c3d)@select:allevent (#2581) (ac323c4)checkbox(#2549) (d6daf46)🐛 Bug Fixes
uiconfig (#2542) (bf58086)uitype withstrategy(07ef771)as constwith correct type in config (#2652) (51c8b8e)dayIndex(#2545) (ce955d2)joiinstead of original state (#2587) (acecff4)byprop to compare objects & support dot notation invalue-attribute(#2566) (7154254)exactQueryprop type (#2781) (4cde571)notificationis present (#2561) (d4e408c)loadingState(#2551) (6e66990)onClickwhile blocking element (#2592) (9703786)DeepPartialtype for App Config (#2621) (976b03f)👋 New Contributors
Full Changelog: nuxt/ui@v2.19.2...v2.20.0
v2.19.2Compare Source
v2.19.1Compare Source
🐛 Bug Fixes
Full Changelog: nuxt/ui@v2.19.0...v2.19.1
[
v2.19.0](hConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.