Skip to content

Commit 0c54bd7

Browse files
chore(main): release 1.4.1 (#22)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f284eec commit 0c54bd7

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

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

3+
## [1.4.1](https://github.com/ThatOpen/engine_fragment/compare/v1.3.0...v1.4.1) (2024-02-28)
4+
5+
6+
### Features
7+
8+
* add methods to traverse properties ([40f0891](https://github.com/ThatOpen/engine_fragment/commit/40f0891fd963153607cc09cde530f413469f3873))
9+
* add more property methods ([1757358](https://github.com/ThatOpen/engine_fragment/commit/1757358dc17c3e180ea245c470ab487c775dfbb7))
10+
* check that items to hide or show exist ([e54593f](https://github.com/ThatOpen/engine_fragment/commit/e54593fb7075724c319c904f517371d07652e838))
11+
* fix setVisibility type ([469d21a](https://github.com/ThatOpen/engine_fragment/commit/469d21ab6475b3b474ad51fe85816524988d9737))
12+
* improve FragmentsGroup type ([2768f33](https://github.com/ThatOpen/engine_fragment/commit/2768f33e4f880f3b6fcfaca653f04ce0cb9b20f2))
13+
* make fragmentsgroup properties protected ([787ede6](https://github.com/ThatOpen/engine_fragment/commit/787ede6c3cb5089078609f96fb3ac963f402cebf))
14+
* make geometry id a number ([bfffee6](https://github.com/ThatOpen/engine_fragment/commit/bfffee6d56b41ab2ae31f2beab0936af818684bb))
15+
* remove merged fragments ([dfbffc6](https://github.com/ThatOpen/engine_fragment/commit/dfbffc6c7d470eb4e5f35ba6439475cfca78737e))
16+
* remove merged fragments ([8f44513](https://github.com/ThatOpen/engine_fragment/commit/8f445132ad751452c1bb1f1932573d7f4f6a35f3))
17+
* restore BVH ([096172c](https://github.com/ThatOpen/engine_fragment/commit/096172cd894a6121f9b0b78c263611be910ceff1))
18+
19+
20+
### Bug Fixes
21+
22+
* adjust add items behavior ([a93a7fb](https://github.com/ThatOpen/engine_fragment/commit/a93a7fb85dd499db8f6c3b1c9622d8c05cd0a631))
23+
* build repo before publish ([57b9d95](https://github.com/ThatOpen/engine_fragment/commit/57b9d95296d0ba28aee1fa441b350b8f85daa72c))
24+
* correct error when fetching all items of type ([fc3f701](https://github.com/ThatOpen/engine_fragment/commit/fc3f7016798feb3c6b98d05350806543ecec6a23))
25+
* correct fragment resize ([58d894c](https://github.com/ThatOpen/engine_fragment/commit/58d894c36241399ccb6f2e835101818ea78d8aa2))
26+
* correct property fetching logic ([2bf0e9d](https://github.com/ThatOpen/engine_fragment/commit/2bf0e9daac98176c3b3153b413993096070b2e51))
27+
* correct typo ([3cbdebd](https://github.com/ThatOpen/engine_fragment/commit/3cbdebd1055eabfd8e4d20897bbef599df6a5fd0))
28+
* get rid of FragmentsGroup memory leak ([6974afd](https://github.com/ThatOpen/engine_fragment/commit/6974afd444e0b6f4391725939aad53f4645bf25d))
29+
* improve fragment add logic ([fe9afe3](https://github.com/ThatOpen/engine_fragment/commit/fe9afe3d75f4af233a6dd0f3816312bb28a4c636))
30+
* prevent empty colors array in get method ([040aa8a](https://github.com/ThatOpen/engine_fragment/commit/040aa8af34de99f8d516ddcba869858f2a044fd9))
31+
* various fixes for streaming ([4ef1b35](https://github.com/ThatOpen/engine_fragment/commit/4ef1b3502570d32d7cc94000effcf4393d263806))
32+
33+
34+
### Miscellaneous Chores
35+
36+
* release 1.4.1 ([f284eec](https://github.com/ThatOpen/engine_fragment/commit/f284eec3972d60d54712b588b927019f3beeafad))
37+
338
## [1.3.0](https://github.com/ThatOpen/engine_fragment/compare/v1.2.0...v1.3.0) (2023-12-30)
439

540

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bim-fragment",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "3D BIM Geometry API",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)