Skip to content

Releases: vueuse/schema-org

v0.5.1

06 May 08:51
Compare
Choose a tag to compare

Bug Fixes

  • Article: allow root person to be resolved as author (a440a33)
  • components: parse props properly (dcc4940)
  • allow global root nodes to resolve relations independently (b1a52f3)

Features

  • components: renderScopedSlots prop (002fbe6)

v0.5.0

05 May 15:27
Compare
Choose a tag to compare

Features

  • universal component API support (b7e28d1)

v0.4.4

04 May 17:17
Compare
Choose a tag to compare

Bug Fixes

  • SchemaOrgArticle: read props from attrs (02726bb)
  • SchemaOrgBreadcrumb: handle mount and dismount properly (4936bed)
  • vitepress: remove nodes before re-adding them on route change (4956478)

Features

  • SchemaOrgInspector: new basic syntax highlighting (2747a05)

v0.4.3

04 May 08:45
Compare
Choose a tag to compare

Features

  • SchemaOrgArticle: new component (8c45dd5)
  • support fetching from the og:image (29b553e)

v0.4.2

04 May 06:44
Compare
Choose a tag to compare

Bug Fixes

  • vitepress: add provider logic for route changes (36f6aa6)
  • allow date resolving to fail (8729c7b)
  • Person: only resolve url for identity node (758066f)
  • Rating: provide default best / worst rating and remove review artifacts (955d0e5)
  • Review: add missing reviewBody (eb31d59)

Features

  • Offer: provide default priceValidUntil and resolve date (60efbd4)
  • Product: resolve generated sku for product (2304e98)
  • SchemaOrgReview: new component (0d018fa)

v0.4.1

03 May 16:24
Compare
Choose a tag to compare
release v0.4.1

v0.4.0

03 May 16:17
Compare
Choose a tag to compare

Bug Fixes

  • core: allow nodes to re-add themselves on meta change (cef4654)
  • core: improved reactivity of route context (ab2a911)
  • core: re-worked node hierarchy logic (2b3416c)

v0.3.0

03 May 05:48
Compare
Choose a tag to compare

Bug Fixes

  • nuxt: import watchEffect (9f3a8fa)
  • vite: setupDOM on install (b2fae0f)

Features

  • core: simplified reactivity for schema's using route context (ae6a173)

v0.2.1

01 May 15:12
Compare
Choose a tag to compare
release v0.2.1

v0.2.0

01 May 14:55
Compare
Choose a tag to compare

Bug Fixes

  • avoid iterating refs when cleaning unused attributes (1987743)
  • breadcrumbs: allow WebPage to resolve relation (d2b8f48)
  • switch to passing HeadClient in options over useHead (ea98d9e)
  • SchemaOrgInspector: reactivity issue resolved (5f93a6f)

Features

  • injectSchemaOrg function for provides (200da37)
  • rewritten core for improved reactivity and SSR (7111bbf)
  • breadcrumb: resolve list items with automated positions (75d5c4e)
  • SchemaOrgQuestion: component now supports SSR (6ca951b)