Skip to content

Commit e345617

Browse files
github-actions[bot]DutchBen
authored andcommitted
Version Packages
1 parent ebf6085 commit e345617

File tree

6 files changed

+32
-37
lines changed

6 files changed

+32
-37
lines changed

.changeset/angry-flowers-sip.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/real-planets-bake.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

.changeset/slimy-points-press.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/swift-jars-exercise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/orchestrator-ui-components/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# @orchestrator-ui/orchestrator-ui-components
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- f6315dd: 1479:
8+
9+
- csvDownload (Breaking change): Changed the parameters of initiateCsvFileDownload for directly exporting data to CSV.
10+
- GroupedTable: The table has a small header with a button "Collapse / Expand", this can now be overridden.
11+
- Introduced a utility type to help ensuring that all the props of an object will be of type "string". Typically useful for the csvDownload functionality
12+
13+
Changes to be made by the consumer of the library:
14+
The function `initiateCsvFileDownload` now requires 3 parameters instead of 2. The new parameter is `keyOrder` and is an array of strings representing the desired order of the columns in the CSV file. See example below for the placement.
15+
16+
Before:
17+
18+
```javascript
19+
initiateCsvFileDownload(data, fileName);
20+
```
21+
22+
After:
23+
24+
```javascript
25+
initiateCsvFileDownload(data, keyOrder, fileName);
26+
```
27+
28+
### Patch Changes
29+
30+
- 19d1d88: Enables prefilling of prefixes
31+
- bbf8983: 1623 Changes the colors of the WfoInsyncIcon to make the no-in-sync state more prominent
32+
- eb45e6b: 289 Metadata page: making related product blocks, resource types and product tags badges clickable. It will update the search query to show that specific item.
33+
334
## 2.15.0
435

536
### Minor Changes

packages/orchestrator-ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orchestrator-ui/orchestrator-ui-components",
3-
"version": "2.15.0",
3+
"version": "3.0.0",
44
"license": "Apache-2.0",
55
"description": "Library of UI Components used to display the workflow orchestrator frontend",
66
"author": {

0 commit comments

Comments
 (0)