Jan Hug
Jan Hug
### Reproduction https://formkit.link/1b3a52f5120ad694913a1f2f20d42f97 ### Describe the bug Using `node.goTo()` to initially set the active step in a multi step form does not work reliably on component mount. In the linked...
### Environment ``` ------------------------------ - Operating System: Linux - Node Version: v20.14.0 - Nuxt Version: 3.12.2 - CLI Version: 3.12.0 - Nitro Version: 2.9.6 - Package Manager: [email protected] - Builder:...
Adds back the ability to set headers via `routeRules` for cached routes by preventing the `route-rules` event handler from running when serving cached routes.
Once the experimental [`asyncContext`](https://nuxt.com/docs/guide/going-further/experimental-features#asynccontext) feature from Nuxt/Nitro is available by default we can significantly improve DX by removing the need to pass the `H3Event` to all composables when they are...
As a follow-up to #25 that introduced client-side caching in useCachedAsyncData, explore options to also add client-side caching to useDataCache, possibly reusing/sharing code from useCachedAsyncData.
If a library name is defined, use it in the selection overlay title.
In some cases block components can't render anything (e.g. rendering a dynamic teaser list where the query yields 0 results). Currently, they have to conditionally _not render_ only when `isEditing`...
Would allow to implement simple checkboxes in blökkli, that are not stored as "options"/behaviours. - Requires a new adapter method to persist the updated value - Requires a new UI...
In some cases it's not possible to use drag and drop for blocks with nested blocks, such as carousels, sliders or other interactive components that don't always render all their...