Skip to content

Commit

Permalink
chore(main): release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 17, 2024
1 parent 8ac695d commit cfbe0b7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.4.0](https://github.com/IFCjs/components/compare/v1.3.0...v1.4.0) (2024-01-17)


### Features

* moved mapbox to peer dependencies ([#265](https://github.com/IFCjs/components/issues/265)) ([91d69a9](https://github.com/IFCjs/components/commit/91d69a9010bd2d207b102919a0b4319222d5eaa4))


### Bug Fixes

* components.dispose failed when ui disabled ([#267](https://github.com/IFCjs/components/issues/267)) ([83fc9ec](https://github.com/IFCjs/components/commit/83fc9eccc60ce439d3b6a04f1ee12c13c993021a))
* FragmentClassifier.byPredefineType returns a set of strings ([#266](https://github.com/IFCjs/components/issues/266)) ([b836e28](https://github.com/IFCjs/components/commit/b836e28016ce3a10b8b2f0ce89654a003aec8a83))
* FragmentTree must not be a tool ([#270](https://github.com/IFCjs/components/issues/270)) ([50c0f3f](https://github.com/IFCjs/components/commit/50c0f3fa7a514e480f060f460434b562edbadfe6))
* length measurement visualization ([#268](https://github.com/IFCjs/components/issues/268)) ([8997b2a](https://github.com/IFCjs/components/commit/8997b2a73ba9e724d04bffe4deb90ed52d7e6e86))
* Optional categories reset after initial loading in FragmentIfcLoader ([#269](https://github.com/IFCjs/components/issues/269)) ([29313fb](https://github.com/IFCjs/components/commit/29313fbc9e6ce5a06d9017e4a829564cd0007e53))
* updated annotation components ([#254](https://github.com/IFCjs/components/issues/254)) ([9d17a04](https://github.com/IFCjs/components/commit/9d17a049b8dd3c5df677963c1a91758f06fbbef5))
* used internal variables on component dispose ([#271](https://github.com/IFCjs/components/issues/271)) ([8ac695d](https://github.com/IFCjs/components/commit/8ac695d05c28e651caa03b53f3d8e078fa543269))

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


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.1",
"version": "1.4.0",
"main": "src/index.js",
"author": "harry collin, antonio gonzalez viegas",
"license": "MIT",
Expand Down

0 comments on commit cfbe0b7

Please sign in to comment.