spotfiresoftware / spotfire-wrapper

An Angular component packaged as custom elements that defined a new HTML element to display a Spotfire dashboard in a framework-agnostic way
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

feature/customized-version #73

Closed Gerromie closed 4 years ago

Gerromie commented 4 years ago

Story

The API needs to support version 7.14 (or other LTS) and also allow developers to use newer version.

Changes

  1. Allow the <spotfire-wrapper> to add a version or to default to 7.14
  2. Modified the demo1 to demonstrate the use of 7.14 or 10.10

Tests

  1. Using an empty version in demo1/main.ts, confirmed that version 7.14 of the JavaScript API was loaded
  2. Using a value of 10.10 in demo1/main.ts, confirmed that version 10.10 of the JavaScript API was loaded