@bimdata/viewer 2.2.0-beta.9 → 2.2.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 CHANGED
@@ -1,3 +1,25 @@
1
+ # [2.2.0](https://github.com/bimdata/viewer/compare/v2.1.0...v2.2.0) (2024-04-29)
2
+
3
+
4
+ ### MINOR
5
+
6
+ * feat(drawing-tools): add loadDrawings and clearDrawings methods (#1069) ([b077723](https://github.com/bimdata/viewer/commit/b0777232db2963cdab1c4160fa724c28e9915731)), closes [#1069](https://github.com/bimdata/viewer/issues/1069)
7
+ * Feature/side panel (#1062) ([299c0bb](https://github.com/bimdata/viewer/commit/299c0bbb1b6747dacd77da6afd2bbf33ac315d9a)), closes [#1062](https://github.com/bimdata/viewer/issues/1062)
8
+
9
+ ### PATCH
10
+
11
+ * add drawing tools touch handlers (#1063) ([e3dc891](https://github.com/bimdata/viewer/commit/e3dc891909aee89ab7eeae4940e45357a98574b6)), closes [#1063](https://github.com/bimdata/viewer/issues/1063)
12
+ * chore: remove useless plugin + add test for pointCloud window (#1060) ([65abf81](https://github.com/bimdata/viewer/commit/65abf81417de181adbe1070e27546a7aba05f4cf)), closes [#1060](https://github.com/bimdata/viewer/issues/1060)
13
+ * chore(i18n): update english translations ([d4c4d30](https://github.com/bimdata/viewer/commit/d4c4d300f4b7b5bc943907a444096c55730f4a73))
14
+ * fix #1067 - new BCF keep current selection (#1070) ([a1c3a9f](https://github.com/bimdata/viewer/commit/a1c3a9f84e26da6a51b316b056a8e5853d79b4e8)), closes [#1067](https://github.com/bimdata/viewer/issues/1067) [#1070](https://github.com/bimdata/viewer/issues/1070)
15
+ * fix #1071 : bcf first open behaviour (#1072) ([0579462](https://github.com/bimdata/viewer/commit/057946237540958f38e0399cc2d8a1aa3a8e11dd)), closes [#1071](https://github.com/bimdata/viewer/issues/1071) [#1072](https://github.com/bimdata/viewer/issues/1072)
16
+ * fix typo in zone editor fr i18n ([ecf939d](https://github.com/bimdata/viewer/commit/ecf939d6c177dcb2d54a18b796aa8a6c4b1a242e))
17
+ * fix(drawing): avoid touch event errors in Firefox ([8d56aba](https://github.com/bimdata/viewer/commit/8d56aba213c1dc684a3e50f7a877443742db3b69))
18
+ * Fix/elevation (#1065) ([f783206](https://github.com/bimdata/viewer/commit/f783206703c0457d5510ac4d994a04a14e4449b2)), closes [#1065](https://github.com/bimdata/viewer/issues/1065)
19
+ * isolate must xray AND unpickable objects (#1068) ([b8097a3](https://github.com/bimdata/viewer/commit/b8097a32d48a7da34844e0502057530688ab7f56)), closes [#1068](https://github.com/bimdata/viewer/issues/1068)
20
+ * RE fix the viewer 3D & pointCloud scroll on zoom (#1061) ([d81ee0f](https://github.com/bimdata/viewer/commit/d81ee0f487ef710744a0bb58e24e557a7b4dcadb)), closes [#1061](https://github.com/bimdata/viewer/issues/1061)
21
+ * Revert "PATCH: Fix/elevation (#1065)" (#1066) ([e97778d](https://github.com/bimdata/viewer/commit/e97778d3f37c3f55764f47a3a97e9e1fde8b68a1)), closes [#1065](https://github.com/bimdata/viewer/issues/1065) [#1066](https://github.com/bimdata/viewer/issues/1066)
22
+
1
23
  # [2.1.0](https://github.com/bimdata/viewer/compare/v2.0.1...v2.1.0) (2024-03-22)
2
24
 
3
25