-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1479 Updates changeset to be a major version bump
- Loading branch information
1 parent
584c54c
commit 66d58b5
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
'@orchestrator-ui/orchestrator-ui-components': patch | ||
'@orchestrator-ui/orchestrator-ui-components': major | ||
--- | ||
|
||
1479 GroupedTable: The table has a small header with a button "Collapse / Expand", this can now be overridden. csvDownload: Changed the parameters of initiateCsvFileDownload for directly exporting data to CSV. 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 | ||
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 |
Submodule wfo-ui
updated
3 files
+13 −16 | package-lock.json | |
+1 −1 | package.json | |
+57 −37 | pages/_app.tsx |