Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [1.0.0-alpha](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v1.0.0-alpha) - October 20, 2025


### Miscellaneous

- Doc: Add extended migration guide [#363](https://github.com/ansys/ansys-tools-visualization-interface/pull/363)
- Build(deps): bump pytest-pyvista from 0.2.0 to 0.3.0 in the test-dependencies group [#370](https://github.com/ansys/ansys-tools-visualization-interface/pull/370)
- Chore: update CHANGELOG for v0.12.0 [#374](https://github.com/ansys/ansys-tools-visualization-interface/pull/374)
- [pre-commit.ci] pre-commit autoupdate [#376](https://github.com/ansys/ansys-tools-visualization-interface/pull/376), [#391](https://github.com/ansys/ansys-tools-visualization-interface/pull/391)
- Chore: update CHANGELOG for v0.12.1 [#377](https://github.com/ansys/ansys-tools-visualization-interface/pull/377)
- Build(deps): bump pyside6 from 6.9.3 to 6.10.0 in the general-dependencies group [#389](https://github.com/ansys/ansys-tools-visualization-interface/pull/389)
- Build(deps): bump ansys-sphinx-theme[autoapi] from 1.6.1 to 1.6.3 in the doc-dependencies group [#390](https://github.com/ansys/ansys-tools-visualization-interface/pull/390)
- Feat(Plotly): Add view buttons, toggle bounding box axes and change between orthogonal and perspective projections [#392](https://github.com/ansys/ansys-tools-visualization-interface/pull/392)
- Feat(plotly): Add night mode button [#394](https://github.com/ansys/ansys-tools-visualization-interface/pull/394)
- Docs: Add support for plotly example rendering [#395](https://github.com/ansys/ansys-tools-visualization-interface/pull/395)
- Build(deps): bump jupytext from 1.17.3 to 1.18.1 in the general-dependencies group [#397](https://github.com/ansys/ansys-tools-visualization-interface/pull/397)
- Fix: Button positioning when resizing [#398](https://github.com/ansys/ansys-tools-visualization-interface/pull/398)


### Maintenance

- Feat: Add Plotly as backend [#378](https://github.com/ansys/ansys-tools-visualization-interface/pull/378)

## [0.12.1](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v0.12.1) - October 07, 2025


Expand Down
1 change: 0 additions & 1 deletion doc/changelog.d/363.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/370.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/374.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/376.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/377.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/378.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/389.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/390.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/391.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/392.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/394.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/395.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/397.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/398.miscellaneous.md

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.d/399.miscellaneous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Chore: update CHANGELOG for v1.0.0-alpha
Loading