Skip to content

Commit 782eca7

Browse files
chore(main): release 2.1.0
1 parent 704f45b commit 782eca7

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [2.1.0](https://github.com/ThatOpen/engine_components/compare/v2.0.1...v2.1.0) (2024-06-02)
4+
5+
6+
### Features
7+
8+
* **core:** adds name to SimpleWorld and creation events to Worlds ([9c39280](https://github.com/ThatOpen/engine_components/commit/9c392804d4260b2ae5a9f4a87f1e77562a7e2a68))
9+
* **core:** updates classifier to allow spatial structure grouping ([038629e](https://github.com/ThatOpen/engine_components/commit/038629eac49d0188bca8337fd75dcdce12c705ea))
10+
* **core:** updates IfcMetadataReader ([704f45b](https://github.com/ThatOpen/engine_components/commit/704f45b8c89f59b2ef35be668bf15f31f5de7cd5))
11+
* improves some methods ([55b802a](https://github.com/ThatOpen/engine_components/commit/55b802a443553b5a00a31f812ad1100b155005e1))
12+
13+
14+
### Bug Fixes
15+
16+
* correct camera and grid disposal logic ([fead481](https://github.com/ThatOpen/engine_components/commit/fead481f02f39c3ea1779c267cf4b30d6c9437b6))
17+
* correct marker bug for working with multiple worlds ([54834e8](https://github.com/ThatOpen/engine_components/commit/54834e8a433a97ebff310206798eebe29696f886))
18+
* correct world event disposal logic ([ee5c0fb](https://github.com/ThatOpen/engine_components/commit/ee5c0fba3698568d354836eae14ebd26baef8080))
19+
320
## [2.0.1](https://github.com/ThatOpen/engine_components/compare/v1.5.0...v2.0.1) (2024-05-22)
421

522

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Collection of tools to author BIM apps.",
3-
"version": "2.0.5",
3+
"version": "2.1.0",
44
"author": "That Open Company",
55
"contributors": [
66
"Antonio Gonzalez Viegas (https://github.com/agviegas)",

0 commit comments

Comments
 (0)