diff --git a/.changeset/angry-flowers-sip.md b/.changeset/angry-flowers-sip.md deleted file mode 100644 index d850cd8f2..000000000 --- a/.changeset/angry-flowers-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@orchestrator-ui/orchestrator-ui-components': patch ---- - -Enables prefilling of prefixes diff --git a/.changeset/real-planets-bake.md b/.changeset/real-planets-bake.md deleted file mode 100644 index 582b8ec79..000000000 --- a/.changeset/real-planets-bake.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -'@orchestrator-ui/orchestrator-ui-components': major ---- - -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); -``` diff --git a/.changeset/slimy-points-press.md b/.changeset/slimy-points-press.md deleted file mode 100644 index 61b2563d9..000000000 --- a/.changeset/slimy-points-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@orchestrator-ui/orchestrator-ui-components': patch ---- - -1623 Changes the colors of the WfoInsyncIcon to make the no-in-sync state more prominent diff --git a/.changeset/swift-jars-exercise.md b/.changeset/swift-jars-exercise.md deleted file mode 100644 index f825e226e..000000000 --- a/.changeset/swift-jars-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@orchestrator-ui/orchestrator-ui-components': patch ---- - -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. diff --git a/packages/orchestrator-ui-components/CHANGELOG.md b/packages/orchestrator-ui-components/CHANGELOG.md index 69cead693..aace2863d 100644 --- a/packages/orchestrator-ui-components/CHANGELOG.md +++ b/packages/orchestrator-ui-components/CHANGELOG.md @@ -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 diff --git a/packages/orchestrator-ui-components/package.json b/packages/orchestrator-ui-components/package.json index 91557088f..2ed415f20 100644 --- a/packages/orchestrator-ui-components/package.json +++ b/packages/orchestrator-ui-components/package.json @@ -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": {