Skip to content

Commit cdb3b57

Browse files
committed
v0.3.2
1 parent 550d96d commit cdb3b57

File tree

5 files changed

+35
-5
lines changed

5 files changed

+35
-5
lines changed

changelog.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [v0.3.2](https://github.com/janosh/matterviz/compare/v0.3.1...v0.3.2)
4+
5+
> 4 March 2026
6+
7+
### 🚀 New Features
8+
9+
- Add side-by-side layout mode to ConvexHullStats by @janosh in https://github.com/janosh/matterviz/pull/307
10+
- Add HeatmapMatrix component with controls and ordering by @janosh in https://github.com/janosh/matterviz/pull/311
11+
- Add ChemPotDiagram component for chemical potential diagrams by @janosh in https://github.com/janosh/matterviz/pull/312
12+
- Add categorical bar chart support by @janosh in https://github.com/janosh/matterviz/pull/320
13+
- Add PlotPanel for interactive JSON data visualization by @janosh in https://github.com/janosh/matterviz/pull/321
14+
15+
### 🛠 Enhancements
16+
17+
- Phase diagram: vertical lever rule, dynamic x-domain, formula formatting, inline JSON editing via JsonTree, always-visible phase diagram editor by @janosh in https://github.com/janosh/matterviz/pull/309
18+
- Polish chempot diagram UX and interaction coverage by @janosh in https://github.com/janosh/matterviz/pull/313
19+
- Speed up chempot construction and add temperature filtering by @janosh in https://github.com/janosh/matterviz/pull/314
20+
- Improve isosurface render ordering and comparison sync by @janosh in https://github.com/janosh/matterviz/pull/316
21+
- Improve plot tooltips with richer defaults and physics-based band classification by @janosh in https://github.com/janosh/matterviz/pull/319
22+
23+
### 🐛 Bug Fixes
24+
25+
- Fix packaging json.gz to NPM + more component updates by @janosh in https://github.com/janosh/matterviz/pull/308
26+
- Isosurface performance: grid downsampling, debounced rendering, UI fixes by @janosh in https://github.com/janosh/matterviz/pull/322
27+
28+
### 💡 Refactoring
29+
30+
- Refactor trajectory parsing and tighten runtime type guards by @janosh in https://github.com/janosh/matterviz/pull/315
31+
- Unify plot components and add x2-axis (secondary top x-axis) support by @janosh in https://github.com/janosh/matterviz/pull/318
32+
333
## [v0.3.1](https://github.com/janosh/matterviz/compare/v0.3.0...v0.3.1)
434

535
> 9 February 2026

extensions/dash/component_manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[meta]
22
schema_version = 1
33
matterviz_npm_package = "matterviz"
4-
matterviz_version = "0.2.1"
4+
matterviz_version = "0.3.2"
55

66
# Curated typed wrappers.
77
# Add/remove entries freely; run scripts/sync_typed_wrappers.py to regenerate Python wrappers.

extensions/dash/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matterviz-dash-components",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Plotly Dash wrapper for MatterViz (Svelte) components",
55
"license": "MIT",
66
"private": true,
@@ -18,7 +18,7 @@
1818
"react-dom": ">=16.14.0"
1919
},
2020
"dependencies": {
21-
"matterviz": "^0.2.1",
21+
"matterviz": "^0.3.2",
2222
"prop-types": "^15.8.1"
2323
},
2424
"devDependencies": {

extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "matterviz",
33
"displayName": "MatterViz",
44
"description": "Visualize crystal structures and MD trajectories in VSCode",
5-
"version": "0.3.1",
5+
"version": "0.3.2",
66
"publisher": "janosh",
77
"icon": "icon.png",
88
"repository": "https://github.com/janosh/matterviz",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://janosh.github.io/matterviz",
66
"repository": "https://github.com/janosh/matterviz",
77
"license": "MIT",
8-
"version": "0.3.1",
8+
"version": "0.3.2",
99
"type": "module",
1010
"engines": {
1111
"node": ">=24"

0 commit comments

Comments
 (0)