Releases: spotfiresoftware/spotfire-mods
1.3.2
1.2.1
1.3.1
Changes
This release updates the mods-dev-server
package for all examples to version 1.0.1. It can be manually installed in pre-existing projects by invoking npm install --save-dev @tibco/spotfire-mods-dev-server
.
Compatibility
This release is compatible with Spotfire 11.5 and later.
1.3.0
Changes
The Spotfire Mods API 1.3 is a minor update to the API and includes the following new features:
- The possibility to use Spotfire native tooltips in a Mod. This makes it possible for the end user of a Mod to configure what to show in the tooltip for a Mod, just like any other Spotfire visaulization. For a Mod developer this new feature needs to be configured in the Mod's manifest, and the new API method for Tooltip.show.
- The possibility to query the reader if a certain value has changed when the reader callback is invoked, by calling Reader.hasValueChanged
All new features are non-breaking, and existing mods (using Spotfire Mods API 1.0 - 1.2) will continue to work.
Compatibility
This release is compatible with Spotfire 11.5 and later.
1.2.0
Changes
The Spotfire Mods API 1.2 is a minor update to the API and includes the following new features:
- The possibility to find out whether an analysis is in viewing or editing mode. This makes it possible for the developer to adapt custom UIs to show or hide authoring capabilities depending on the mode, and achieve the same behavior as native UIs, such as axis selectors, icons in visualization title bars, and panels.
All the new features are non-breaking, and existing mods (using Spotfire Mods API 1.0) will continue to work.
Compatibility
This release is compatible with Spotfire 11.4 and later.
1.1.1
1.1.0
Changes
The Spotfire Mods API 1.1 is a minor update to the API and includes the following new features:
- The ability to cancel a Reader, which allows you to start and cancel subscriptions for more dynamic functionality.
- New elementId method on DataViewRow objects, which gives you stable row identifiers that can be used to identify visual elements in different data views.
- New leafNode method on DataViewRow objects, which makes it easier to handle data from a categorical axis without having to check for empty expression.
- ID property on Page objects, more robust than index and name.
- Enabled state for radio buttons.
All the new features are non-breaking, and existing mods (using Spotfire Mods API 1.0) will continue to work.
Compatibility
This release is compatible with Spotfire 11.3 and later.