Skip to content

Commit 31b6f97

Browse files
chore(main): release 1.4.5 (#255)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0e00623 commit 31b6f97

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## [1.4.5](https://github.com/ThatOpen/engine_components/compare/v1.3.0...v1.4.5) (2024-02-28)
4+
5+
6+
### Features
7+
8+
* add catch for property streaming ([5bca000](https://github.com/ThatOpen/engine_components/commit/5bca0002d341a14e53ad326c3494279c9cc3919f))
9+
* BIM tiles ([#301](https://github.com/ThatOpen/engine_components/issues/301)) ([83f37b7](https://github.com/ThatOpen/engine_components/commit/83f37b759b081e58972f20527a770ec1602ce14b))
10+
* moved mapbox to peer dependencies ([#265](https://github.com/ThatOpen/engine_components/issues/265)) ([91d69a9](https://github.com/ThatOpen/engine_components/commit/91d69a9010bd2d207b102919a0b4319222d5eaa4))
11+
* remove merged fragments ([#295](https://github.com/ThatOpen/engine_components/issues/295)) ([27cfe4c](https://github.com/ThatOpen/engine_components/commit/27cfe4cdcf95cb8c0fcf70f295fec0bb57f82f99))
12+
* road navigator ([#287](https://github.com/ThatOpen/engine_components/issues/287)) ([93206b9](https://github.com/ThatOpen/engine_components/commit/93206b93d95b256c39daa24818c25afd6b89157d))
13+
* Set log level of FragmentIfcLoader ([#273](https://github.com/ThatOpen/engine_components/issues/273)) ([d7b5817](https://github.com/ThatOpen/engine_components/commit/d7b5817aae86c5342025960f0b4e4ee37458889d))
14+
* Set log level of FragmentIfcLoader ([#281](https://github.com/ThatOpen/engine_components/issues/281)) ([8a7be0a](https://github.com/ThatOpen/engine_components/commit/8a7be0a5f879d886e34cc662a70b44e5eaafd8b0))
15+
* smart measurement tools ([#284](https://github.com/ThatOpen/engine_components/issues/284)) ([ae100d0](https://github.com/ThatOpen/engine_components/commit/ae100d09039094dc49e5510ce6e13b993a6712f2))
16+
* updated properties manager example ([#285](https://github.com/ThatOpen/engine_components/issues/285)) ([aee490a](https://github.com/ThatOpen/engine_components/commit/aee490ae7f5700a266a436e20c892a47b8ca684c))
17+
18+
19+
### Bug Fixes
20+
21+
* add streaming file sample ([32a188e](https://github.com/ThatOpen/engine_components/commit/32a188e4a2d459da35cb2335171105c8a8fe7a52))
22+
* components.dispose failed when ui disabled ([#267](https://github.com/ThatOpen/engine_components/issues/267)) ([83fc9ec](https://github.com/ThatOpen/engine_components/commit/83fc9eccc60ce439d3b6a04f1ee12c13c993021a))
23+
* correct highlihgter update ([d976752](https://github.com/ThatOpen/engine_components/commit/d976752ad99357f1c55ee50b675a132b74d7cfe9))
24+
* FragmentClassifier.byPredefineType returns a set of strings ([#266](https://github.com/ThatOpen/engine_components/issues/266)) ([b836e28](https://github.com/ThatOpen/engine_components/commit/b836e28016ce3a10b8b2f0ce89654a003aec8a83))
25+
* FragmentTree must not be a tool ([#270](https://github.com/ThatOpen/engine_components/issues/270)) ([50c0f3f](https://github.com/ThatOpen/engine_components/commit/50c0f3fa7a514e480f060f460434b562edbadfe6))
26+
* length measurement visualization ([#268](https://github.com/ThatOpen/engine_components/issues/268)) ([8997b2a](https://github.com/ThatOpen/engine_components/commit/8997b2a73ba9e724d04bffe4deb90ed52d7e6e86))
27+
* Optional categories reset after initial loading in FragmentIfcLoader ([#269](https://github.com/ThatOpen/engine_components/issues/269)) ([29313fb](https://github.com/ThatOpen/engine_components/commit/29313fbc9e6ce5a06d9017e4a829564cd0007e53))
28+
* restore n8ao version ([4e5da6a](https://github.com/ThatOpen/engine_components/commit/4e5da6acc51086f5ec3f034c972e665e24ce697d))
29+
* updated annotation components ([#254](https://github.com/ThatOpen/engine_components/issues/254)) ([9d17a04](https://github.com/ThatOpen/engine_components/commit/9d17a049b8dd3c5df677963c1a91758f06fbbef5))
30+
* used internal variables on component dispose ([#271](https://github.com/ThatOpen/engine_components/issues/271)) ([8ac695d](https://github.com/ThatOpen/engine_components/commit/8ac695d05c28e651caa03b53f3d8e078fa543269))
31+
32+
33+
### Miscellaneous Chores
34+
35+
* release 1.4.5 ([0e00623](https://github.com/ThatOpen/engine_components/commit/0e0062393cfcb4bf6860549eb932dace362c8e23))
36+
337
## [1.3.0](https://github.com/ThatOpen/engine_components/compare/v1.2.0...v1.3.0) (2024-01-07)
438

539

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openbim-components",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"main": "src/index.js",
55
"author": "harry collin, antonio gonzalez viegas",
66
"license": "MIT",

0 commit comments

Comments
 (0)