Skip to content

Commit 0c38d20

Browse files
chore(main): release 1.3.0 (#201)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a28f2e7 commit 0c38d20

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/IFCjs/components/compare/v1.2.0...v1.3.0) (2024-01-07)
4+
5+
6+
### Features
7+
8+
* **components:** Implemented setup on ScreenCuller ([#243](https://github.com/IFCjs/components/issues/243)) ([ff3328a](https://github.com/IFCjs/components/commit/ff3328aaa8d483cb6fab94a531581bd4c439606d))
9+
10+
11+
### Bug Fixes
12+
13+
* **components:** 184 - Fixed navigation break on first person mode ([#236](https://github.com/IFCjs/components/issues/236)) ([28e7890](https://github.com/IFCjs/components/commit/28e7890f89e4132194abe49295b0e450d67c9b75))
14+
* **components:** 224 - QuerySelector failing on SimpleUICard ([#228](https://github.com/IFCjs/components/issues/228)) ([d797b0d](https://github.com/IFCjs/components/commit/d797b0d4b26dd255b79ca8e6c4375583fac2da4c))
15+
* **components:** fragment highlighter meshes added to screen culler ([#238](https://github.com/IFCjs/components/issues/238)) ([8f29abf](https://github.com/IFCjs/components/commit/8f29abfde5429b53a4cae16167f67721ae4b5d3d))
16+
* **components:** slot parent missing in ui components ([#239](https://github.com/IFCjs/components/issues/239)) ([c671e18](https://github.com/IFCjs/components/commit/c671e1829120b1ad5bdfef0fd2d194909148a29f))
17+
* publish npm package on successful release-please execution ([#200](https://github.com/IFCjs/components/issues/200)) ([570dac3](https://github.com/IFCjs/components/commit/570dac3bb5b679ec84315f3f08a588f011217d51))
18+
* screen culler buggy when multiple models loaded ([#242](https://github.com/IFCjs/components/issues/242)) ([7d2fc5a](https://github.com/IFCjs/components/commit/7d2fc5a61bf59f088e11a57216db95c2854b678f))
19+
* setup events in length measurements when ui is disabled ([#241](https://github.com/IFCjs/components/issues/241)) ([e54121a](https://github.com/IFCjs/components/commit/e54121a5a9d1557a11b9f2bfb3186a54d4551d91))
20+
321
## [1.2.0](https://github.com/IFCjs/components/compare/v1.1.8...v1.2.0) (2023-12-01)
422

523

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)