Skip to content

Latest commit

 

History

History
90 lines (51 loc) · 2.42 KB

RELEASE_NOTES.md

File metadata and controls

90 lines (51 loc) · 2.42 KB

Release Notes

This file contains changes based on this template

Upgrade Steps List out, as concretely as possible, any steps users have to take when they upgrade beyond just dumping the dependency. Write pseudocode that highlights what code should change and how. Call out if users are recommended to upgrade because of known problems with older releases. Preferably, there's nothing here.

Breaking Changes A complete list of breaking changes (preferably there are none, unless this is a major version).

New Features Describe the new feature and when/why to use it. Add some pictures! Call out any caveats/warnings? Is it a beta feature?

Bug Fixes Call out any existing feature/functionality that now works as intended or expected.

Improvements Improvements/enhancements to a workflow, performance, logging, error messaging, or user experience

Other Changes Other miscellaneous changes that don't fit into any of the above categories. Try to leave this empty - ideally, all changes fit into the categories above

2.1.0

New features

  • Added configuration option to allow loading a custom version of the Tableau JavaScript API v2. Fixes issue #42

2.0.1

Breaking Changes

  • Changed compilation configuration and options for Node 16+
  • Updated dependencies for Node 16+

1.4.0

New Features

  • Added tableauVizLoaded event and documentation for handling Tableau Viz events

Other Changes

  • Added debugMode option to show only log traces when enabled. Fixes issue #38

1.3.1

Improvements

1.3.0

Bug Fixes

  • Fixed type of toolbarPosition option

Other Changes

  • Added options to the documentation

1.2.0

New feature

  • Added Tableau viz options as an input
  • Added event loaded

1.1.1

Other Changes

  • Disabled Ivy compilation

1.1.0

Bug Fixes

  • Moved initialization logic to ngOnInit. Fixes issue #1

1.0.0

New Features

  • Add logic to embed a Tableau if the required inputs are given

  • Add unit test