Skip to content

v1.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 10:34
· 700 commits to main since this release

1.15.0 (2023-12-19)

Bug Fixes

  • entity links: fixed entity links for EntityRelationsWidget (588a592)
  • EntityRelationsWidget api parameter: api parameter is now passed without "/v2" suffix for convenience with other widgets (ff692fe)
  • EntityRelationsWidget: changed from getClass, getIndividual and getProperty to getEntity in getEntityJson() (babb23b)
  • EntityRelationsWidget: showBadges and hasTitle parameters are now working (02cc22d)
  • RelationsWidget, qualifiedCardinality: fixed misspelled uri (8892b66)

Features

  • axioms,badges: added axioms and badges (0b5ff55)
  • EntityRelationsWidget: Added disjointWith, inverseOf, propertyChains and classInstances sections (1c14830)
  • EntityRelationsWidget: Added equivalentTo section (8461142)
  • EntityRelationsWidget: added error handling if entity not available (4184fe4)
  • EntityRelationsWidget: Added function for Manhattan syntax (032889a)
  • EntityRelationsWidget: added hyperlink to related from properties (2d94379)
  • EntityRelationsWidget: Added individual types section (2922369)
  • EntityRelationsWidget: Added ordering for onProperty, only keyword and purple text color for some and only (273cedd)
  • EntityRelationsWidget: Added relatedFrom section (70de8ce)
  • EntityRelationsWidget: Added widget and stories in storybook (31e1599)
  • EntityRelationsWidget: changed displayed error message in widget (e761a4a)
  • EntityRelationsWidget: cleaned up code after error handling (218c8c7)
  • EntityRelationsWidget: fixed error in oneOf (8ec7c48)
  • EntityRelationsWidget: Hyperlink labels for subclass/-property of and different from (bd1951a)
  • EntityRelationsWidget: Manchester syntax almost complete (1d08bae)
  • EntityRelationsWidget: restructured code to directly return JSX elements when parsing JSON for section elements (e630f36)
  • EntityRelationsWidget: small code changes (bfc6ff2)
  • Storybook: Added individual types section (3912e06)
  • Storybook: Added story for single value + value without linkedEntities entry (owl#Thing) (63bfde2)
  • Storybook: Added story for single value + value without linkedEntities entry (owl#Thing) (e184160)
  • Storybook: Inserted more interesting class for subclass of section (Manhattan syntax) (b8bd7e4)