Skip to content

Releases: ts4nfdi/terminology-service-suite

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)

v1.22.29

03 May 13:53
Compare
Choose a tag to compare

1.22.29 (2024-05-03)

Bug Fixes

  • ci: use default gh-pages workflow (65722e8)

v1.22.28

03 May 12:24
Compare
Choose a tag to compare

1.22.28 (2024-05-03)

Bug Fixes

v1.22.27

03 May 12:18
Compare
Choose a tag to compare

1.22.27 (2024-05-03)

Bug Fixes

  • ci: change order of steps (a6cdf4e)

v1.22.26

24 Apr 15:05
Compare
Choose a tag to compare

1.22.26 (2024-04-24)

Bug Fixes

  • docs: fix link to latest docs (0f2cb1a)

v1.22.25

24 Apr 14:54
Compare
Choose a tag to compare

1.22.25 (2024-04-24)

Bug Fixes

v1.22.24

24 Apr 14:47
Compare
Choose a tag to compare

1.22.24 (2024-04-24)

Bug Fixes

v1.22.21

24 Apr 07:05
Compare
Choose a tag to compare

1.22.21 (2024-04-24)

Bug Fixes

  • ci: bump @zbmed/gh-pages-multi to 0.7.9 (4e9f7a0)