Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 8, 2025
1 parent ebf6085 commit 41a19ae
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-flowers-sip.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/real-planets-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-points-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-jars-exercise.md

This file was deleted.

31 changes: 31 additions & 0 deletions packages/orchestrator-ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @orchestrator-ui/orchestrator-ui-components

## 3.0.0

### Major Changes

- f6315dd: 1479:

- csvDownload (Breaking change): Changed the parameters of initiateCsvFileDownload for directly exporting data to CSV.
- GroupedTable: The table has a small header with a button "Collapse / Expand", this can now be overridden.
- 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

Changes to be made by the consumer of the library:
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.

Before:

```javascript
initiateCsvFileDownload(data, fileName);
```

After:

```javascript
initiateCsvFileDownload(data, keyOrder, fileName);
```

### Patch Changes

- 19d1d88: Enables prefilling of prefixes
- bbf8983: 1623 Changes the colors of the WfoInsyncIcon to make the no-in-sync state more prominent
- 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.

## 2.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/orchestrator-ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orchestrator-ui/orchestrator-ui-components",
"version": "2.15.0",
"version": "3.0.0",
"license": "Apache-2.0",
"description": "Library of UI Components used to display the workflow orchestrator frontend",
"author": {
Expand Down

0 comments on commit 41a19ae

Please sign in to comment.