Skip to content

Releases: workfloworchestrator/orchestrator-ui-library

@orchestrator-ui/[email protected]

14 Jan 13:35
869ae92

Choose a tag to compare

Patch Changes

  • a4492fd: Fix 400 error in create lir prefix form
  • 4baeff5: 1509 Remove toast for failed websocket connection that covers the next and back buttons in the forms.

@orchestrator-ui/[email protected]

13 Jan 15:37
dd21ab8

Choose a tag to compare

Patch Changes

  • 4bd9869: 1146 Allow workflow to start with additional prefilled variables - LIR prefixes page

@orchestrator-ui/[email protected]

08 Jan 12:09

Choose a tag to compare

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:

    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]

18 Dec 10:10

Choose a tag to compare

Minor Changes

  • c7eaf69: 1620 Add subscriptionPath option for WfoRelatedSubscriptions, WfoSubscriptionDetailTree

Patch Changes

  • 79d9133: 1569 Some non-functional tweaks on the table components: Adds classNames and adds a Fragment component in a mapper function
  • 2cab3b2: Add summary field to Object field type in AutoFieldLoader

@orchestrator-ui/[email protected]

10 Dec 12:56

Choose a tag to compare

Patch Changes

  • 7f972a1: Fixes calling getFirstUuidPart with null value
  • 86b504f: Feat: refactor IPPREFIX table #2143

@orchestrator-ui/[email protected]

05 Dec 11:35

Choose a tag to compare

Minor Changes

  • 0172be2: Adds resizable table columns

@orchestrator-ui/[email protected]

04 Dec 11:03

Choose a tag to compare

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]

28 Nov 19:52
10f6334

Choose a tag to compare

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

@orchestrator-ui/[email protected]

18 Nov 15:16

Choose a tag to compare

Patch Changes

  • 56e2537: Fixes rights issue in github action
  • b7fe3ee: Adds github action permission to publish with provenance

@orchestrator-ui/[email protected]

18 Nov 15:16

Choose a tag to compare

Patch Changes

  • 56e2537: Fixes rights issue in github action
  • b7fe3ee: Adds github action permission to publish with provenance