- Handle file creation extensions (b06bff8)
- Custom project starters (05abdbe)
- Auto add default layout when creating layouts dir (cf156f2)
- Error.vue creation command (701518e)
- Project creation command (8ad697f)
- Rename vueBaseFile to vueBase (19bbc65)
- docs: Project creation section. (b41509a)
- User template branch (83f5878)
- release: V 0.2.10 (4b16aa4)
- Update dependencies (66560ec)
- Refactor implementation (26c0769)
- release: V 0.2.11 (965407d)
- Adham Farrag adham.farrag@hotmail.com
- Adham Farrag adham.farrag@hotmail.com
- Integrations view & Modules APIs (9df493f)
- Integrations view & Modules APIs (924c3f4)
- Nuxi Module command (a5a166b)
- Nuxi Module command <!--- ☝️ PR title should follow conventional commits (https://conventionalcommits.org) (1d217cd)
- Nuxi Module command (f2fe32d)
- Monorepo configuration (fe26eb2)
- Monorepo configuration (d714af4)
- Dependencies security issues (d11f362)
- Adham Farrag adham.farrag@hotmail.com
- docs: Fix changelog template (3ea388c)
- Adham Farrag adham.farrag@hotmail.com
- Pinia setup template (3447255)
- Pinia default template (48169fe)
- Adham Farrag @adhamfarrag
- DefaultPackageManager bun option (59456cd)
- Changelog (08dc8fe)
- Adham Farrag @adhamfarrag
🩹 Fixes
- defaultPackageManager Bun option.
- Vue Files Intellisense for NuxtLink and Static/Public directories.
- .nuxtrc Intellisense and syntax highlighting
- .nuxtignore Intellisense and syntax highlighting
- Controllers to enable/disable Snippets.
- Nitro Snippets.
- File creation commands and context menu items for Nitro.
- Bun Support.
- Pug Support.
- Nuxi CLI Integration.
- Nuxi Module Command.
- Refactoring context menu items naming.
- Hiding Commands when Nuxtr isn’t activated.
- Extension activation time reduction.
- IntelliSense and Auto Completion.
- Snippets Configuration.
- Nitro Snippets.
- Adham Farrag @adhamfarrag
- Pooya Parsa @pi0
🩹 Fixes
- Removing Plugins watcher.
📦 New
serverDiv
support.$development
support for Nuxt Devtools toggling.nuxtr.vueFiles.script.defaultLanguage
setting.
✨ Improvements
- Basic Vue files template snippets.
- Monorepo support for actions/scripts.
- Highlighting outdated dependencies in the sidebar.
- Terminal icon/names.
- Performance improvements.
🩹 Fixes
- Menu items for Vue page/layout templates creation not showing on Windows.
- Integration views not detecting installed integrations.
✨ Improvements
- New Nuxt modules.
- Performance improvements.
✨ Improvements
- Activation time reduction.
- Nuxt Devtools detection.
🩹 Fixes
- VSCode Activation errors when no Nuxt project is opened.
- Devtools detection errors.
- Codelens making
nuxt.config.ts
scroll when typing. - Dependencies update errors when using pnpm.
💚 Thanks
📦 New
- All Nuxt API (Components/Composables/Utils) snippets.
- Snippets section in Project View.
- Introducing File Templates for pages/layout:
- File Templates section in Project View.
nuxtr.vueFiles.pages.defaultTemplate
setting.nuxtr.vueFiles.layouts.defaultTemplate
setting..page-template
and.layout-template
extensions for ile templates.
- Actions to add (Modules/Plugins/ and Layers) in
nuxt.config.ts
. - Auto adding plugins to
nuxt.config.ts
upon creating them. - Layers detection and auto adding to
extends
field insidenuxt.config.ts
. - Linters Configuration (ESLint/Stylelint).
srcDir
and Monorepo Support.nuxtr.monorepoMode.DiretoryName
setting.
- Output channel.
- New filter for Ingration view (modules/layers/all).
- Outdated NPM dependencies update statusBar Icon.
✨ Improvements
- Dynamic Store naming.
- Nested API/Composables creation support.
- Project View Sidebar UI.
- Running Nuxtr on VSCode startup finishing.
- Handling deprected configuration for Devtools.
- Dependencies section UI in Project View.
🩹 Fixes
- vueFiles Templates:
lang=ts
in script tag. - Including
nuxtr.vueFiles.firstTag
setting inpackage.json
.
💚 Contributions
📦 New
- Supporting Vuetify among the CSS frameworks.
✨ Improvements
- Commands prefixing.
- Information/Error messages & context menus.
- Handling no lockfiles or default package manager.
- Devtools installation for Linux/Windows.
- vueFiles templates.
🩹 Fixes
- Sidebar not working on Windows.
🩹 Fixes
- Activity Bar icon not showing on Linux.
- Windows performance issues.
📦 New
- Install and Configure most CSS frameworks with few steps.
- TailwindCSS.
- UnoCSS.
- WindiCSS.
- Introducing
nuxtr.vueFiles.style.alwaysScoped
setting. - Introducing
nuxtr.defaultPackageManager
setting. - Create project directories Settings.
✨ Improvements
- Files creation is not relying on Nuxi CLI.
- Dependencies card in the sidebar.
- Grouping extension settings.
🩹 Fixes
- Devtools installation error on Windows & Linux.
- Activity Bar icon not showing on Linux.
📖 Documentation:
- Update README.md.
✨ Improvements
- Extension performance.
- 📖 DOCS: Update README.md.
📦 New
- Create project directories.
- Create files.
- Open Nuxt.js Docs.
- Installing dependencies.
- Run scripts from the VSCode command palette or sidebar.
- Toggle Devtools from your status bar.
- Install, remove and update project dependencies.
- Search and install modules.