Skip to content

Latest commit

 

History

History
91 lines (54 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

91 lines (54 loc) · 1.88 KB

Change Log

All notable changes to the "nuxt-vscode-snippets" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

2.6.0

Added

  • nmodule Snippet for the Nuxt defineNuxtModule utility

2.5.1

Fixes

  • Fix router table

2.5.0

Added

  • vtrans Snippet for the Vue <Transition> component
  • vtransgroup Snippet for the Vue <TransitionGroup> component
  • vkeepalive Snippet for the Vue <KeepAlive> component
  • vtp Snippet for the Vue <Teleport> component
  • vsuspense Snippet for the Vue <Suspense> component

2.4.1

Fixes

  • Fix component snippets not working inside <template></template>

2.4.0

Added

  • npage: Snippet for the Nuxt <NuxtPage> component
  • nlayout: Snippet for the Nuxt <NuxtLayout> component

2.3.1

Fixes

  • Adjust snippet for the Nuxt error handling

2.3.0

Added

  • nroute: Snippet for the Nuxt useRoute composable
  • nrouter: Snippet for the Nuxt useRouter composable

Fixes

Remove deprecated pending from fetching composables

2.2.0

Added

  • nreqheaders: Snippet for the Nuxt useRequestHeaders composable
  • nreqfetch: Snippet for the Nuxt useRequestFetch composable
  • ndata: Snippet for the Nuxt useNuxtData composable
  • nrfshdata: Snippet for the Nuxt refreshNuxtData utility
  • nclrdata: Snippet for the Nuxt clearNuxtData utility

2.1.0

Added

  • nerr: Snippet for the Nuxt useError composable
  • ncerr: Snippet for the Nuxt createError utility
  • nshwerr: Snippet for the Nuxt showError utility
  • nclrerr: Snippet for the Nuxt clearError utility

2.0.0

  • Update vstart and pstart prefix to vbase and pbase

1.0.1

  • Fix $fetch DELETE method
  • Remove placeholder from $fetch body
  • Add Contributing to README
  • Update copyright

1.0.0

  • Initial release