Changelog
5.0.18
2023-03-22
Added
Changed
createRestQuerierFrom
has been removed. UseuseAtotiServerHosted*Query
instead.
Fixed
- What-Ifs created by the Parameter Sets widget can now be viewed / deleted through the What-If Manager widget.
Known issues
None
5.0.17
2023-03-15
Added
None
Changed
- Updated to AUI 5.0.21
Fixed
None
Known issues
None
5.0.16
2023-02-24
Added
- The accelerator-sdk is now compatible with both Atoti Server 5 and 6. UIs can be merged with servers that are on different major versions.
useAtotiServerHosted*Query
: a series of hooks returning functions helpful to perform REST calls on custom services hosted on an Atoti server. These should be preferred overcreateRestQuerierFrom
which will be removed in the next release.useAtotiServerMajorVersion
: a hook returning the major version number for a given Atoti server key.
Changed
- Updated to AUI 5.0.20
- Updated Doctor Pivot REST endpoint used for the retrieve all measures pivot table context menu action.
- Exported plugins were renamed to be prefixed with
plugin
(e.g.pluginParameterSets
). - Updated the What-If Book Hierarchy widget to use lazy loading for MR version 4.2.0 and greater.
Fixed
- Unsafe characters in the What-If Book Hierarchy desk names will no longer break the widget.
- The AsOfDate Navbar Label will display an
Error…
message as opposed to crashing the application. - Clearing the date selected in the What-If Book Hierarchy widget will no longer break the widget.
Known issues
None
5.0.15
2022-12-19
Added
None
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
None
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
None
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
None
Changed
None
Fixed
- Navbar Filter bug which crashes the app whenever a filter of a type different from Member-Filter is applied to the dashboard.