Patryk Tomczyk
Patryk Tomczyk
Hey! We have a CLI process, which uses `create-nuxt-app` in non-interactive mode to prepare a new empty project. Unfortunately, providing `--answers` causes that all default values from prompts are omitted,...
### Description When the user is redirected to `/login` page, it should be a `redirect` param in URL, in which they are redirected after a successful login attempt. ### Acceptance...
### Description We should provide helpers and composables for CMS components, which would make their development easier and faster. things like ``` content.data.product getSlots() { return this.content.slots || [] },...
### Description Healthcheck method for instance in nuxt-module as a middleware. Related to: #472 ### Acceptance criteria - [ ] Add middleware in nuxt-module using [addServerMiddleware](https://nuxtjs.org/api/internals-module-container#addservermiddleware-middleware-) - [ ] add...
### Description Draft of incoming generator changes. More detailed description will show up here soon. ### Type of change For canary - breaking but simplifying, migration path will be provided....
### Description `useListing` composable is complicated and introduces errors for different useCases. We should split it from search listing context and provide separate solutions. ### Use Case For the context...
### Description Related: #309 ### Use Case Documentation and links to explain how to configure edge caching, what are the tradeoffs and why we shouldn't render client session data on...
### 🔗 Linked issue - no related issue ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug...
### Environment Nuxt 3.12.x ### Reproduction https://stackblitz.com/edit/github-1zinkb?file=pages%2Findex.vue ### Describe the bug The last update is causing breaking change when someone is using `script` alongside `script setup` to name components for...
### Description Upgrade to openapi-typescript 7.x. Requires still updates or fixes on lib part. Leaving as a draft for now