Skip to content

Latest commit

 

History

History
98 lines (47 loc) · 3.61 KB

File metadata and controls

98 lines (47 loc) · 3.61 KB

CHANGELOG

v3.0.0 (2023-07-19)

Breaking

  • feat(vue23): Support vue2 and vue3 with latest plotly lib

BREAKING CHANGE: By updating to the latest plotly and supporting vue2/3 we may have introduced some breaking behavior (63dc776)

Unknown

  • Merge pull request #3 from Kitware/vue3

feat(vue23): Support vue2 and vue3 with latest plotly lib (86a0e84)

v2.1.1 (2023-02-23)

Fix

  • fix(version): add version

Signed-off-by: Patrick Avery <patrick.avery@kitware.com> (58100dd)

v2.1.0 (2022-11-18)

Chore

  • chore(semantic-release): bump version to latest

Signed-off-by: Patrick Avery <patrick.avery@kitware.com> (487343d)

Documentation

  • docs(coverage): remove codecov PR comment

Signed-off-by: Patrick Avery <patrick.avery@kitware.com> (5196cc3)

  • docs(coverage): add .coveragerc

Signed-off-by: Patrick Avery <patrick.avery@kitware.com> (dc825d0)

  • docs(ci): add coverage and codecov upload

Signed-off-by: Patrick Avery <patrick.avery@kitware.com> (3862800)

  • docs(readme): add CI badge

Signed-off-by: Patrick Avery <patrick.avery@kitware.com> (32ff20a)

  • docs(contributing): add CONTRIBUTING.rst

Signed-off-by: Patrick Avery <patrick.avery@kitware.com> (22b5908)

Feature

  • feat(figure): add ability to set state variable name

This is done so that the same underlying state variable can be used for two separate figures.

Signed-off-by: Patrick Avery <patrick.avery@kitware.com> (e09a072)

Unknown

  • Merge pull request #1 from Kitware/state-variable-name

feat(figure): add ability to set state variable name (407c5b0)

v2.0.1 (2022-05-27)

Documentation

  • docs(api): add missing information (a4521a7)

Fix

  • fix: add initial CI, including semantic release

This also fixes any pre-commit issues

Signed-off-by: Patrick Avery <patrick.avery@kitware.com> (cf33a87)

  • fix(rc5): trame.widgets initialize (e9801ff)

Unknown

  • Add all to plotly widgets

Signed-off-by: Patrick Avery <patrick.avery@kitware.com> (6b174a6)

  • Trame v2 - Plotly widgets

This initial commit gather the first stage of what the Plotly trame widgets represent for trame 2.0.0. (57dd546)