Skip to content

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 22 Mar 12:49
· 1527 commits to main since this release

1.5.0 (2023-03-22)

Bug Fixes

  • add missing export for resources widget (007fde1)
  • added axios to the peerDependencies. (360e9b3)
  • AutocommpleteWidget: move loading state (5be2ea3)
  • AutocompleteWidget: remoce unnecessary dependencies that cause looping (5a1ebb7)
  • AutocompleteWidget: remove documentation for nonexisting parameter (22f6765)
  • AutocompleteWidget: removed typo. (65857c1)
  • chore: advanced code to correctly refresh the breadcrumb when there is no response for the 'BreadcrumbWidget'. (88a762b)
  • chore: updated version. (d89fa7b)
  • chore: updated version. (bc81fdb)
  • corrected maximum size of the response to 500 (686303f)
  • correctly show empty descriptions in DescriptionWidget (73d8bfd), closes #10
  • DataContentWidget: Fixed the integration of the frontend variable. Now the DataContentWidget shows the correct amount of data for a specific frontend instance. Also added a second example to the file DataContentWidget.stories.tsx. (74178bb)
  • DataContentWidget: Fixed the integration of the frontend variable. Now the DataContentWidget shows the correct amount of data for a specific frontend instance. Also added a second example to the file DataContentWidget.stories.tsx. (9e96394)
  • DescriptionWidget: handle unexpected API response (17e5110)
  • DescriptionWidget: handle unexpected API response (3fc74d6)
  • display short_form instead of obo_id in breadcrumbs (d7ddb72)
  • EntityInfoWidget: make iri prop optional, since ontologies do not need it (890793e)
  • HierarchyWidget: encode all IRI components (d1e322c)
  • improve appearance of resources widget (7c657b3)
  • index: export TermInfoWidget (b3574b1)
  • IriWidget: handle unexpected API response (ced8d49)
  • IriWidget: handle unexpected API response (af7f901)
  • MetadataWidget: added missing objType. (914f572)
  • MetadataWidget: provide Title/DescriptionWidget's new properties (eadfa7c)
  • OlsApi: getTermTree: encode all IRI components (14dd2bb)
  • resolved merge conflicts (3c10ed1)
  • ResourcesWidget: limit height of description and make it scrollable (7397a40)
  • ResourceWidget: Loading indicator at wrong state (86cacaa)
  • ResourceWidget: only expose IRI, as the signature and documentation states. (905a20e)
  • SearchResultsListWidget.stories: address frontend prop, broken by an auto-merge (bc2b01d)
  • SearchResultsListWidget: change link to concept details page (acbc14d)
  • SearchResultsListWidget: make all EuiCardProps optional (90b9b3e)
  • SearchResultsListWidget: omit layout prop (43606ed), closes #18
  • SearchResultsListWidget: Partial props again (6d717dd), closes #21
  • SearchResultsListWidget: provide Title/DescriptionWidget's new properties (b9373ce)
  • SearchResultsWidgets: add helper function for switching entity type (3adbe4f)

Features

  • add new data content widget for viewing number of ontologies (75af72e)
  • add new search bar widget with autosuggest using /suggest (ba6b831)
  • add new term info widget frame (5103458)
  • add new widget for list of search results (6ce341e)
  • add new widget for list of search results (6c6bcf7)
  • add new widget for table of resources (1975731)
  • add number of terms, properties and individuals to data content widget (7bab254)
  • api: Adapted code for AutocompleteWidget. Also changed the parameter split from ',' to '&'. Additionally added a AutocompleteWidget story with German as a multilinguality use case. Removed unnecessary code(e.g. the variable 'ontology'). Replaced 'parameters' with 'parameter'. (fb84227)
  • AutocompleteWidget: add onSearchChange and onSearchButtonClick arguments (27e62d1)
  • AutocompleteWidget: add onSearchChange, onSearchButtonClick and prefill arguments (920f0fc)
  • AutocompleteWidget: added missing information for the ontology_prefix and the type. This information is important to redirect to the correct resource at the terminology service. (7312299)
  • AutocompleteWidget: added missing information(ontology_name, type). differ between the label of the suggestion list and the label of the response. Also changed API call to axios. (f646e5a)
  • AutocompleteWidget: added render Option to show some metadata information in the suggestion list. (0678710)
  • construct JsonApiWidget, a button that shows the user a query's response JSON (b877060)
  • create basic ontology info widget (e35124f)
  • DataContentWidget: add parameter option (949a0f7)
  • DescriptionWidget: also allow usage for ontologies, properties and individuals (a1c6c65)
  • DescriptionWidget: specify ontologyID in query and use olsApi (c863af6)
  • EntityInfoWidget: add parameter option (9d618eb)
  • EntityInfoWidget: also cover OntologyInfoWidget functionality (e547c12)
  • formatting of OntologyInfoWidget data items and placeholders if empty (1de8071)
  • HierarchyWidget: now shows roots if the optional iri property is undefined (592618c)
  • improve OntologyInfoWidget design (88dc1c9)
  • introduce contentParams to OlsApi, using them in OntologyInfoWidget queries (fd61ec6)
  • list any available annotations in OntologyInfoWidget (0a31160)
  • MetadataWidget: add parameter option (a6aa727)
  • microservice: changed and adapted a lot of code to provide the functionality of the microservice. (ae9f51a)
  • OlsApi: add function for /search (ed0085d)
  • OlsApi: add function for /search (602b47a)
  • OlsApi: add function for /suggest (3b291ce)
  • OlsApi: add sorting functionality (8a8eccd)
  • OlsApi: getTerm/Property/Individual onto param is now optional (75ea039)
  • OntologyInfoWidget: add parameter option (a696863)
  • ResorcesWidget: add parameter option (c91c2e8)
  • ResourcesWidget: added a 'targetLink' parameter. Now it is possible to set and to pass a target link to make the short form clickable. (3867dfe)
  • SearchResultsListWidget: add filter sidebar (5c19ea9)
  • SearchResultsListWidget: add filter sidebar (4892cd6)
  • SearchResultsListWidget: add parameter option (4aee202)
  • SearchResultsListWidget: added a 'targetLink' parameter to the EuiCard. Now it is possible to set and to pass a target link to make a EuiCard clickable. (de1cb59)
  • SearchResultsListWidget: use new search bar widget (6490c15)
  • SearchResults: remove empty information and use correct links for ontology results (784ec76)
  • SearchResults: remove not available ontology iri (1a3ccb7)
  • styling of OntologyInfoWidget item paragraphs (c916ce3)
  • TermInfo: add optional show title parameter (c9ea409)
  • TermInfoWidget: add api call for term infos and display information (001d88c)
  • TermInfoWidget: replace with EntityInfoWidget, which covers properties and individuals as well (f2792e6)
  • TermInfoWidget: replace with EntityInfoWidget, which covers properties and individuals as well (1e7a4f5)
  • TermWidget: specify ontologyID in query and use olsApi (cc456cb)
  • TitleWidget: also allow usage for ontologies, properties and individuals (6cb58eb)