Skip to content

Latest commit

 

History

History
357 lines (223 loc) · 9.08 KB

CHANGELOG.md

File metadata and controls

357 lines (223 loc) · 9.08 KB

v0.2.12

compare changes

🚀 Enhancements

  • 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)

🩹 Fixes

  • Rename vueBaseFile to vueBase (19bbc65)
  • docs: Project creation section. (b41509a)
  • User template branch (83f5878)

🏡 Chore

❤️ Contributors

v0.2.7

compare changes

🏡 Chore

❤️ Contributors

v0.2.6

compare changes

🚀 Enhancements

  • Typescript setup script snippet (a5073ff)
  • Typescript setup script snippet (e22240e)

💅 Refactors

🏡 Chore

  • Monorepo configuration (fe26eb2)
  • Monorepo configuration (d714af4)
  • Dependencies security issues (d11f362)

❤️ Contributors

v0.2.5

compare changes

🩹 Fixes

  • Handle Nuxt devtools shipped native (2642b99)
  • Handle Nuxt Devtools native support (cacc431)

🏡 Chore

  • docs: Fix changelog template (3ea388c)

❤️ Contributors

Version 0.2.4

🚀 Enhancements

🩹 Fixes

  • Nuxt devtools toggle message (6ad6693)
  • Vue templates spacing (783e4fb)

📖 Documentation

❤️ Contributors


Version 0.2.3

🩹 Fixes

  • DefaultPackageManager bun option (59456cd)

📖 Documentation

❤️ Contributors

Version 0.2.2

🩹 Fixes

  • defaultPackageManager Bun option.

Version 0.2.0

📦 New

  • 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.

✨ Improvements

  • Refactoring context menu items naming.
  • Hiding Commands when Nuxtr isn’t activated.
  • Extension activation time reduction.

📖 Documentation

  • IntelliSense and Auto Completion.
  • Snippets Configuration.
  • Nitro Snippets.

❤️ Contributors


Version 0.1.11

🩹 Fixes

  • Removing Plugins watcher.

Version 0.1.9

📦 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.

Version 0.1.8

✨ Improvements

  • New Nuxt modules.
  • Performance improvements.

Version 0.1.7

✨ 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


Version 0.1.0

📦 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 inside nuxt.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 in package.json.

💚 Contributions


Version 0.0.6

📦 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.

Version 0.0.5

🩹 Fixes

  • Activity Bar icon not showing on Linux.
  • Windows performance issues.

Version 0.0.4

📦 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.

Version 0.0.3

📖 Documentation:

  • Update README.md.

✨ Improvements

  • Extension performance.

Version 0.0.2

  • 📖 DOCS: Update README.md.

Version 0.0.1

📦 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.