Skip to content

Releases: spotfiresoftware/spotfire-mods

1.3.2

30 Jun 07:05
Compare
Choose a tag to compare

Changes

The Spotfire Mods API 1.3.2 is a patch update to the API and includes the following new features:

  • Updated npm packages.

Compatibility

This release is compatible with Spotfire 11.5 and later.

1.2.1

30 Jun 07:04
047940c
Compare
Choose a tag to compare

Changes

The Spotfire Mods API 1.2.1 is a patch update to the API and includes the following new features:

  • Updated npm packages.

Compatibility

This release is compatible with Spotfire 11.4 and later.

1.3.1

28 Feb 10:45
2c4cacf
Compare
Choose a tag to compare

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

08 Oct 07:24
a1dae85
Compare
Choose a tag to compare

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

23 Jun 09:33
7be343f
Compare
Choose a tag to compare

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

26 May 04:04
66e722a
Compare
Choose a tag to compare

Changes

  • The examples primarily uses the hierarchy API to retrieve rows from the Mods API.

Compatibility

This release is compatible with Spotfire 11.3 and later.

1.1.0

26 Apr 07:12
9b6f19b
Compare
Choose a tag to compare

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.

1.0.5

22 Apr 03:37
Compare
Choose a tag to compare

Changes

  • Fix label sizing in spider chart with custom font size.
  • Formatting in examples.

Compatibility

This release is compatible with Spotfire 11.0 and later.

1.0.4

02 Mar 08:46
de381bf
Compare
Choose a tag to compare

Changes

  • Development server as separate package called @tibco/spotfire-mods-dev-server.
  • Minor code changes to spider chart example.

1.0.3

09 Feb 07:42
Compare
Choose a tag to compare

Changes:

  • Fix spiderchart compilation errors.
  • Add .vscode folder to spiderchart for mod-manifest intellisense.
  • Update incorrect package-lock.json files