Skip to content

Releases: nuxtlabs/nuxt-component-meta

v0.8.0

09 Sep 11:54
Compare
Choose a tag to compare

NOTE Version 0.8.0 uses vue-component-meta@^2.1.6, which may produce slightly different results compared to [email protected]. For instance, optional types will now include | undefined in their definitions. For example, enable?: boolean will be represented as enable?: boolean | undefined.

  • chore: fix module build (4e27090)
  • chore: upgrade deps (940fe97)
  • fix: use mlly rather than deprecated kit cjs util (#69) (72b989c)

v0.7.0

28 Jun 16:33
Compare
Choose a tag to compare

Important

In order to reduce bundle size and improve performance, the module does not expose types declarations anymore. Declaration did include file location and position of type in the file.

  • feat(parser): remove declarations from types (#68) (3728d72)

v0.6.6

28 Jun 11:14
Compare
Choose a tag to compare
  • fix(parser): stripe internal types from events (8903e2b)

v0.6.5

20 Jun 13:58
Compare
Choose a tag to compare
  • chore: add packageManager in package.json (44bbdf6)
  • fix: remove typescript package types from meta data (30a4645)

v0.6.4

03 May 11:40
Compare
Choose a tag to compare
  • fix: don't rely on presence of @nuxt/ui-templates (#66) (5b8f450)

v0.6.3

18 Jan 09:33
Compare
Choose a tag to compare
  • fix(slots): detect multiline slots (0962129)

v0.6.2

17 Jan 17:28
Compare
Choose a tag to compare
  • fix(stripe-types): missing type in array schema (8435f4c)
  • fix(stripe-types): respect array & non-object types (22b307b)
  • fix(global-components): handle components registered using addComponent util (#65) (bacda79)
  • fix: transform useSlots usages into dummy <slot /> in templates (#64) (032ff4a)
  • perf: avoid hitting fs if we have no transformers (#63) (1a173aa)
  • chore: update readme (d440d97)
  • chore(package): add repository (d4171c2)
  • chore: run npm pkg fix (46caaea)
  • chore: update deps (778675d)
  • chore: simplify for nightly release (db78043)

v0.6.1

09 Jan 11:06
Compare
Choose a tag to compare
  • fix: type stripe (c54491a)
  • fix: stripe typescript internal types schema (10835fa)

v0.6.0

05 Dec 14:13
Compare
Choose a tag to compare
  • fix: improve content slot support (6d69367)
  • feat: add sources option to allow loading external component definition (#60) (228c397)
  • fix: clear tsconfig exclude (0a285c7)

v0.5.4

15 Sep 13:13
Compare
Choose a tag to compare
  • fix: let nuxt handle tsconfig path aliasing (#59) (55ee968)