Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## [3.3.0](https://github.com/ThatOpen/engine_fragment/compare/v3.2.1...v3.3.0) (2025-12-15)


### Features

* add all ifc metadata info to fragments ([6fb2e6c](https://github.com/ThatOpen/engine_fragment/commit/6fb2e6ccf841f526265b4e9b30090d0303860964))
* add ifc bridge part to default ifc elements ([1468c6d](https://github.com/ThatOpen/engine_fragment/commit/1468c6d4ed5aed77ccfd2bf88c218d1f911c434f))
* add more methods to single threaded fragments model ([fe43e1a](https://github.com/ThatOpen/engine_fragment/commit/fe43e1ad2776c8e92cc8885b640b40dcd17b73fa))
* allow to load all categories and relations ([0ee5da1](https://github.com/ThatOpen/engine_fragment/commit/0ee5da15aa6918ec2b88493117686ae27c487f47))
* allow to return all raycast results ([7012998](https://github.com/ThatOpen/engine_fragment/commit/701299806cb3462ba0163dd1802f3730b2c7dfc3))
* force ifc spaces to be transparent by default ([2bdd447](https://github.com/ThatOpen/engine_fragment/commit/2bdd44792f49b96d38ef807ee58ba9f96c8a332d))
* implement grids ([3b19a28](https://github.com/ThatOpen/engine_fragment/commit/3b19a28d448ce882ae9de768f2523082fc3dd249))
* implement lod mode ([95bb163](https://github.com/ThatOpen/engine_fragment/commit/95bb163e5b1b38cba04f04a65dc0b05c59b50239))


### Bug Fixes

* correct await force update behavior ([92b7f8d](https://github.com/ThatOpen/engine_fragment/commit/92b7f8d99d50caa302f68265a9ad1f01280d539b))
* correct error when importing certain relations ([14aea10](https://github.com/ThatOpen/engine_fragment/commit/14aea10c5e118fc800919e74b730a5f4a05e236c))
* correct grid edge case ([a1fe6f8](https://github.com/ThatOpen/engine_fragment/commit/a1fe6f83edc422cb16e621d17acbfa43e2a440fa))
* correct metadata failing with empty values ([081f296](https://github.com/ThatOpen/engine_fragment/commit/081f296fb7cdbe11d2431d2f7a8df1005ec434a5))
* correct small harmless error in ifc importer ([2e9a276](https://github.com/ThatOpen/engine_fragment/commit/2e9a27615751f259093eff510b988f4dfbea64aa))
* correct various bugs when getting edited items data ([e39a652](https://github.com/ThatOpen/engine_fragment/commit/e39a652d529e931d1ff61ec506427e067180385d))
* **ifc-importer:** exclude boolean from attribute serialization process ([#96](https://github.com/ThatOpen/engine_fragment/issues/96)) ([db3b785](https://github.com/ThatOpen/engine_fragment/commit/db3b785e781c8dddfadbd984ddac88f941e0406a))
* improve storey elevation replacement logic ([67eef05](https://github.com/ThatOpen/engine_fragment/commit/67eef05d71e8fa0239f4be12bfd6a02b9c003dde))
* remove civil points inversion (not necessary anymore) ([23602aa](https://github.com/ThatOpen/engine_fragment/commit/23602aa594fc653af36468b659819f6ee62e47ac))
* set up data in single threaded frag model ([0ab0ded](https://github.com/ThatOpen/engine_fragment/commit/0ab0ded836609b0734d6370cfceba7c330498273))
* skip geometries with zero bounding box ([b5e7e21](https://github.com/ThatOpen/engine_fragment/commit/b5e7e2141bdac3d0c761c8b142521ac1ecdf0a4b))


### Miscellaneous Chores

* release 3.3.0 ([95846b7](https://github.com/ThatOpen/engine_fragment/commit/95846b7de60d600eb520db3a06a545e68f2d1c38))

## [3.2.1](https://github.com/ThatOpen/engine_fragment/compare/v3.1.0...v3.2.1) (2025-10-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
"vite": "5.1.6",
"vite-plugin-dts": "3.7.3"
},
"version": "3.2.1"
"version": "3.3.0"
}