Skip to content

Commit b5d939c

Browse files
chore(main): release 3.2.0
1 parent f31d9ae commit b5d939c

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

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

3+
## [3.2.0](https://github.com/ThatOpen/engine_components/compare/v3.1.0...v3.2.0) (2025-10-23)
4+
5+
6+
### Features
7+
8+
* add VolumeMeasurement component in front package ([9382008](https://github.com/ThatOpen/engine_components/commit/93820081a3870c1af8d02d4015069b6679e4cf7f))
9+
* Adds option to not skip other tests if one fails ([3cf1c1c](https://github.com/ThatOpen/engine_components/commit/3cf1c1c09bf0834351e25482ddb9c3266a42a9a8))
10+
* allow to customize color to exclude from postproduction ([5c7c6ac](https://github.com/ThatOpen/engine_components/commit/5c7c6ac2b0e0964924710177b1d83d5593625eb6))
11+
* release ([f31d9ae](https://github.com/ThatOpen/engine_components/commit/f31d9ae4b13d965ecfdcb1947ad729352bbeae05))
12+
13+
14+
### Bug Fixes
15+
16+
* apply ifc loader config ([6c7e205](https://github.com/ThatOpen/engine_components/commit/6c7e2057393e9a1eabfe2de8abc8785312f53d96))
17+
* correct lod material visibility when disabling postproduction ([16c279d](https://github.com/ThatOpen/engine_components/commit/16c279da054d82608c112505c71e0c6a4dafa82b))
18+
* correct mesher bugs ([d4fab7c](https://github.com/ThatOpen/engine_components/commit/d4fab7c0817e64cbc1652df513eb7f07d2d662d1))
19+
* hoverer and outliner correctly place meshes when 2 or more models are loaded. ([fbd2d1f](https://github.com/ThatOpen/engine_components/commit/fbd2d1fd6174d1e5b86e7457abf8f1a54cd5a8db))
20+
* make edge postprocessing pass material double side ([9631418](https://github.com/ThatOpen/engine_components/commit/9631418a12f47ea09a610337438611de14e99adc))
21+
322
## [3.1.0](https://github.com/ThatOpen/engine_components/compare/v2.4.0...v3.1.0) (2025-07-10)
423

524

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
@@ -47,7 +47,7 @@
4747
"vite": "5.1.6",
4848
"vite-plugin-dts": "3.7.3"
4949
},
50-
"version": "3.1.0",
50+
"version": "3.2.0",
5151
"dependencies": {
5252
"camera-controls": "^2.9.0"
5353
}

0 commit comments

Comments
 (0)