Skip to content

Commit 1517b1c

Browse files
chore(main): release 3.2.1 (#74)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 885826d commit 1517b1c

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

3+
## [3.2.1](https://github.com/ThatOpen/engine_fragment/compare/v3.1.0...v3.2.1) (2025-10-23)
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+
* expose web-ifc config ([98cb3f3](https://github.com/ThatOpen/engine_fragment/commit/98cb3f35fe53a2b89105e4ffab77f76e0fe0fad8))
11+
* fix tutorials paths ([7496f56](https://github.com/ThatOpen/engine_fragment/commit/7496f562ab7f5a24e2e23348ce64f0355ca4b701))
12+
* release edit api ([f8b23b1](https://github.com/ThatOpen/engine_fragment/commit/f8b23b15e7e796722ef18d7bd3634fe727c19daa))
13+
14+
15+
### Bug Fixes
16+
17+
* await set up model ([d86d799](https://github.com/ThatOpen/engine_fragment/commit/d86d79952f4b0bfde590bea938a56b5c52ab0a0c))
18+
* handle optional chaining for UnitType in IfcPropertyProcessor ([3f00edb](https://github.com/ThatOpen/engine_fragment/commit/3f00edbf3d7fa7097c954d8f20a1ded4ff43ff5f))
19+
* return raw geometry when profiles could not be generated ([5bc880b](https://github.com/ThatOpen/engine_fragment/commit/5bc880b9bf493914a06ae7ecb93d3e2b127486eb))
20+
21+
22+
### Miscellaneous Chores
23+
24+
* release 3.2.0 ([f4faa23](https://github.com/ThatOpen/engine_fragment/commit/f4faa236c38a9281c3e19c561c831aee77d6dc60))
25+
* release 3.2.1 ([885826d](https://github.com/ThatOpen/engine_fragment/commit/885826d5eaa170a9bdb04ea92980b18e38f12683))
26+
327
## [3.1.0](https://github.com/ThatOpen/engine_fragment/compare/v3.0.0...v3.1.0) (2025-07-10)
428

529

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
"vite": "5.1.6",
3737
"vite-plugin-dts": "3.7.3"
3838
},
39-
"version": "3.1.0"
39+
"version": "3.2.1"
4040
}

0 commit comments

Comments
 (0)