Releases: workfloworchestrator/orchestrator-ui-library
Releases · workfloworchestrator/orchestrator-ui-library
@orchestrator-ui/[email protected]
@orchestrator-ui/[email protected]
Patch Changes
- 4bd9869: 1146 Allow workflow to start with additional prefilled variables - LIR prefixes page
@orchestrator-ui/[email protected]
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 functioninitiateCsvFileDownloadnow requires 3 parameters instead of 2. The new parameter iskeyOrderand is an array of strings representing the desired order of the columns in the CSV file. See example below for the placement.Before:
initiateCsvFileDownload(data, fileName);
After:
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.
@orchestrator-ui/[email protected]
Minor Changes
- c7eaf69: 1620 Add subscriptionPath option for WfoRelatedSubscriptions, WfoSubscriptionDetailTree
Patch Changes
@orchestrator-ui/[email protected]
@orchestrator-ui/[email protected]
Minor Changes
- 0172be2: Adds resizable table columns
@orchestrator-ui/[email protected]
Minor Changes
- 195a951: 692 Adds WfoErrorMonitoringProvider for tracing purposes. It exposes 2 methods via the useWfoErrorMonitoring hook. These reporting functions are used within the component library. To start using it, the WfoErrorMonitoringProvider needs to be added to the _app.tsx and the errorMonitoringHandler needs to be implemented.
Patch Changes
- 95de1e8: 1552 Remove last line of workflow timeline card
@orchestrator-ui/[email protected]
Minor Changes
- 6e4d726: 1560 Table Header: for narrow columns, moving the sort icons as much as possible to the right
- cd0d38f: 1556 Adds inline note editing for the subscription list page
Patch Changes
- cdb9c83: 1530 Navigate to task list page when clicking on the tasks count icon
- 87540ac: 1577 Fixes uncheckable checkbox (only the label was clickable)
- c592740: 1536 Hides inUseByIds in the list of product block instance values
- 88a9db4: 1561 Fixes double copy icon in subscription detail page at the in-use-by-subscriptions section
- d39017a: Fix WfoInlineNoteEdit showing cached value from the previous page on the next one
- a442a0b: new column width and customer fullname hidden