Skip to content

Releases: nuxtlabs/nuxt-component-meta

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)

v0.5.3

26 May 15:25
Compare
Choose a tag to compare
  • feat(module): metaFields option to exclude fields from output (#55) (8a127db)

v0.5.2

20 May 17:07
Compare
Choose a tag to compare
  • fix: support .json in route for SSG (43898ca)

v0.5.1

21 Mar 15:28
Compare
Choose a tag to compare
Release 0.5.1

v0.5.0

21 Mar 15:27
Compare
Choose a tag to compare
  • chore(docs): add ModuleOptions JSDoc (38a5299)
  • fix: try to only parse meta once during ssr build (#54) (e7e61fe)
  • feat: allow using regex or function in exclude option (#53) (0d7d1df)
  • fix(module): only parse global components (#52) (83b4261)
  • fix(parser): ensure that filePath is relative to root dir (#49) (f3411cc)