Skip to content

Releases: leanix/leanix-reporting

0.4.129

15 Aug 13:20
Compare
Choose a tag to compare
  • currentSetup is now accessible over the global variable lx
  • lx.ready() does not need configuration to initialize a report.
  • Errors produced in reports are now propagated to the main application and presented as toasters.

0.4.124

17 Feb 10:04
Compare
Choose a tag to compare
  • 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

01 Dec 10:04
Compare
Choose a tag to compare

0.4.121

22 Nov 12:44
Compare
Choose a tag to compare
  • 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

19 Oct 08:39
Compare
Choose a tag to compare
  • Extend the LayoutModeEntry interface to include optional property iconType to switch between different Font Awesome icon types.

0.4.119

05 Oct 08:35
Compare
Choose a tag to compare

0.4.112

29 Aug 15:06
Compare
Choose a tag to compare

openInNewTab now supports a custom name for the new opened report in the new tab.

0.4.111

23 Aug 11:32
Compare
Choose a tag to compare

Fix null pointer exception in openSidePane and openLink.

0.4.110

11 Aug 14:36
Compare
Choose a tag to compare

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

27 Jul 12:07
Compare
Choose a tag to compare