|
1 | | -# Changelog |
| 1 | +# CHANGELOG |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +## v3.0.0 (2023-07-19) |
| 6 | + |
| 7 | +### Breaking |
| 8 | + |
| 9 | +* feat(vue23): Support vue2 and vue3 with latest plotly lib |
| 10 | + |
| 11 | +BREAKING CHANGE: By updating to the latest plotly and supporting vue2/3 we may have introduced some breaking behavior ([`63dc776`](https://github.com/Kitware/trame-plotly/commit/63dc776278ff71785d0403faea5f54c02e5f4396)) |
| 12 | + |
| 13 | +### Unknown |
| 14 | + |
| 15 | +* Merge pull request #3 from Kitware/vue3 |
| 16 | + |
| 17 | +feat(vue23): Support vue2 and vue3 with latest plotly lib ([`86a0e84`](https://github.com/Kitware/trame-plotly/commit/86a0e84c1d3627e5c5a3224cdc150d16b1c8628c)) |
2 | 18 |
|
3 | | -<!--next-version-placeholder--> |
4 | 19 |
|
5 | 20 | ## v2.1.1 (2023-02-23) |
| 21 | + |
6 | 22 | ### Fix |
7 | | -* **version:** Add __version__ ([`58100dd`](https://github.com/Kitware/trame-plotly/commit/58100dd11a4c601e5b1efe7105f0489b7b5d865e)) |
| 23 | + |
| 24 | +* fix(version): add __version__ |
| 25 | + |
| 26 | +Signed-off-by: Patrick Avery <[email protected]> ( [`58100dd`](https://github.com/Kitware/trame-plotly/commit/58100dd11a4c601e5b1efe7105f0489b7b5d865e)) |
| 27 | + |
8 | 28 |
|
9 | 29 | ## v2.1.0 (2022-11-18) |
10 | | -### Feature |
11 | | -* **figure:** Add ability to set state variable name ([`e09a072`](https://github.com/Kitware/trame-plotly/commit/e09a072347e3b03234d90028a826634cd334a1bf)) |
| 30 | + |
| 31 | +### Chore |
| 32 | + |
| 33 | +* chore(semantic-release): bump version to latest |
| 34 | + |
| 35 | +Signed-off-by: Patrick Avery <[email protected]> ( [`487343d`](https://github.com/Kitware/trame-plotly/commit/487343dadd8c38d759634c32cd33831e3235f625)) |
12 | 36 |
|
13 | 37 | ### Documentation |
14 | | -* **coverage:** Remove codecov PR comment ([`5196cc3`](https://github.com/Kitware/trame-plotly/commit/5196cc37347942375e5bc2a372bd7fc13ed9c6ad)) |
15 | | -* **coverage:** Add .coveragerc ([`dc825d0`](https://github.com/Kitware/trame-plotly/commit/dc825d05f815583030be00dfeaf1dce007cb463c)) |
16 | | -* **ci:** Add coverage and codecov upload ([`3862800`](https://github.com/Kitware/trame-plotly/commit/38628009ead520307f6b29144da11a5b92ad10ae)) |
17 | | -* **readme:** Add CI badge ([`32ff20a`](https://github.com/Kitware/trame-plotly/commit/32ff20a03d2c1508c4984554cb913610a16ff26a)) |
18 | | -* **contributing:** Add CONTRIBUTING.rst ([`22b5908`](https://github.com/Kitware/trame-plotly/commit/22b5908eddad7607c8b01fe43a076952993281b0)) |
| 38 | + |
| 39 | +* docs(coverage): remove codecov PR comment |
| 40 | + |
| 41 | +Signed-off-by: Patrick Avery <[email protected]> ( [`5196cc3`](https://github.com/Kitware/trame-plotly/commit/5196cc37347942375e5bc2a372bd7fc13ed9c6ad)) |
| 42 | + |
| 43 | +* docs(coverage): add .coveragerc |
| 44 | + |
| 45 | +Signed-off-by: Patrick Avery <[email protected]> ( [`dc825d0`](https://github.com/Kitware/trame-plotly/commit/dc825d05f815583030be00dfeaf1dce007cb463c)) |
| 46 | + |
| 47 | +* docs(ci): add coverage and codecov upload |
| 48 | + |
| 49 | +Signed-off-by: Patrick Avery <[email protected]> ( [`3862800`](https://github.com/Kitware/trame-plotly/commit/38628009ead520307f6b29144da11a5b92ad10ae)) |
| 50 | + |
| 51 | +* docs(readme): add CI badge |
| 52 | + |
| 53 | +Signed-off-by: Patrick Avery <[email protected]> ( [`32ff20a`](https://github.com/Kitware/trame-plotly/commit/32ff20a03d2c1508c4984554cb913610a16ff26a)) |
| 54 | + |
| 55 | +* docs(contributing): add CONTRIBUTING.rst |
| 56 | + |
| 57 | +Signed-off-by: Patrick Avery <[email protected]> ( [`22b5908`](https://github.com/Kitware/trame-plotly/commit/22b5908eddad7607c8b01fe43a076952993281b0)) |
| 58 | + |
| 59 | +### Feature |
| 60 | + |
| 61 | +* feat(figure): add ability to set state variable name |
| 62 | + |
| 63 | +This is done so that the same underlying state variable can be used for two separate figures. |
| 64 | + |
| 65 | +Signed-off-by: Patrick Avery <[email protected]> ( [`e09a072`](https://github.com/Kitware/trame-plotly/commit/e09a072347e3b03234d90028a826634cd334a1bf)) |
| 66 | + |
| 67 | +### Unknown |
| 68 | + |
| 69 | +* Merge pull request #1 from Kitware/state-variable-name |
| 70 | + |
| 71 | +feat(figure): add ability to set state variable name ([`407c5b0`](https://github.com/Kitware/trame-plotly/commit/407c5b0314adac4862866bbba260e000c05edaf9)) |
| 72 | + |
19 | 73 |
|
20 | 74 | ## v2.0.1 (2022-05-27) |
21 | | -### Fix |
22 | | -* Add initial CI, including semantic release ([`cf33a87`](https://github.com/Kitware/trame-plotly/commit/cf33a87eb02f0968dc224ffd74f511402fa5a667)) |
23 | | -* **rc5:** Trame.widgets initialize ([`e9801ff`](https://github.com/Kitware/trame-plotly/commit/e9801ffb4a6b1a36a6b1e0f3fe0b63a561bb107a)) |
24 | 75 |
|
25 | 76 | ### Documentation |
26 | | -* **api:** Add missing information ([`a4521a7`](https://github.com/Kitware/trame-plotly/commit/a4521a76c49978b86db205bf6416b5504a05a517)) |
| 77 | + |
| 78 | +* docs(api): add missing information ([`a4521a7`](https://github.com/Kitware/trame-plotly/commit/a4521a76c49978b86db205bf6416b5504a05a517)) |
| 79 | + |
| 80 | +### Fix |
| 81 | + |
| 82 | +* fix: add initial CI, including semantic release |
| 83 | + |
| 84 | +This also fixes any pre-commit issues |
| 85 | + |
| 86 | +Signed-off-by: Patrick Avery <[email protected]> ( [`cf33a87`](https://github.com/Kitware/trame-plotly/commit/cf33a87eb02f0968dc224ffd74f511402fa5a667)) |
| 87 | + |
| 88 | +* fix(rc5): trame.widgets initialize ([`e9801ff`](https://github.com/Kitware/trame-plotly/commit/e9801ffb4a6b1a36a6b1e0f3fe0b63a561bb107a)) |
| 89 | + |
| 90 | +### Unknown |
| 91 | + |
| 92 | +* Add __all__ to plotly widgets |
| 93 | + |
| 94 | +Signed-off-by: Patrick Avery <[email protected]> ( [`6b174a6`](https://github.com/Kitware/trame-plotly/commit/6b174a6a0925391344e05cfb6e451c3d21086000)) |
| 95 | + |
| 96 | +* Trame v2 - Plotly widgets |
| 97 | + |
| 98 | +This initial commit gather the first stage of what the Plotly trame widgets represent for trame 2.0.0. ([`57dd546`](https://github.com/Kitware/trame-plotly/commit/57dd5463d52b1cfd6085f9c2c4def6ba18221dc0)) |
0 commit comments