Releases: leanix/leanix-reporting
Releases · leanix/leanix-reporting
0.4.129
currentSetup
is now accessible over the global variablelx
lx.ready()
does not needconfiguration
to initialize a report.- Errors produced in reports are now propagated to the main application and presented as toasters.
0.4.124
- Introduce
hasPermission
method to allow reports to check on users' workspace permissions - Extend
DateFilterType
with 'TIMELINE' type to sync the lifecycle date filter with the time slider in the UI
0.4.122
- Extend the SidepaneContextMenuEntry type with a new entry type SidepaneOpenReportInNewTabLink to open the same report in the new tab via context menu. This allows Mozilla Firefox users to open a report in a new tab without triggering the popup blocker.
0.4.121
- Extend the SidePaneFactSheetTableItem interface to include an optional property secondFactSheet to be shown on the second column.
- Updated the behavior of the SidePaneContextMenuElement
- The position of this element is always on top of the Sidepane, on the left side of the cancel button.
- If one option is defined, a button is rendered otherwise a dropdown is rendered with all the specified options
- Only one instance of the SidePaneContextMenuElement is displayed in the Sidepane
0.4.120
- Extend the LayoutModeEntry interface to include optional property iconType to switch between different Font Awesome icon types.
0.4.119
- Extend the ReportFacetsConfig interface to include optional properties factSheetIds and fullTextSearchTerm to possibly apply during the initial report loading
0.4.112
openInNewTab
now supports a custom name for the new opened report in the new tab.
0.4.111
Fix null pointer exception in openSidePane
and openLink
.
0.4.110
The report can handle click events within the side pane. The openSidePane now has a callback function to handle click events.
For now, only the SidePaneDescriptionElement supports click events adding a clickId
to the element.
0.4.107
- Add new type SidePaneDescriptionElement to SidePaneElement to be able to add a description, for example a subheader in the side pane.