Skip to content

Releases: ts4nfdi/terminology-service-suite

v1.7.2

27 Jul 16:04
Compare
Choose a tag to compare

1.7.2 (2023-07-27)

Bug Fixes

  • autocomplete.story: Fix wrong args in story (dded31e)
  • autocomplete: If a customTerm is passed as selected value, the value is not displayed. (3c123bc)
  • autocomplete: Render custom terms as pure strings (1268fe3)

v1.7.1

07 Jul 07:58
Compare
Choose a tag to compare

1.7.1 (2023-07-07)

Bug Fixes

  • AutocompleteWidget: do not return displayed long form but only real label (1c46b8b)

v1.7.0

31 Mar 07:16
Compare
Choose a tag to compare

1.7.0 (2023-03-31)

Features

  • AutocompleteWidget: add switch for allowing custom terms (e00679a)
  • AutocompleteWidget: revised Julias comments - code cleaning (0512c2c)

v1.6.0

27 Mar 09:28
Compare
Choose a tag to compare

1.6.0 (2023-03-27)

Features

  • AutocompleteWidget: add switch for displaying short and long form of selected entity (a85ffff)

v1.5.2

27 Mar 08:56
Compare
Choose a tag to compare

1.5.2 (2023-03-27)

Bug Fixes

  • build: fix syntax error (c9c8efa)

v1.5.1

23 Mar 09:21
Compare
Choose a tag to compare

1.5.1 (2023-03-23)

Bug Fixes

  • build: add semantic-release gitlab package (fedcb34)
  • build: define build script (3e9bb2b)
  • build: gitlab pipeline (73299f6)
  • build: semantic release - remove github plugin and add gitlab plugin (701e1ab)
  • build: update lock file (463c13c)

v1.5.0

22 Mar 12:49
Compare
Choose a tag to compare

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](https://github.com/nfdi4heal...
Read more

v1.0.0

06 Dec 13:54
Compare
Choose a tag to compare

1.0.0 (2022-12-06)

Bug Fixes

  • buid: Cache dist folder (4c2c91a)
  • build: Add Build package step before publish step (b6ae9e0)
  • build: add npm plugin (aa4bb20)
  • build: bin node version to 17.8 (7045e7c)
  • build: deploy storybook to gitlab (f87e9a0)
  • build: deploy storybook to gitlab (234bca1)
  • build: edited readme (b85fb7f)
  • build: expose CI TOKEN for semantic release (5de73fc)
  • build: expose dedicated GITLAB_TOKEN via CI/CD env (bba20be)
  • build: install git in image (b8f154c)
  • build: match package prefix with $CI_PROJECT_ROOT_NAMESPACE (73d5640)
  • build: package dist and package.json into release. (badea3d)
  • build: package prefix to lower case (feee86e)
  • build: tabwidget exported (3d2b1ca)
  • build: try to fix storybook build on CI (80da29d)
  • build: try to fix storybook build on CI (6074ce1)
  • build: try to fix storybook build on CI (9613b78)
  • build: use docker slave since node on local node is outdated (3246622)
  • hierarchy view (c08511e)
  • package name (4ca5750)
  • testing runner (a0fd865)
  • testing runner (30fbf1f)
  • testing runner (8dec4e2)
  • testing runner deleted npm from semantic release config (013c455)

Features

  • add semantic release (d162f2d)
  • add semantic release module (1d1a689)
  • build: Renamed 'SearchWidget' to 'AutocompleteWidget'. Changed the API call from 'search' to 'select'. Added the ontology name to the autocomplete list. Added OLS parameters functionality to the request. (694dbc4)
  • feat1: mock feature 1 (6a52de9)

NFDI4Health D3.1

29 Sep 11:35
Compare
Choose a tag to compare
1.0.0

chore(build): remove sematnic release