Skip to content

Commit 0b56248

Browse files
chore(main): release 3.1.0
1 parent df2218d commit 0b56248

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

CHANGELOG.md

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

3+
## [3.1.0](https://github.com/ThatOpen/engine_components/compare/v2.4.0...v3.1.0) (2025-07-10)
4+
5+
6+
### Features
7+
8+
* adapt components to fragments 2.0 and improve all components ([ecedeb6](https://github.com/ThatOpen/engine_components/commit/ecedeb613b08d624c0b545e39477c5ca9ce4f4e1))
9+
* **core:** add section mesh generation component ([46ee63e](https://github.com/ThatOpen/engine_components/commit/46ee63e17253c9b1501ce47391164a101ed0e862))
10+
* **front:** adds event on length measurements deletion ([554e3a6](https://github.com/ThatOpen/engine_components/commit/554e3a6a9e2d67d8338dcec7f1757f80651824e0))
11+
12+
13+
### Bug Fixes
14+
15+
* **core:** ids facet bounds checking was inverted ([2c7461f](https://github.com/ThatOpen/engine_components/commit/2c7461ff5a4d1d783548391e0415a83e937f0474))
16+
* **core:** ids property facet was failing when it doesn't have to ([5786e57](https://github.com/ThatOpen/engine_components/commit/5786e5727c3d4250519e97849690397c86aaddf5))
17+
* **core:** incorrect ids export ([cb9848a](https://github.com/ThatOpen/engine_components/commit/cb9848acb474149b2bfef3e23817b4315ea50057))
18+
* Documentation Updates engine-components [#459](https://github.com/ThatOpen/engine_components/issues/459) ([#566](https://github.com/ThatOpen/engine_components/issues/566)) ([dd9f0d4](https://github.com/ThatOpen/engine_components/commit/dd9f0d490aaafd8ec8ceb40701949f52ba2cbfe2))
19+
* 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))
20+
* **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))
21+
* Highlighter isSetup # 556 ([#579](https://github.com/ThatOpen/engine_components/issues/579)) ([6780230](https://github.com/ThatOpen/engine_components/commit/6780230b83f703a5737a55aa7d5715aaa9c37efa)), closes [#556](https://github.com/ThatOpen/engine_components/issues/556)
22+
* mobile device orthographic camera zoom ([#558](https://github.com/ThatOpen/engine_components/issues/558)) ([29ebd0d](https://github.com/ThatOpen/engine_components/commit/29ebd0de11fc5fb53260b95a9e22ca77955e513a))
23+
* solve small highlight guard logic flaw ([e444737](https://github.com/ThatOpen/engine_components/commit/e444737d33d6823121001fd63a06bdcf80cf5ddd))
24+
* update fragments dependency version ([d3bcb9b](https://github.com/ThatOpen/engine_components/commit/d3bcb9be3590695fea962458b24f6357701b575b))
25+
26+
27+
### Miscellaneous Chores
28+
29+
* release 3.1.0 ([df2218d](https://github.com/ThatOpen/engine_components/commit/df2218d4916c420a45aedb9a5b7f797c7762f0ce))
30+
331
## [2.4.0](https://github.com/ThatOpen/engine_components/compare/v2.3.0...v2.4.0) (2024-11-28)
432

533

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": "2.4.0",
49+
"version": "3.1.0",
5050
"dependencies": {
5151
"camera-controls": "^2.9.0"
5252
}

0 commit comments

Comments
 (0)