Skip to content

Commit a11cb9a

Browse files
chore(main): release 2.4.0
1 parent 979ebe7 commit a11cb9a

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [2.4.0](https://github.com/ThatOpen/engine_components/compare/v2.3.0...v2.4.0) (2024-11-06)
4+
5+
6+
### Features
7+
8+
* **core:** allows to define a custom name to Classifier.bySpatialStructure ([a5d806a](https://github.com/ThatOpen/engine_components/commit/a5d806a1503850a3a5f370c53137cb861cbff325))
9+
* **core:** IfcRelationsIndexer is between 2 and 5 times faster when processing a model ([3894a5c](https://github.com/ThatOpen/engine_components/commit/3894a5c7f132f1d7b81e13f20261cc8aa215260e))
10+
* **core:** remove unused coordinate property from ifc settings ([2b23f80](https://github.com/ThatOpen/engine_components/commit/2b23f80e3d617aa7fddf66ff3cb696334f101ce5))
11+
* **front:** Add keydown event for Lengthmeasurement ([#466](https://github.com/ThatOpen/engine_components/issues/466)) ([3bfdcbf](https://github.com/ThatOpen/engine_components/commit/3bfdcbf77d19185855a329f15edf181bb267b5db))
12+
* **front:** Add Threashold to onMouseMove to supress small movements ([#467](https://github.com/ThatOpen/engine_components/issues/467)) ([b5c8365](https://github.com/ThatOpen/engine_components/commit/b5c836587cac41d6b922c7c2bfac5dcd9201884a))
13+
14+
15+
### Bug Fixes
16+
17+
* **core:** add guard check for disposing simple planes ([ca1ef1f](https://github.com/ThatOpen/engine_components/commit/ca1ef1fb3a15fff9566c6cbb7173608938ed36f2))
18+
* **core:** add guard when reading ifc organization ([55494b5](https://github.com/ThatOpen/engine_components/commit/55494b55c683f2aacb1870bce34367d8d75291c2))
19+
* **core:** also load properties on classifier tutorial ([e47d497](https://github.com/ThatOpen/engine_components/commit/e47d49740f0fac2d1bc7bbcc8b932bc0c764f038))
20+
* **core:** blob wasn't allowing to generate viewpoint screenshot in NodeJS ([1b94642](https://github.com/ThatOpen/engine_components/commit/1b9464223c6f27f9069eb5f63fb19c2a47e114aa))
21+
* **core:** deletes extension in ifc-property-query export ([0b8cd48](https://github.com/ThatOpen/engine_components/commit/0b8cd482625e970bcecefcd439f89e9797ef4b45))
22+
* **core:** error thrown when deleting an entity after its creation ([eb9e0cd](https://github.com/ThatOpen/engine_components/commit/eb9e0cd1e15a9be8b00de90e085e22038ee489dd))
23+
* **core:** IFC file containing "$" in header fails to load ([#510](https://github.com/ThatOpen/engine_components/issues/510)) ([c882d13](https://github.com/ThatOpen/engine_components/commit/c882d13612649d2ccf5923a953552460a5be8666))
24+
* **core:** make raycaster compatible with thouch screens ([4e6676b](https://github.com/ThatOpen/engine_components/commit/4e6676b385fccb0c98f07aa8ae247eee20c86841))
25+
* **core:** make streamer events async, various streaming fixes ([fd4304f](https://github.com/ThatOpen/engine_components/commit/fd4304fb8855270dfdf70d68ddecf6b57fbbe78e))
26+
* **core:** missing information when importing IDS files ([a40a3cc](https://github.com/ThatOpen/engine_components/commit/a40a3cce1a0995b8fcc4ca0c187a6934b25f8fe0))
27+
* **core:** missing relation between IfcPropertySet and other entities in new definitions ([938d6a8](https://github.com/ThatOpen/engine_components/commit/938d6a80c6e3abe745509c0f7b7140777da03c15))
28+
* **core:** Property Facet in IDS throwing error when NominalValue is null ([d8d2cdc](https://github.com/ThatOpen/engine_components/commit/d8d2cdc9d598533867e64c55401e930f1dc5c1ab))
29+
* **core:** type psets not reviewed on IDS PropertyFacet ([4aff276](https://github.com/ThatOpen/engine_components/commit/4aff2763713c08a8112b349199785e440727383a))
30+
* **front:** correct another outliner disposal bug ([e1a1c72](https://github.com/ThatOpen/engine_components/commit/e1a1c72cdb43afd0195bee18c0e5c5ebcb1bd672))
31+
* **front:** correct outliner disposal ([7c57c46](https://github.com/ThatOpen/engine_components/commit/7c57c467f0fe52d64518584d4105c5fee70c5d9f))
32+
* **front:** correct outliner position in moved models ([20d2c59](https://github.com/ThatOpen/engine_components/commit/20d2c5956b688da83717cfd86faa2f4a25a2631c))
33+
34+
35+
### Miscellaneous Chores
36+
37+
* release 2.4.0 ([b2e8cf8](https://github.com/ThatOpen/engine_components/commit/b2e8cf89f72b6b1055e2c56e0a35375fa7353846))
38+
339
## [2.3.0](https://github.com/ThatOpen/engine_components/compare/v2.2.0...v2.3.0) (2024-10-07)
440

541

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@
4444
"vite": "5.1.6",
4545
"vite-plugin-dts": "3.7.3"
4646
},
47-
"version": "2.3.0"
47+
"version": "2.4.0"
4848
}

0 commit comments

Comments
 (0)