Skip to content

Commit f66b965

Browse files
committed
v0.1.5
1 parent 08d6dce commit f66b965

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

changelog.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [v0.1.5](https://github.com/janosh/matterviz/compare/v0.1.4...v0.1.5)
4+
5+
> 22 July 2025
6+
7+
### 🛠 Enhancements
8+
9+
- Significant speedups of Trajectory and Structure viewers by @janosh in https://github.com/janosh/matterviz/pull/96
10+
- Add `auto-render` setting to VSCode extension by @janosh in https://github.com/janosh/matterviz/pull/97
11+
312
## [v0.1.4](https://github.com/janosh/matterviz/compare/v0.1.3...v0.1.4)
413

514
> 20 July 2025
@@ -18,8 +27,6 @@
1827

1928
- Structure.svelte rename prop `show_buttons` to `show_controls` for consistency with other components by @janosh
2029

21-
**Full Changelog**: https://github.com/janosh/matterviz/compare/v0.1.3...v0.1.4
22-
2330
## [v0.1.3](https://github.com/janosh/matterviz/compare/v0.1.2...v0.1.3)
2431

2532
> 9 July 2025
@@ -34,8 +41,6 @@
3441

3542
- Add `HistogramControls` using `DraggablePanel`, rename `TrajectorySidebar` to `TrajectoryInfoPanel` now also using `DraggablePanel` by @janosh in https://github.com/janosh/matterviz/pull/90
3643

37-
**Full Changelog**: https://github.com/janosh/matterviz/compare/v0.1.2...v0.1.3
38-
3944
## [v0.1.2](https://github.com/janosh/matterviz/compare/v0.1.1...v0.1.2)
4045

4146
> 4 July 2025
@@ -45,8 +50,6 @@
4550
- Allow toggling between histogram and line plot of properties in Trajectory viewer by @janosh in https://github.com/janosh/matterviz/pull/85
4651
- VSCode extension for rendering structures and trajectories with MatterViz directly in editor tabs by @janosh in https://github.com/janosh/matterviz/pull/82
4752

48-
**Full Changelog**: https://github.com/janosh/matterviz/compare/v0.1.0...v0.1.2
49-
5053
#### [v0.1.1](https://github.com/janosh/matterviz/compare/v0.1.1...v0.1.2)
5154

5255
> 19 June 2025
@@ -56,7 +59,7 @@
5659
- Big speedup of binary trajectory parsing by avoiding data-URI conversion, use ArrayBuffer directly by @janosh in https://github.com/janosh/matterviz/pull/81
5760
- Force vectors by @janosh in https://github.com/janosh/matterviz/pull/80
5861

59-
## [v0.1.0](https://github.com/janosh/matterviz/compare/v0.1.0...v0.1.0)
62+
## [v0.1.0](https://github.com/janosh/matterviz/commits/v0.1.0)
6063

6164
> 19 June 2025
6265
@@ -127,5 +130,3 @@
127130
- Couple new unit tests by @janosh in https://github.com/janosh/matterviz/pull/52
128131
- Add `color_scale_type`, `color_scheme`, `color_range` props to `ScatterPlot` for coloring points by numeric values by @janosh in https://github.com/janosh/matterviz/pull/58
129132
- `Trajectory` viewer by @janosh in https://github.com/janosh/matterviz/pull/75
130-
131-
**Full Changelog**: https://github.com/janosh/matterviz/commits/v0.1.0

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.1.4",
5+
"version": "0.1.5",
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.1.4",
8+
"version": "0.1.5",
99
"type": "module",
1010
"svelte": "./dist/index.js",
1111
"bugs": "https://github.com/janosh/matterviz/issues",

src/lib/icons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export const icon_data = {
153153
Database: {
154154
viewBox: `0 0 24 24`,
155155
path:
156-
`M12 5a9 3 0 0 1 9 3M21 12c0 1.66-4 3-9 3s-9-1.34-9-3M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5`,
156+
`M12 11q3.75 0 6.375-1.175T21 7t-2.625-2.825T12 3T5.625 4.175T3 7t2.625 2.825T12 11m0 2.5q1.025 0 2.563-.213t2.962-.687t2.45-1.237T21 9.5V12q0 1.1-1.025 1.863t-2.45 1.237t-2.962.688T12 16t-2.562-.213t-2.963-.687t-2.45-1.237T3 12V9.5q0 1.1 1.025 1.863t2.45 1.237t2.963.688T12 13.5m0 5q1.025 0 2.563-.213t2.962-.687t2.45-1.237T21 14.5V17q0 1.1-1.025 1.863t-2.45 1.237t-2.962.688T12 21t-2.562-.213t-2.963-.687t-2.45-1.237T3 17v-2.5q0 1.1 1.025 1.863t2.45 1.237t2.963.688T12 18.5`,
157157
},
158158
ORCID: {
159159
viewBox: `0 0 24 24`,

src/lib/trajectory/Trajectory.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@
10281028
align-items: center;
10291029
gap: clamp(2pt, 1cqw, 1ex);
10301030
padding: clamp(2pt, 0.5cqw, 1ex);
1031-
z-index: var(--traj-controls-z-index, 1);
1031+
z-index: var(--traj-controls-z-index, 3);
10321032
background: var(--surface-bg-hover);
10331033
backdrop-filter: blur(4px);
10341034
position: relative;

0 commit comments

Comments
 (0)