- 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)
- Merge pull request #3 from Kitware/vue3
feat(vue23): Support vue2 and vue3 with latest plotly lib (86a0e84)
- fix(version): add version
Signed-off-by: Patrick Avery <patrick.avery@kitware.com> (58100dd)
- chore(semantic-release): bump version to latest
Signed-off-by: Patrick Avery <patrick.avery@kitware.com> (487343d)
- 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)
- 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)
- Merge pull request #1 from Kitware/state-variable-name
feat(figure): add ability to set state variable name (407c5b0)
- docs(api): add missing information (
a4521a7)
- 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)
- 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)