Skip to content

Commit 9091240

Browse files
chore(main): release 2.5.0
1 parent 914b449 commit 9091240

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.5.0](https://github.com/ThatOpen/engine_components/compare/v2.4.0...v2.5.0) (2025-02-18)
4+
5+
6+
### Features
7+
8+
* **core:** add section mesh generation component ([46ee63e](https://github.com/ThatOpen/engine_components/commit/46ee63e17253c9b1501ce47391164a101ed0e862))
9+
* **front:** adds event on length measurements deletion ([554e3a6](https://github.com/ThatOpen/engine_components/commit/554e3a6a9e2d67d8338dcec7f1757f80651824e0))
10+
11+
12+
### Bug Fixes
13+
14+
* **core:** ids facet bounds checking was inverted ([2c7461f](https://github.com/ThatOpen/engine_components/commit/2c7461ff5a4d1d783548391e0415a83e937f0474))
15+
* **core:** ids property facet was failing when it doesn't have to ([5786e57](https://github.com/ThatOpen/engine_components/commit/5786e5727c3d4250519e97849690397c86aaddf5))
16+
* FaceMeasurement for Multiple Models [#533](https://github.com/ThatOpen/engine_components/issues/533) ([#565](https://github.com/ThatOpen/engine_components/issues/565)) ([914b449](https://github.com/ThatOpen/engine_components/commit/914b4497604db2cd4129ddca5a4daec938a28906))
17+
* **front:** Revert "Use RawShaderMaterial for transparent objects to improve culling ([#532](https://github.com/ThatOpen/engine_components/issues/532))" ([4930288](https://github.com/ThatOpen/engine_components/commit/4930288c12d45a9f6a75603fe5601b223fefc293))
18+
* mobile device orthographic camera zoom ([#558](https://github.com/ThatOpen/engine_components/issues/558)) ([29ebd0d](https://github.com/ThatOpen/engine_components/commit/29ebd0de11fc5fb53260b95a9e22ca77955e513a))
19+
320
## [2.4.0](https://github.com/ThatOpen/engine_components/compare/v2.3.0...v2.4.0) (2024-11-28)
421

522

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"vite": "5.1.6",
4646
"vite-plugin-dts": "3.7.3"
4747
},
48-
"version": "2.4.0",
48+
"version": "2.5.0",
4949
"dependencies": {
5050
"camera-controls": "^2.9.0"
5151
}

0 commit comments

Comments
 (0)