@bimdata/viewer 2.3.0-beta.9 → 2.3.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 +46 -0
- package/dist/bimdata-viewer.esm.min.js +156 -156
- package/index.d.ts +15 -4
- package/package.json +12 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,49 @@
|
|
|
1
|
+
# [2.3.0](https://github.com/bimdata/viewer/compare/v2.2.0...v2.3.0) (2024-06-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### chore
|
|
5
|
+
|
|
6
|
+
* update index.d.ts ([97e7ce7](https://github.com/bimdata/viewer/commit/97e7ce7f04c8d9bcf81e852cefbfb599639ef6a0))
|
|
7
|
+
|
|
8
|
+
### MINOR
|
|
9
|
+
|
|
10
|
+
* [Feature] first person view + mini Map 2D (#1052) ([2599638](https://github.com/bimdata/viewer/commit/25996380fdc8dab43514f7cd97c26dbfd9170649)), closes [#1052](https://github.com/bimdata/viewer/issues/1052)
|
|
11
|
+
* 3d parameter rework (#1080) ([3cd3140](https://github.com/bimdata/viewer/commit/3cd3140993beaa43d4102fa42cfe59fb8a84a2b0)), closes [#1080](https://github.com/bimdata/viewer/issues/1080)
|
|
12
|
+
* add 3D helper modal tabs (#1096) ([2fb93bd](https://github.com/bimdata/viewer/commit/2fb93bde5a49e4547d46cda0463e179d5eb3d5d3)), closes [#1096](https://github.com/bimdata/viewer/issues/1096)
|
|
13
|
+
* add new favicon (´•︵•`) (#1079) ([10ae468](https://github.com/bimdata/viewer/commit/10ae468c176353c8609baea4b494d8ff4b4def14)), closes [#1079](https://github.com/bimdata/viewer/issues/1079)
|
|
14
|
+
* add the ability to dynamicly change viewer 3D keyboard layout (#1087) ([499c573](https://github.com/bimdata/viewer/commit/499c573ab9a41f39c375f327595f46f24bec51d0)), closes [#1087](https://github.com/bimdata/viewer/issues/1087)
|
|
15
|
+
* add the ability to remove the zone editor done button (#1078) ([a7ecec9](https://github.com/bimdata/viewer/commit/a7ecec949bc2ddaa3a2122a547e0079824775ee1)), closes [#1078](https://github.com/bimdata/viewer/issues/1078)
|
|
16
|
+
* disabled camera parameters on viewer 3D first person view (#1091) ([f3ef339](https://github.com/bimdata/viewer/commit/f3ef33906e39ae6242ee13a264f992817b0e8d4a)), closes [#1091](https://github.com/bimdata/viewer/issues/1091)
|
|
17
|
+
* Feature/initial model loading spinner (#1098) ([f8ae332](https://github.com/bimdata/viewer/commit/f8ae33243583c4b1ad5dfc102d28ec80a505443a)), closes [#1098](https://github.com/bimdata/viewer/issues/1098)
|
|
18
|
+
* Feature/not configurable window (#1099) ([8c8bb6f](https://github.com/bimdata/viewer/commit/8c8bb6f9b6cf03f9e53f69614f2de8560e4dc860)), closes [#1099](https://github.com/bimdata/viewer/issues/1099)
|
|
19
|
+
* modal manager refacto + feature positions (#1101) ([fc7d9a9](https://github.com/bimdata/viewer/commit/fc7d9a909ce4c9f06dd047bda581cd253ddd2450)), closes [#1101](https://github.com/bimdata/viewer/issues/1101)
|
|
20
|
+
* move close to model on first person view plugin ON (#1088) ([93ab67b](https://github.com/bimdata/viewer/commit/93ab67b3c9fbcfe54ca3e0c4a6f0995c6b3ed41b)), closes [#1088](https://github.com/bimdata/viewer/issues/1088)
|
|
21
|
+
* re-enabled structures root element to show/select all (#1081) ([d63cfc1](https://github.com/bimdata/viewer/commit/d63cfc1a557baeadc14896edb0bfce36aa8d0acf)), closes [#1081](https://github.com/bimdata/viewer/issues/1081)
|
|
22
|
+
* viewer plan fitview accepts zone/space UUIDs (#1085) ([6c11f5b](https://github.com/bimdata/viewer/commit/6c11f5b529a8e2d799841c72b0a31ab0a7e70d22)), closes [#1085](https://github.com/bimdata/viewer/issues/1085)
|
|
23
|
+
|
|
24
|
+
### PATCH
|
|
25
|
+
|
|
26
|
+
* buildingElevation fallbacks to siteElevation if not set (#1092) ([8ed904e](https://github.com/bimdata/viewer/commit/8ed904e214f9424681c8fdd4147bde4df3a60e10)), closes [#1092](https://github.com/bimdata/viewer/issues/1092)
|
|
27
|
+
* Feat: PDF export optimization (#1100) ([9d58a61](https://github.com/bimdata/viewer/commit/9d58a6159b51af57474ca7fa6d4db3cd7c463336)), closes [#1100](https://github.com/bimdata/viewer/issues/1100)
|
|
28
|
+
* feat(meta-building): add space highlight/selection feature to meta-building structure (#1095) ([05363c3](https://github.com/bimdata/viewer/commit/05363c32aaea14d789f988a5127e4a94301207fd)), closes [#1095](https://github.com/bimdata/viewer/issues/1095)
|
|
29
|
+
* feat(offline): add offline options to makeBIMDataViewer config (#1077) ([8c38b4b](https://github.com/bimdata/viewer/commit/8c38b4bf35158cab71138873039ace1e02104ec5)), closes [#1077](https://github.com/bimdata/viewer/issues/1077)
|
|
30
|
+
* feat(plan): meta-building structure integration (#1073) ([3efe6fd](https://github.com/bimdata/viewer/commit/3efe6fd5f64709dcdddef7fb9625bd0653f73412)), closes [#1073](https://github.com/bimdata/viewer/issues/1073)
|
|
31
|
+
* first person view - prevent select after pointer lock rotate ([5746150](https://github.com/bimdata/viewer/commit/5746150a936b7dc056c90719f2ad374f2e6190d2))
|
|
32
|
+
* fix #1082 - error on storey change if no model (#1084) ([9bca511](https://github.com/bimdata/viewer/commit/9bca511e4abbea55043458db9a80eb6134aa711d)), closes [#1082](https://github.com/bimdata/viewer/issues/1082) [#1084](https://github.com/bimdata/viewer/issues/1084)
|
|
33
|
+
* fix 3D annotations visibility (#1102) ([0c046d3](https://github.com/bimdata/viewer/commit/0c046d39e0614c5741288336a0c189b950355e3e)), closes [#1102](https://github.com/bimdata/viewer/issues/1102)
|
|
34
|
+
* fix mini map hud over storey selector ([5debdeb](https://github.com/bimdata/viewer/commit/5debdebc919388036c1a990f2e93f8bfc8b34af8))
|
|
35
|
+
* fix pointer lock target + missing this. ([38d7f3c](https://github.com/bimdata/viewer/commit/38d7f3cb91548e6296a2c16b8761b4ee948f5ad8))
|
|
36
|
+
* fix synchronization plugin position (#1083) ([598998c](https://github.com/bimdata/viewer/commit/598998c24e3d2174c84535f4dc12014326c00962)), closes [#1083](https://github.com/bimdata/viewer/issues/1083)
|
|
37
|
+
* fix viewer 2D background positionning ([951a004](https://github.com/bimdata/viewer/commit/951a0041b406ce73ca12452b188f2707ba8c3dfe))
|
|
38
|
+
* fix: do not show meta-building-structure accidentaly ([8409002](https://github.com/bimdata/viewer/commit/8409002e6c35528511ced4426509a27b5fca2a0d))
|
|
39
|
+
* fix: update bimdata-components ([b164505](https://github.com/bimdata/viewer/commit/b164505ff1897b73aae20ae93f043a61d1f2e102))
|
|
40
|
+
* fix(pdf-export): set default scale value to 2 for pdf export ([d7fe73a](https://github.com/bimdata/viewer/commit/d7fe73ad6b2424d2f19a6fad86844e71da8bfa2f))
|
|
41
|
+
* fix(zone-editor): use BIMDataTree from design-system (#1094) ([c12c320](https://github.com/bimdata/viewer/commit/c12c320ff787f1dd0a1fd04c5302b943d7da314f)), closes [#1094](https://github.com/bimdata/viewer/issues/1094)
|
|
42
|
+
* mini map 2D - prevent zoom level reset on camera update (#1089) ([a59b1aa](https://github.com/bimdata/viewer/commit/a59b1aa7eca609f980c4e14728b09bae3d07a70f)), closes [#1089](https://github.com/bimdata/viewer/issues/1089)
|
|
43
|
+
* prevent first person view plugin to open when no model is loaded ([9751570](https://github.com/bimdata/viewer/commit/9751570a5e4c97a62f92873eaf6857a9968bfa7c))
|
|
44
|
+
* prevent mini map to show when localContext.shownUI is called and firstPersonView is false (#1086) ([d38f3ec](https://github.com/bimdata/viewer/commit/d38f3ecf89ac853dbf7b3df1446df0ef5b266758)), closes [#1086](https://github.com/bimdata/viewer/issues/1086)
|
|
45
|
+
* remove duplicated i18ns (#1097) ([cac40a1](https://github.com/bimdata/viewer/commit/cac40a19aa6ae335cf1135d0d478c0eb4e9fd5fe)), closes [#1097](https://github.com/bimdata/viewer/issues/1097)
|
|
46
|
+
|
|
1
47
|
# [2.2.0](https://github.com/bimdata/viewer/compare/v2.1.0...v2.2.0) (2024-04-29)
|
|
2
48
|
|
|
3
49
|
|