🐞 Bug Fixes
- Unocss config, close #937 - by @antfu in https://github.com/nuxt/devtools/issues/937 (0edaf)
- devtools: Add zeditor option for Zed on Arch Linux - by @oritwoen in https://github.com/nuxt/devtools/issues/932 (4d481)
View changes on GitHub
🐞 Bug Fixes
- plausible: Support bundling with scriptId - by @harlan-zw (9dcf6)
- posthog: Ensure api host is runtime properly - by @harlan-zw (f0472)
View changes on GitHub
🚀 Features
- Auto-populate runtimeConfig for .env registry script overrides - by @harlan-zw in https://github.com/nuxt/scripts/issues/634 (1db6f)
🐞 Bug Fixes
- Allow custom script keys in ScriptRegistry type - by @harlan-zw in https://github.com/nuxt/scripts/issues/632 (00fba)
- plausible: Broken firstParty mode - by @harlan-zw (3b936)
View changes on GitHub
No significant changes
View changes on GitHub
🚀 Features
/types-sourcesubpath export for doc gen - by @harlan-zw (e415b)- ScriptVimeoPlayer: Add
ratioprop - by @AndColla in https://github.com/nuxt/scripts/issues/624 (88ab1)
🐞 Bug Fixes
- Vimeo:
placeholderObjectFit- by @harlan-zw (61b1c) - YouTube: Fetch placeholder with high priority if above the folder - by @harlan-zw (420fe)
- posthog: Unwrap array registry entry before injecting firstParty apiHost - by @zizzfizzix in https://github.com/nuxt/scripts/issues/625 (86945)
View changes on GitHub
No significant changes
View changes on GitHub
No significant changes
View changes on GitHub
No significant changes
View changes on GitHub
No significant changes
View changes on GitHub
No significant changes
View changes on GitHub
🚀 Features
@nuxt/scripts/statssubpath export - by @harlan-zw (202a8)
🐞 Bug Fixes
- Npm-mode registry scripts stored at $$scripts instead of $scripts - by @zizzfizzix in https://github.com/nuxt/scripts/issues/623 (3163b)
View changes on GitHub
🐞 Bug Fixes
- Preserve compressed/binary request bodies in proxy handler - by @harlan-zw in https://github.com/nuxt/scripts/issues/619 (c3a60)
- posthog: 'history_change' as a capture_pageview option - by @zizzfizzix in https://github.com/nuxt/scripts/issues/620 (f0e11)
View changes on GitHub
🐛 Bug Fixes
- components: improve arrow styling with
stroke-defaultandfill-bg(#6095) (0e9198e) - components: improve slots return types and tests (#6109) (7d1e863)
- components: prevent
transformUIfrom mutating cacheduseComponentUIvalue (286738a), closes #6104 #4387 - ContentToc: add relative positioning to content slot (fcdb231), closes #6117
- ContentToc: use rem units for indicator size calculation (d631853)
- NavigationMenu: prevent navigation when clicking trailing area in horizontal orientation (8f84c90), closes #6083
- Page: make slot presence reactive for variant computation (082ea41)
- types: resolve
isArrayOfArraytype return (#6097) (04292d9) - useResizable: use function declaration to prevent false auto-import (c22ecf4)
👋 New Contributors
- @canstand made their first contribution in https://github.com/nuxt/ui/pull/6095
Full Changelog: https://github.com/nuxt/ui/compare/v4.5.0...v4.5.1
No significant changes
View changes on GitHub
🚀 Enhancements
- Make features configurable (#246)
🩹 Fixes
- Revert unocss config (#250)
🏡 Chore
- Use npmx.dev links (#249)
✅ Tests
- Patch test-utils and force dev mode (#248)
❤️ Contributors
- Julien Huang (@huang-julien)
🚀 Features
- github: add instanceUrl support for GitHub Enterprise Server (#351) (6420601)
- media: external storage support (#315) (7c4caa6)
🐛 Bug Fixes
- collection: Fix null value casting and remove date formatting (b8ada85)
- editor: code block indentation (514c3cc)
- editor: inline code attributes (#353) (60aae5a)
- editor: input datetime format (#349) (4b24607)
💚 New collaborators
- @endquote made their first contribution in https://github.com/nuxt-content/nuxt-studio/pull/351
- @MrSociety404 made their first contribution in https://github.com/nuxt-content/nuxt-studio/pull/315
Full Changelog: https://github.com/nuxt-content/nuxt-studio/compare/v1.3.3...v1.4.0
🚀 Features
- llms: Add related links to raw markdown endpoint - by @HugoRCD in https://github.com/nuxt/content/issues/3724 (fadaf)
🐞 Bug Fixes
syntax errorwith datetime fields and standardize date/datetime formats - by @maximepvrt in https://github.com/nuxt/content/issues/3698 (eb9f8)- Disable title extraction when
contentHeading === false- by @farnabaz in https://github.com/nuxt/content/issues/3725 (f5a46) - api: Do not forward accept encoding header - by @dargmuesli in https://github.com/nuxt/content/issues/3701 (1d92b)
- collection: Use UTF-8 byte length for SQL query size check - by @yodakaEngineer in https://github.com/nuxt/content/issues/3717 (9f840)
- llms: Avoid
import(variableName)pattern - by @larbish in https://github.com/nuxt/content/issues/3733 (89c0b) - queryCollectionSearchSections: Fix options types - by @hendrikheil in https://github.com/nuxt/content/issues/3705 (b3fa0)
- ssr: Local content components on Cloudflare Workers - by @onmax in https://github.com/nuxt/content/issues/3704 (7cff2)
View changes on GitHub
🩹 Fixes
- lazy-load: Fix potential TMZ violation (#243)
💅 Refactors
- Move from NuxtApp augment to NuxtPayload (#240)
❤️ Contributors
- Julien Huang (@huang-julien)