Skip to content

Commit 28fc5d6

Browse files
chore(main): release 3.2.0
1 parent 16c279d commit 28fc5d6

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## [3.2.0](https://github.com/ThatOpen/engine_components/compare/v3.1.0...v3.2.0) (2025-08-19)
4+
5+
6+
### Features
7+
8+
* add VolumeMeasurement component in front package ([9382008](https://github.com/ThatOpen/engine_components/commit/93820081a3870c1af8d02d4015069b6679e4cf7f))
9+
10+
11+
### Bug Fixes
12+
13+
* correct lod material visibility when disabling postproduction ([16c279d](https://github.com/ThatOpen/engine_components/commit/16c279da054d82608c112505c71e0c6a4dafa82b))
14+
* correct mesher bugs ([d4fab7c](https://github.com/ThatOpen/engine_components/commit/d4fab7c0817e64cbc1652df513eb7f07d2d662d1))
15+
* hoverer and outliner correctly place meshes when 2 or more models are loaded. ([fbd2d1f](https://github.com/ThatOpen/engine_components/commit/fbd2d1fd6174d1e5b86e7457abf8f1a54cd5a8db))
16+
317
## [3.1.0](https://github.com/ThatOpen/engine_components/compare/v2.4.0...v3.1.0) (2025-07-10)
418

519

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"vite": "5.1.6",
4747
"vite-plugin-dts": "3.7.3"
4848
},
49-
"version": "3.1.0",
49+
"version": "3.2.0",
5050
"dependencies": {
5151
"camera-controls": "^2.9.0"
5252
}

0 commit comments

Comments
 (0)