Skip to content

Commit e822615

Browse files
chore(main): release 3.2.0
1 parent 9631418 commit e822615

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

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

3+
## [3.2.0](https://github.com/ThatOpen/engine_components/compare/v3.1.0...v3.2.0) (2025-10-06)
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+
* apply ifc loader config ([6c7e205](https://github.com/ThatOpen/engine_components/commit/6c7e2057393e9a1eabfe2de8abc8785312f53d96))
14+
* correct lod material visibility when disabling postproduction ([16c279d](https://github.com/ThatOpen/engine_components/commit/16c279da054d82608c112505c71e0c6a4dafa82b))
15+
* correct mesher bugs ([d4fab7c](https://github.com/ThatOpen/engine_components/commit/d4fab7c0817e64cbc1652df513eb7f07d2d662d1))
16+
* hoverer and outliner correctly place meshes when 2 or more models are loaded. ([fbd2d1f](https://github.com/ThatOpen/engine_components/commit/fbd2d1fd6174d1e5b86e7457abf8f1a54cd5a8db))
17+
* make edge postprocessing pass material double side ([9631418](https://github.com/ThatOpen/engine_components/commit/9631418a12f47ea09a610337438611de14e99adc))
18+
319
## [3.1.0](https://github.com/ThatOpen/engine_components/compare/v2.4.0...v3.1.0) (2025-07-10)
420

521

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)