Skip to content

Commit bf32b78

Browse files
author
semantic-release
committed
0.15.0
Automatically generated by python-semantic-release
1 parent 42ef35d commit bf32b78

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# CHANGELOG
22

33

4+
## v0.15.0 (2025-08-13)
5+
6+
### Chores
7+
8+
- Remove GitHub workflow for publishing @kitware/trame-vtklocal to npm
9+
([`e866983`](https://github.com/Kitware/trame-vtklocal/commit/e8669833bf2880d6577b88c3025743a59105fe3c))
10+
11+
### Continuous Integration
12+
13+
- Update apt cache before installing osmesa
14+
([`0545876`](https://github.com/Kitware/trame-vtklocal/commit/054587696082865bf577cf3ae1cb0e2978740335))
15+
16+
### Features
17+
18+
- Remove js-lib and refactor vue-components to use @kitware/vtk-wasm
19+
([`06240a7`](https://github.com/Kitware/trame-vtklocal/commit/06240a716919e724e81c3cd3a0a4f4252a13bcdd))
20+
21+
- Deleted js-lib directory including package.json, vite configuration files, and related build
22+
scripts. - Updated vue-components package.json to include @kitware/vtk-wasm as a dependency. -
23+
Refactored VtkLocal component to import RemoteSession from @kitware/vtk-wasm. - Removed remote.js,
24+
standalone.js, viewer.js, wasmLoader.js, style.css from vue-components. - Updated viewer.js to
25+
remove ExportViewer class and related functionality.
26+
27+
428
## v0.14.1 (2025-08-05)
529

630
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trame-vtklocal"
3-
version = "0.14.1"
3+
version = "0.15.0"
44
description = "VTK Local Rendering using WASM"
55
authors = [
66
{name = "Kitware Inc."},

0 commit comments

Comments
 (0)