Skip to content

Commit

Permalink
chore(release): 1.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.15.0](nfdi4health/semlookp-widgets@v1.14.0...v1.15.0) (2023-12-19)

### Bug Fixes

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

### Features

* **axioms,badges:** added axioms and badges ([0b5ff55](nfdi4health@0b5ff55))
* **EntityRelationsWidget:** Added disjointWith, inverseOf, propertyChains and classInstances sections ([1c14830](nfdi4health@1c14830))
* **EntityRelationsWidget:** Added equivalentTo section ([8461142](nfdi4health@8461142))
* **EntityRelationsWidget:** added error handling if entity not available ([4184fe4](nfdi4health@4184fe4))
* **EntityRelationsWidget:** Added function for Manhattan syntax ([032889a](nfdi4health@032889a))
* **EntityRelationsWidget:** added hyperlink to related from properties ([2d94379](nfdi4health@2d94379))
* **EntityRelationsWidget:** Added individual types section ([2922369](nfdi4health@2922369))
* **EntityRelationsWidget:** Added ordering for onProperty, only keyword and purple text color for some and only ([273cedd](nfdi4health@273cedd))
* **EntityRelationsWidget:** Added relatedFrom section ([70de8ce](nfdi4health@70de8ce))
* **EntityRelationsWidget:** Added widget and stories in storybook ([31e1599](nfdi4health@31e1599))
* **EntityRelationsWidget:** changed displayed error message in widget ([e761a4a](nfdi4health@e761a4a))
* **EntityRelationsWidget:** cleaned up code after error handling ([218c8c7](nfdi4health@218c8c7))
* **EntityRelationsWidget:** fixed error in oneOf ([8ec7c48](nfdi4health@8ec7c48))
* **EntityRelationsWidget:** Hyperlink labels for subclass/-property of and different from ([bd1951a](nfdi4health@bd1951a))
* **EntityRelationsWidget:** Manchester syntax almost complete ([1d08bae](nfdi4health@1d08bae))
* **EntityRelationsWidget:** restructured code to directly return JSX elements when parsing JSON for section elements ([e630f36](nfdi4health@e630f36))
* **EntityRelationsWidget:** small code changes ([bfc6ff2](nfdi4health@bfc6ff2))
* **Storybook:** Added individual types section ([3912e06](nfdi4health@3912e06))
* **Storybook:** Added story for single value + value without linkedEntities entry (owl#Thing) ([63bfde2](nfdi4health@63bfde2))
* **Storybook:** Added story for single value + value without linkedEntities entry (owl#Thing) ([e184160](nfdi4health@e184160))
* **Storybook:** Inserted more interesting class for subclass of section (Manhattan syntax) ([b8bd7e4](nfdi4health@b8bd7e4))
  • Loading branch information
semantic-release-bot committed Dec 19, 2023
1 parent eb1a86d commit dc53ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nfdi4health/semlookp-widgets",
"version": "1.14.0",
"version": "1.15.0",
"description": "This project includes a widget component library derived from the semantic lookup service SemLookP. The Terminology Service is a repository for biomedical resources that aims to provide a single point of access to the latest ontology and terminology versions. User interface (UI) functionalities were extracted and implemented as separate widgets to allow integration into other 3rd party services, thus simplifying the development of user interfaces and the visualization of semantic information. The widgets are built with React and TypeScript and can be used in React applications. SemLookP and the widgets are based on the Ontology Lookup Service (OLS), software developed by EBI.",
"main": "dist/esm/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit dc53ecf

Please sign in to comment.