Skip to content

Commit 4e2fb02

Browse files
chore(main): release 3.3.0
1 parent 6ee9880 commit 4e2fb02

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

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

3+
## [3.3.0](https://github.com/ThatOpen/engine_components/compare/v3.2.0...v3.3.0) (2025-11-12)
4+
5+
6+
### Features
7+
8+
* Adds IDSInfo as an accessible attribute ([720f1ce](https://github.com/ThatOpen/engine_components/commit/720f1ceca819f1b33ad6d58613726d01c741e548))
9+
* **core:** implement manual mode in renderer ([4032f29](https://github.com/ThatOpen/engine_components/commit/4032f29497ac1c46d1bfced93aa7e46aac81fa88))
10+
* **core:** restore raycast from vector ([6ee9880](https://github.com/ThatOpen/engine_components/commit/6ee98804bafd8b3fea312d8421ae335d1203a55a))
11+
* **front:** add manual mode, gloss and better ao to postproduction renderer ([62e2de9](https://github.com/ThatOpen/engine_components/commit/62e2de914fcc71f3af7e56ec868a11d90322ab5e))
12+
* make ifc importer accessible in ifc loader ([2827dd8](https://github.com/ThatOpen/engine_components/commit/2827dd8de527fd9df5f4e72f430cbd86d2790294))
13+
* Makes IDSInfo accessible by adding the attribute. ([3abab49](https://github.com/ThatOpen/engine_components/commit/3abab4916d3983b51828df3b62a13937262f65f2))
14+
15+
16+
### Bug Fixes
17+
18+
* correct edge measure mode example error ([c0dd98f](https://github.com/ThatOpen/engine_components/commit/c0dd98f4d664c07a106f4e8fed68edf0b161fd84))
19+
* correct fragments manager returning all ids with empty arrays ([211bbe0](https://github.com/ThatOpen/engine_components/commit/211bbe09367eac7806b6473498c9d19d80f550ca))
20+
* correct highlighter coloring with edited models ([0ffcd87](https://github.com/ThatOpen/engine_components/commit/0ffcd871804ba3744c0f10b8888389cf748b1547))
21+
* correct highlighter result with edited models ([a6c4452](https://github.com/ThatOpen/engine_components/commit/a6c4452c18bb9b710fc1d985355c04e525af8c11))
22+
* incorrect positioning of clip edges and fills in models loaded after the first ([61e0055](https://github.com/ThatOpen/engine_components/commit/61e0055b00d3654b10a282fa24832fc367fb6424))
23+
324
## [3.2.0](https://github.com/ThatOpen/engine_components/compare/v3.1.0...v3.2.0) (2025-10-23)
425

526

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.2.0",
50+
"version": "3.3.0",
5151
"dependencies": {
5252
"camera-controls": "^2.9.0"
5353
}

0 commit comments

Comments
 (0)