Skip to content

Commit

Permalink
chore(main): release 1.4.5 (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 28, 2024
1 parent 0e00623 commit 31b6f97
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## [1.4.5](https://github.com/ThatOpen/engine_components/compare/v1.3.0...v1.4.5) (2024-02-28)


### Features

* add catch for property streaming ([5bca000](https://github.com/ThatOpen/engine_components/commit/5bca0002d341a14e53ad326c3494279c9cc3919f))
* BIM tiles ([#301](https://github.com/ThatOpen/engine_components/issues/301)) ([83f37b7](https://github.com/ThatOpen/engine_components/commit/83f37b759b081e58972f20527a770ec1602ce14b))
* moved mapbox to peer dependencies ([#265](https://github.com/ThatOpen/engine_components/issues/265)) ([91d69a9](https://github.com/ThatOpen/engine_components/commit/91d69a9010bd2d207b102919a0b4319222d5eaa4))
* remove merged fragments ([#295](https://github.com/ThatOpen/engine_components/issues/295)) ([27cfe4c](https://github.com/ThatOpen/engine_components/commit/27cfe4cdcf95cb8c0fcf70f295fec0bb57f82f99))
* road navigator ([#287](https://github.com/ThatOpen/engine_components/issues/287)) ([93206b9](https://github.com/ThatOpen/engine_components/commit/93206b93d95b256c39daa24818c25afd6b89157d))
* Set log level of FragmentIfcLoader ([#273](https://github.com/ThatOpen/engine_components/issues/273)) ([d7b5817](https://github.com/ThatOpen/engine_components/commit/d7b5817aae86c5342025960f0b4e4ee37458889d))
* Set log level of FragmentIfcLoader ([#281](https://github.com/ThatOpen/engine_components/issues/281)) ([8a7be0a](https://github.com/ThatOpen/engine_components/commit/8a7be0a5f879d886e34cc662a70b44e5eaafd8b0))
* smart measurement tools ([#284](https://github.com/ThatOpen/engine_components/issues/284)) ([ae100d0](https://github.com/ThatOpen/engine_components/commit/ae100d09039094dc49e5510ce6e13b993a6712f2))
* updated properties manager example ([#285](https://github.com/ThatOpen/engine_components/issues/285)) ([aee490a](https://github.com/ThatOpen/engine_components/commit/aee490ae7f5700a266a436e20c892a47b8ca684c))


### Bug Fixes

* add streaming file sample ([32a188e](https://github.com/ThatOpen/engine_components/commit/32a188e4a2d459da35cb2335171105c8a8fe7a52))
* components.dispose failed when ui disabled ([#267](https://github.com/ThatOpen/engine_components/issues/267)) ([83fc9ec](https://github.com/ThatOpen/engine_components/commit/83fc9eccc60ce439d3b6a04f1ee12c13c993021a))
* correct highlihgter update ([d976752](https://github.com/ThatOpen/engine_components/commit/d976752ad99357f1c55ee50b675a132b74d7cfe9))
* 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))
* FragmentTree must not be a tool ([#270](https://github.com/ThatOpen/engine_components/issues/270)) ([50c0f3f](https://github.com/ThatOpen/engine_components/commit/50c0f3fa7a514e480f060f460434b562edbadfe6))
* length measurement visualization ([#268](https://github.com/ThatOpen/engine_components/issues/268)) ([8997b2a](https://github.com/ThatOpen/engine_components/commit/8997b2a73ba9e724d04bffe4deb90ed52d7e6e86))
* 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))
* restore n8ao version ([4e5da6a](https://github.com/ThatOpen/engine_components/commit/4e5da6acc51086f5ec3f034c972e665e24ce697d))
* updated annotation components ([#254](https://github.com/ThatOpen/engine_components/issues/254)) ([9d17a04](https://github.com/ThatOpen/engine_components/commit/9d17a049b8dd3c5df677963c1a91758f06fbbef5))
* used internal variables on component dispose ([#271](https://github.com/ThatOpen/engine_components/issues/271)) ([8ac695d](https://github.com/ThatOpen/engine_components/commit/8ac695d05c28e651caa03b53f3d8e078fa543269))


### Miscellaneous Chores

* release 1.4.5 ([0e00623](https://github.com/ThatOpen/engine_components/commit/0e0062393cfcb4bf6860549eb932dace362c8e23))

## [1.3.0](https://github.com/ThatOpen/engine_components/compare/v1.2.0...v1.3.0) (2024-01-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openbim-components",
"version": "1.4.4",
"version": "1.4.5",
"main": "src/index.js",
"author": "harry collin, antonio gonzalez viegas",
"license": "MIT",
Expand Down

0 comments on commit 31b6f97

Please sign in to comment.