Skip to content

Releases: ts4nfdi/terminology-service-suite

v2.3.0

30 Jul 14:20
Compare
Choose a tag to compare

2.3.0 (2024-07-30)

Bug Fixes

  • createModelObject: added error in other branch (b036845)
  • deps: removed unused dependencies (5445be0)
  • Hierarchy: add export (bb291f2)
  • nowrap: added nowrap to EntityInfoWidget and EntityRelationsWidget (ac214f4)
  • nowrap: added nowrap to hierarchy (8286895)
  • nowrap: removed nowrap from EntityInfoWidget.tsx, EntityRelationsWidget.tsx (6b3d7b1)
  • OntoPortal: added missing query information (7d9a7dd)
  • StructureRendering.tsx: added useLegacy parameter to call to getEntityInOntologySuffix (3f89d4c)

Features

  • Hierarchy: added parentChildRelations, enhanced UI (e090ca3)
  • Hierarchy: huge update (6fb07b3)
  • Hierarchy: introduced props objects for parameter passing (df139ec)
  • Hierarchy: loading all children on manual expansion (6832901)
  • Hierarchy: major update of hierarchy (da67ec9)
  • Hierarchy: selected entity is now highlighted in the hierarchy (a3c6a41)
  • HierarchyWidgetSemLookP: added widget props preferredRoots, includeObsoleteEntities (ac25869)
  • HTML Hierarchy: added HTML story for SemLookP Hierarchy (6679d6c)
  • ModelTypeCheck.ts: exported classTypeNames, propertyTypeNames, individualTypeNames arrays (957917f)
  • ols3-hierarchy: added functionality to display hierarchy with ols3 api (ac45bf8)
  • OlsApi.ts: Added functions getAncestors(), getChildren(), getClassInstances() (cefccee)
  • ontoportal-hierarchy: added support for backend_type == "ontoportal" + storybook example (734e155)
  • Skos Hierarchy (DRAFT!!!): first draft of Skos Hierarchy, still a lot to be reviewed (1a36527)
  • Skos hierarchy: implemented fetching topConcepts (bbe5ff3)
  • Skos Hierarchy: implemented loadHierarchyChildren() (5af61a0)
  • Storybook: refactored stories for HierarchyWidgetSemLookP (2098ddb)

v2.2.0

10 Jul 12:45
Compare
Choose a tag to compare

2.2.0 (2024-07-10)

Bug Fixes

  • seachbar: remove onSearchValueChange parameter (79e0b54)

Features

  • searchbar: include in search results list (52643f1)
  • suggest: use EUI combo box instead of deprecated suggest (43c7967)

v2.1.0

20 Jun 09:44
Compare
Choose a tag to compare

2.1.0 (2024-06-20)

Bug Fixes

  • Breadcrumb: minor fix of undefined ontologyName key (ba5443f)
  • search: add useLegacy parameter because of facet key diffs (0bff1e8)

Features

  • SearchResultsListWidget: Added parameter to show the description for an OLS3 API in the autocomplete result list. (0b7d246)

v2.0.5

20 Jun 08:26
Compare
Choose a tag to compare

2.0.5 (2024-06-20)

Bug Fixes

  • Autocomplete: use breadcrumb presentation component (71d857d)

v2.0.4

22 May 12:23
Compare
Choose a tag to compare

2.0.4 (2024-05-22)

Bug Fixes

  • docs: update links in Storybook overview (50ac62e)
  • Resources: use ontologyId instead of preferredPrefix (53fc0ac)

v2.0.3

16 May 11:12
Compare
Choose a tag to compare

2.0.3 (2024-05-16)

Bug Fixes

  • IriWidget: add missing types (90c1242)

v2.0.2

15 May 06:26
Compare
Choose a tag to compare

2.0.2 (2024-05-15)

Bug Fixes

  • SearchResults: encode IRI (53cd9fd)

v2.0.1

08 May 09:23
Compare
Choose a tag to compare

2.0.1 (2024-05-08)

Bug Fixes

v2.0.0

07 May 08:50
Compare
Choose a tag to compare

2.0.0 (2024-05-07)

chore

  • transfer project to TS4NFDI (0fcf444)

BREAKING CHANGES

  • new name and repository url
  • AutocompleteWidget: the parameter selectOption renamed to preselected
  • AutocompleteWidget: the preselected parameter now expects an array of pre-selected options instead of a single option
  • AutocompleteWidget: the parameter selectionChangedEvent now expects a function that deals with an array of selected options instead of a single option
  • TitleWidget: parameter entityType renamed thingType

To update to version ^2.0.0 in consumer projects change following lines:

React projects:
package.json:
"@ts4nfdi/terminology-service-suite": "^2.0.0"

.npmrc file:
@ts4nfdi:registry=https://npm.pkg.github.com

Imports:
import { AutocompleteWidget } from "@ts4nfdi/terminology-service-suite";

JavaScript:
When implementing the widgets via GitHub link, just change the links:
<link rel="stylesheet" href="https://ts4nfdi.github.io/terminology-service-suite/js-modules/2.0.1/terminology-service-suite.min.js">
and
<script type="text/javascript" src="https://ts4nfdi.github.io/terminology-service-suite/js-modules/2.0.1/terminology-service-suite.min.js"></script>
Also see the demo project

v1.22.30

03 May 15:13
Compare
Choose a tag to compare

1.22.30 (2024-05-03)

Bug Fixes

  • TabWidget Stories: remove renaming (3bbb2d6)