(all changes without author notice are by @nicolasderoche)
- Change to link the main doc to the right Spotfire API (#158 by @hpeters83)
- Upgrade to Angular 12.2.11
- Marked rows were sometimes not emited after marking changes.
- 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)
- export SpotfireFilterSetting
- when
parameters
is modified, the dashboard is reloaded
- 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
- ngOnChanges not triggered for Input parameters (#87)
- Publish as public package to GitHub Packages
- Upgrade to Angular 11.1.1
displayInfoMessage
anddisplayErrorMessage
can be overriden by child class (#81 by @mcrodrig)- Upgrade to Angular 10.1.6
- Fixed timer issue on Server monitoring
- 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 aSpotfireServer
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
- All expoed classes have now 'Spotfire' as prefix (
SpotfireApplication
,SpotfireDocument
,SpotfireReporting
, ...).
- Restores the ability to install the NPM package. Reopened Issue #75.
- Allow the spotfire-wrapper component to specify a version of the JavaScript API or to default to a reasonable server version. (#73 by @Gerromie)
- Restores the ability to install the NPM package. Issue #75.
- Add a new output parameter
filtering
that emits aSpotfireFiltering
class once document is ready. ThisSpotfireFiltering
class provides the following functions:getFilteringScheme(filteringSchemeName)
,getFilteringSchemes()
,getActiveFilteringScheme()
,setFilters()
,resetAllFilters()
andgetAllModifiedFilterColumns$()
- The output parameter
reportingEvent
as been renamedreporting
.
- Migrate to Angular 8.2.14.
- Add a new output parameter
reportingEvent
that emits aSpotfireExporting
class once document is ready. ThisSpotfireExporting
class provides the following export functions:print
,exportToPowerPoint
,exportToPdf
,exportReport
,exportActiveVisualAsImage
andgetReports
. 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.
filters
when send as a string were not properly parsed. This is fixed.
- Listen for change of
filters
parameters
- Publish on
artifacts.tibco.com
- Use
setActivePage
when document is already created. Quicker to move from one page to an other one.