From c43d3c4532f72afc262f790e8f992e253c8dc506 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 10:01:05 +0000 Subject: [PATCH] chore(main): release 3.4.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20f8c28..ca58b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [3.4.0](https://github.com/ThatOpen/engine_fragment/compare/v3.3.2...v3.4.0) (2026-02-26) + + +### Features + +* add crs support ([304d56b](https://github.com/ThatOpen/engine_fragment/commit/304d56b61e9d8d1d2a74ff0176d779345399c61d)) +* add ifc file splitter and extractor ([f5ee358](https://github.com/ThatOpen/engine_fragment/commit/f5ee35807f566eff83ae732568ba6ede9727ad5b)) +* implement highlights for lod ([063293d](https://github.com/ThatOpen/engine_fragment/commit/063293d59b5123964145fb3df91e9cdbbb3d4118)) +* implement more ifc properties cases ([b6ed3c1](https://github.com/ThatOpen/engine_fragment/commit/b6ed3c1b007e9f851f661d2d63bd583e4ecea0c0)) +* implement optional traditional workers ([f976443](https://github.com/ThatOpen/engine_fragment/commit/f97644314ba0b8b19ff671760d5c1dbfc638f015)) +* inject ifc splitter dependencies ([1cc799b](https://github.com/ThatOpen/engine_fragment/commit/1cc799b15fb0110e8a33c0eb3617ab3980911661)) +* make worker url optional ([a99d069](https://github.com/ThatOpen/engine_fragment/commit/a99d06981be223b0cb2b0b13b1f300592024a22f)) +* track visible items ([6804110](https://github.com/ThatOpen/engine_fragment/commit/680411030ddb39d5ca64354538a31a688655a53e)) + + +### Bug Fixes + +* correct boolean operation bug ([8bc50a7](https://github.com/ThatOpen/engine_fragment/commit/8bc50a7c4493a11d13983d6e2e47a154b26a2d33)) +* correct bug when editing newly created items ([381eb46](https://github.com/ThatOpen/engine_fragment/commit/381eb463925b06662fec7399aab966b8ca5676f7)) +* correct deduplication algo bug ([081a1a9](https://github.com/ThatOpen/engine_fragment/commit/081a1a9287f7dfb95094e648016ce4f9742e3338)) +* correct raycasting frustum for ortho camera ([fda0eca](https://github.com/ThatOpen/engine_fragment/commit/fda0eca55130e7f1ae780ffaf8e6b855fa61572b)) +* correct visibility control when using all_visible ([b1b32d4](https://github.com/ThatOpen/engine_fragment/commit/b1b32d4241b2ef435ff5078d89a1afb7aaf79344)) +* **materials:** Fix setColor and setOpacity ([#148](https://github.com/ThatOpen/engine_fragment/issues/148)) ([08289d3](https://github.com/ThatOpen/engine_fragment/commit/08289d3a3f1e5da52cef90ebf09aca9d8f7d81ea)) +* **rebar:** use shell geometry if rebars are not exported as SweptDiskSolids ([#156](https://github.com/ThatOpen/engine_fragment/issues/156)) ([20c1916](https://github.com/ThatOpen/engine_fragment/commit/20c1916f30f35f0664728d7e3a7e9c2909cb372b)) +* reset attributesToExclude to ensure all attributes are processed ([#159](https://github.com/ThatOpen/engine_fragment/issues/159)) ([1327272](https://github.com/ThatOpen/engine_fragment/commit/132727204b597fbaa521adb5d70f9d10e9d8859a)) +* solve error when loading civil files with empty alignments ([069f944](https://github.com/ThatOpen/engine_fragment/commit/069f944b55b918ac0955aefc97995a313a314c79)) + ## [3.3.2](https://github.com/ThatOpen/engine_fragment/compare/v3.3.0...v3.3.2) (2026-01-27) diff --git a/package.json b/package.json index 7f734a7..0f2f343 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "vite": "5.1.6", "vite-plugin-dts": "3.7.3" }, - "version": "3.3.2" + "version": "3.4.0" }