diff --git a/CHANGELOG.md b/CHANGELOG.md index c4407366e..4af1b4027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index e05d09725..1c8451575 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openbim-components", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openbim-components", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "dependencies": { "@popperjs/core": "2.11.8", diff --git a/package.json b/package.json index 59086ea6e..158711b8a 100644 --- a/package.json +++ b/package.json @@ -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",