Skip to content

Releases: nuxtlabs/nuxt-component-meta

v0.8.2

12 Sep 14:36
Compare
Choose a tag to compare
  • fix(events): do not remove top level external types (98e9719)

v0.8.1

11 Sep 12:16
Compare
Choose a tag to compare
  • fix: ignore vue runtime types (40aea05)
  • fix(build): remove declarations to reduce chunk size (09a96cd)

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 nuxt-component-meta@v0.7.0. 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)