@bimdata/viewer 2.16.0-beta.2 → 2.16.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,16 @@
|
|
|
1
|
+
# [2.16.0](https://github.com/bimdata/viewer/compare/v2.15.1...v2.16.0) (2026-01-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### MINOR
|
|
5
|
+
|
|
6
|
+
* New engine2d for ViewerDWG (#1323) ([e9b3c3f](https://github.com/bimdata/viewer/commit/e9b3c3f0419537e1fe9d57e2c66d33f44d506f7d)), closes [#1323](https://github.com/bimdata/viewer/issues/1323)
|
|
7
|
+
|
|
8
|
+
### PATCH
|
|
9
|
+
|
|
10
|
+
* chore(deps-dev): bump globals in the major-updates group (#1385) ([e276e72](https://github.com/bimdata/viewer/commit/e276e727cc3e21dade2c4e910800e238645f1345)), closes [#1385](https://github.com/bimdata/viewer/issues/1385)
|
|
11
|
+
* fix(drawings): use loaded model to register drawing in object registry (#1391) ([c024b14](https://github.com/bimdata/viewer/commit/c024b14add49081783b2bab347d5c840529ada8a)), closes [#1391](https://github.com/bimdata/viewer/issues/1391)
|
|
12
|
+
* plugin as button still active if mouse out and hover no other plugin (#1389) ([f9fb57c](https://github.com/bimdata/viewer/commit/f9fb57cac2c6eb941adbfd229a56a6d11e6a048e)), closes [#1389](https://github.com/bimdata/viewer/issues/1389)
|
|
13
|
+
|
|
1
14
|
## [2.15.1](https://github.com/bimdata/viewer/compare/v2.15.0...v2.15.1) (2026-01-07)
|
|
2
15
|
|
|
3
16
|
|