@bimdata/viewer 2.8.0-beta.8 → 2.8.0
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,21 @@
|
|
|
1
|
+
# [2.8.0](https://github.com/bimdata/viewer/compare/v2.7.0...v2.8.0) (2025-03-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### MINOR
|
|
5
|
+
|
|
6
|
+
* handle drawing tools text color (#1180) ([9a4ea76](https://github.com/bimdata/viewer/commit/9a4ea76e718a87f88eb51f51abb6515ef4b44c19)), closes [#1180](https://github.com/bimdata/viewer/issues/1180)
|
|
7
|
+
|
|
8
|
+
### PATCH
|
|
9
|
+
|
|
10
|
+
* chore: update dependencies ([093b816](https://github.com/bimdata/viewer/commit/093b8168b657a41321a00d4abbe0149e4cbac0c7))
|
|
11
|
+
* chore(deps): temporary rollback html-to-image to v1.11.11 ([c292466](https://github.com/bimdata/viewer/commit/c292466b9d8a041eed502bb754a18dddb61f57be))
|
|
12
|
+
* delete section plan on event (#1183) ([730f729](https://github.com/bimdata/viewer/commit/730f729d7425fe5e9e19d5f098fd012533c579ad)), closes [#1183](https://github.com/bimdata/viewer/issues/1183)
|
|
13
|
+
* fix(offline): do not crash if rawElements are not defined ([d792479](https://github.com/bimdata/viewer/commit/d792479864dd59180fbb6aa5d3babfc91398a60d))
|
|
14
|
+
* fix(offline): handle pdf pages properly ([dd27571](https://github.com/bimdata/viewer/commit/dd275711256ec7c2054fb340d11a72aacf4d59dc))
|
|
15
|
+
* fix(pdf-export): add warinig message if current model is not a pdf ([bbb30df](https://github.com/bimdata/viewer/commit/bbb30dfd67482a7ab622e5f753a440c879e3d41a))
|
|
16
|
+
* fix(pdf-export): force snapshot pixel ratio to 1 ([f55859b](https://github.com/bimdata/viewer/commit/f55859b4b41ec8f80cccd633d00c23eed50402d3))
|
|
17
|
+
* i18n: update translations ([df99949](https://github.com/bimdata/viewer/commit/df99949d61a5c45e03c252c7194248bc2e566cff))
|
|
18
|
+
|
|
1
19
|
# [2.7.0](https://github.com/bimdata/viewer/compare/v2.6.1...v2.7.0) (2025-02-17)
|
|
2
20
|
|
|
3
21
|
|
|
@@ -190252,7 +190252,7 @@ let ATi = class {
|
|
|
190252
190252
|
);
|
|
190253
190253
|
}
|
|
190254
190254
|
};
|
|
190255
|
-
const dTi = "2.8.0
|
|
190255
|
+
const dTi = "2.8.0", hTi = {
|
|
190256
190256
|
version: dTi
|
|
190257
190257
|
};
|
|
190258
190258
|
class fTi {
|