Changelog
5.0.15
2022-12-19
Added
Changed
- Upgraded the Parameter Sets widget to use the new AP6 rest API.
- Upgraded the What-If-Manager widget to use the new AP6 rest API.
- Upgraded the File Upload widget to use the new AP6 rest API.
Fixed
- The trade scale feature has been fixed so that in a combined UI, it doesn’t throw an exception if settings aren’t provided for one of the AP servers.
Known Issues
- Due to an issue on the backend, the What-If-Manager widget can’t display or delete What-Ifs created by the Parameter Sets widget.
5.0.14
2022-12-09
Added
Changed
- The settings object for the Navbar date filter has slightly changed in shape.
- Updated the fetching and handling of the WhatIf Book Hierarchy APIs to match the FRTB 5.0.0 release.
- Updated the loading icon inside of the What-If Book Hierarchy widget.
Fixed
- Navbar date filter now works with combined UIs.
- Navbar date filter does not break when using drillthrough tables.
5.0.13
2022-11-21
Added
- Tests for the What-If Book Hierarchy Widget.
Changed
- Upgraded the d3.js version used by the What-If Book Hierarchy Widget from 5.16.0 to 6.7.0.
Fixed
5.0.12
2022-11-11
Added
- Table context menu action to add underlying measures into current query.
- Navbar “Help” Submenu plugin to easily add documentation links to accelerator projects.
- What-If Book hierarchy widget to create What-If scenarios for different groupings of desks and books in a rich visual way.
Changed
- Upgrade to ActiveUI 5.0.18.
- Updated the withClientSettings hook to have a more descriptive type.
- The asOfDateDimensionName, asOfDateHierarchyName, tradeDimensionName and tradeHierarchyName settings inside of AccSdkSettings were removed.
- The Day-2-Day-Difference table action plugin settings have been updated.
- The Trade scale table action plugin settings have been updated.
- The Parameter Sets widget plugin settings have been updated.
Fixed
- The Navbar date filter no longer breaks the application when a drillthrough is performed.
5.0.11
2022-07-27
Added
- Tests for the Navbar Filter Display.
Changed
- Update to ActiveUI 5.0.15.
Fixed
- Type AccSdkSettings updated so that certain settings such as whitelist settings are optional. Previously the settings were mandatory, so even if an accelerator didn’t want to use a certain widget, they would get Typescript errors. Also added more widget settings to the type itself. You may need to update your Accelerator Settings to fix some Typescript errors.
- Made type AcceleratorServerName less restrictive. It will now allow for any server name to be used.
5.0.10
2022-07-27
Added
Changed
Fixed
- Navbar Filter bug which crashes the app whenever a filter of a type different from Member-Filter is applied to the dashboard.