Skip to content

Commit f7a15d4

Browse files
chore(main): release 3.2.0
1 parent 50c837c commit f7a15d4

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
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.2.0](https://github.com/ThatOpen/engine_fragment/compare/v3.1.0...v3.2.0) (2025-08-03)
4+
5+
6+
### Features
7+
8+
* add ifc road to ifc element list ([5b6fec9](https://github.com/ThatOpen/engine_fragment/commit/5b6fec9b104ee9a61bb5247d01df40385cd0d77a))
9+
* allow to disable guard to ignore objects far away from the origin ([50c837c](https://github.com/ThatOpen/engine_fragment/commit/50c837c126d437f1aa6fee801db02b622c13c6c1))
10+
* fix tutorials paths ([7496f56](https://github.com/ThatOpen/engine_fragment/commit/7496f562ab7f5a24e2e23348ce64f0355ca4b701))
11+
12+
13+
### Bug Fixes
14+
15+
* await set up model ([d86d799](https://github.com/ThatOpen/engine_fragment/commit/d86d79952f4b0bfde590bea938a56b5c52ab0a0c))
16+
* handle optional chaining for UnitType in IfcPropertyProcessor ([3f00edb](https://github.com/ThatOpen/engine_fragment/commit/3f00edbf3d7fa7097c954d8f20a1ded4ff43ff5f))
17+
* return raw geometry when profiles could not be generated ([5bc880b](https://github.com/ThatOpen/engine_fragment/commit/5bc880b9bf493914a06ae7ecb93d3e2b127486eb))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* release 3.2.0 ([f4faa23](https://github.com/ThatOpen/engine_fragment/commit/f4faa236c38a9281c3e19c561c831aee77d6dc60))
23+
324
## [3.1.0](https://github.com/ThatOpen/engine_fragment/compare/v3.0.0...v3.1.0) (2025-07-10)
425

526

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
"vite": "5.1.6",
3636
"vite-plugin-dts": "3.7.3"
3737
},
38-
"version": "3.1.0"
38+
"version": "3.2.0"
3939
}

0 commit comments

Comments
 (0)