Skip to content

Latest commit

 

History

History
212 lines (114 loc) · 6.04 KB

CHANGELOG.md

File metadata and controls

212 lines (114 loc) · 6.04 KB

Wrapper for TIBCO Spotfire(R) Changelog

(all changes without author notice are by @nicolasderoche)

Bug Fix

  • Change to link the main doc to the right Spotfire API (#158 by @hpeters83)

Improvements

Improvements

  • Upgrade to Angular 12.2.11

Bug Fixes

  • Marked rows were sometimes not emited after marking changes.

Improvements

  • Upgrade to Angular 11.2.14
  • Open multiple reports of the same Spotfire dashboard on one webpage, All are linked together. The marking and filtering performed on one report is reflected to the others - (#108 by @hpeters83)

Improvements

  • export SpotfireFilterSetting
  • when parameters is modified, the dashboard is reloaded

Improvements

  • Upgrade to Angular 11.2.6
  • When debug mode is set to false (its default value) the spotfire-wrapper now displays no debug messages.
  • When path is modified, the dashboard is updated accordingly
  • Monitoring of Spotfire Server status is only activated when serverStatusEvent is used

Bug Fixes

  • ngOnChanges not triggered for Input parameters (#87)

Improvements

  • Publish as public package to GitHub Packages

Improvements

  • Upgrade to Angular 11.1.1

Improvements

  • displayInfoMessage and displayErrorMessage can be overriden by child class (#81 by @mcrodrig)
  • Upgrade to Angular 10.1.6

Bug Fixes

  • Fixed timer issue on Server monitoring

Bug Fixes

Features

  • Upgrade to Angular 10.1.1
  • Added a new service that monitors the status of the TIBCO Spotfire Server. (#79 by @Gerromie)
  • Add a new output parameter serverStatusEvent that emits a SpotfireServer class after the TIBCO Spotfire Server has been monitored. (#79 by @Gerromie)
  • Demo1 can demonstrate the code. (#79 by @Gerromie)
  • expose SpotfireApplication and SpotfireDocument to have access to their properties and methods ex: access to Spotfire document properties, as demonstrated in demo3

Breaking Changes

  • All expoed classes have now 'Spotfire' as prefix (SpotfireApplication, SpotfireDocument, SpotfireReporting, ...).

Bug Fixes

  • Restores the ability to install the NPM package. Reopened Issue #75.

Features

  • Allow the spotfire-wrapper component to specify a version of the JavaScript API or to default to a reasonable server version. (#73 by @Gerromie)

Bug Fixes

  • Restores the ability to install the NPM package. Issue #75.

Features

Features

  • Add a new output parameter filtering that emits a SpotfireFiltering class once document is ready. This SpotfireFilteringclass provides the following functions: getFilteringScheme(filteringSchemeName), getFilteringSchemes(), getActiveFilteringScheme(), setFilters(), resetAllFilters() and getAllModifiedFilterColumns$()

Breaking Changes

  • The output parameter reportingEvent as been renamed reporting.

Features

Features

  • Migrate to Angular 8.2.14.
  • Add a new output parameter reportingEvent that emits a SpotfireExporting class once document is ready. This SpotfireExporting class provides the following export functions: print, exportToPowerPoint, exportToPdf, exportReport, exportActiveVisualAsImage and getReports. Note: These export functions may require specific tooling inside Spotfire (check any javascript errors thrown in console if nothing appears).
  • Updated demo1 with: filters as an object, filters as a string, export buttons and a fullscreen button to enlarge Spotfire dashboard using CSS.

Bug Fixes

  • filters when send as a string were not properly parsed. This is fixed.

  • Listen for change of filters parameters

Features

  • Publish on artifacts.tibco.com

Performance Improvements

  • Use setActivePage when document is already created. Quicker to move from one page to an other one.