@bimdata/viewer 2.5.0-beta.9 → 2.5.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +35 -0
- package/dist/bimdata-viewer.esm.min.js +116 -115
- package/package.json +29 -29
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,38 @@
|
|
|
1
|
+
# [2.5.0](https://github.com/bimdata/viewer/compare/v2.4.1...v2.5.0) (2024-09-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### chore
|
|
5
|
+
|
|
6
|
+
* lint AnnotationWrapper.vue ([90f6d9c](https://github.com/bimdata/viewer/commit/90f6d9c57f1ca9364191277ca006bbba75d67dfd))
|
|
7
|
+
|
|
8
|
+
### fix
|
|
9
|
+
|
|
10
|
+
* remove makeStateAnnotations useless params ([52d4105](https://github.com/bimdata/viewer/commit/52d410515a20de8314d67fe7f749e3b9763eb8d6))
|
|
11
|
+
|
|
12
|
+
### MINOR
|
|
13
|
+
|
|
14
|
+
* add area and perimeter Zone getters (#1142) ([2d4d6d0](https://github.com/bimdata/viewer/commit/2d4d6d0036bf7fd5157085615a6a4986d7937c2e)), closes [#1142](https://github.com/bimdata/viewer/issues/1142)
|
|
15
|
+
* add zones annotations (#1139) ([3e41a35](https://github.com/bimdata/viewer/commit/3e41a354efc69770e8b86c68b71c5b00684a5fd4)), closes [#1139](https://github.com/bimdata/viewer/issues/1139)
|
|
16
|
+
* optimize globalContext.loadedModels getter (#1127) ([665306c](https://github.com/bimdata/viewer/commit/665306c65e7a3bcc609cfbf8d6acb8da3d79bfb6)), closes [#1127](https://github.com/bimdata/viewer/issues/1127)
|
|
17
|
+
|
|
18
|
+
### PATCH
|
|
19
|
+
|
|
20
|
+
* add model name to IfcProject structure (#1134) ([9a5f355](https://github.com/bimdata/viewer/commit/9a5f3556ce7ee5e296a61bba583a09e11410f833)), closes [#1134](https://github.com/bimdata/viewer/issues/1134)
|
|
21
|
+
* add touch event for 3D annotation mode & annotations (#1140) ([129dbeb](https://github.com/bimdata/viewer/commit/129dbeb381c199ff8ff68206c2aeb19cd693197e)), closes [#1140](https://github.com/bimdata/viewer/issues/1140)
|
|
22
|
+
* chore: update dependencies ([3fd5e6f](https://github.com/bimdata/viewer/commit/3fd5e6fc24ca1f2a41462992bf680eafcbdf2e44))
|
|
23
|
+
* chore(deps-dev): bump micromatch from 4.0.7 to 4.0.8 (#1130) ([a93abb0](https://github.com/bimdata/viewer/commit/a93abb0a0ea159365e0ad8fa6291b6c43125e85c)), closes [#1130](https://github.com/bimdata/viewer/issues/1130)
|
|
24
|
+
* feat(i18n): update translations ([909b554](https://github.com/bimdata/viewer/commit/909b554fdb9de6ba72440ee9476e45e68a27f2fc))
|
|
25
|
+
* fix LOD (#1135) ([5b0d612](https://github.com/bimdata/viewer/commit/5b0d6123ecec7662314a591e9a6d8b268c7217d2)), closes [#1135](https://github.com/bimdata/viewer/issues/1135)
|
|
26
|
+
* fix structure and properties cfg when instanced as button plugins (#1136) ([9a55ba8](https://github.com/bimdata/viewer/commit/9a55ba8a605b7d03709db3b80645e57876023926)), closes [#1136](https://github.com/bimdata/viewer/issues/1136)
|
|
27
|
+
* fix: injection for annotation components ([c0107e2](https://github.com/bimdata/viewer/commit/c0107e26c570407fd80304185f5285e3248adf99))
|
|
28
|
+
* fix: pdf page selection in building maker ([3e0837f](https://github.com/bimdata/viewer/commit/3e0837f7b9e14151656ba679f8d71d480e63d885))
|
|
29
|
+
* fix(pdf-export): add includeDrawings param to pdf-export + fix localContext resolution on export ([eeced45](https://github.com/bimdata/viewer/commit/eeced45800298442d44d4f212e583441bb32b042))
|
|
30
|
+
* fix(plan): properly handle models without document ([d166eaa](https://github.com/bimdata/viewer/commit/d166eaa787ff74b585eb42bd79e5cbea218d8552))
|
|
31
|
+
* fix(smartview): update 'getFullTopics' params ([1c49507](https://github.com/bimdata/viewer/commit/1c49507488d0f9ff8d8e729e04b06e9c4d25406a))
|
|
32
|
+
* load xkt file on models with no explicit xkt versions ([4aa7280](https://github.com/bimdata/viewer/commit/4aa72808dd8b554b2163281a495a30161f2cda68))
|
|
33
|
+
* refactor: rearrange offline mock files ([3c9dee4](https://github.com/bimdata/viewer/commit/3c9dee4decde59180d0a43ed79f469829c69c5cb))
|
|
34
|
+
* use computed elevation for storeys (#1133) ([6146b52](https://github.com/bimdata/viewer/commit/6146b52d8e5c79bfbb48023cdc667c93c1260460)), closes [#1133](https://github.com/bimdata/viewer/issues/1133)
|
|
35
|
+
|
|
1
36
|
## [2.4.1](https://github.com/bimdata/viewer/compare/v2.4.0...v2.4.1) (2024-08-14)
|
|
2
37
|
|
|
3
38
|
|