@bimdata/viewer 2.1.0-beta.8 → 2.1.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 +21 -0
- package/dist/bimdata-viewer.esm.min.js +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
# [2.1.0](https://github.com/bimdata/viewer/compare/v2.0.1...v2.1.0) (2024-03-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### chore
|
|
5
|
+
|
|
6
|
+
* add dependabot.yml [skip ci] ([af73956](https://github.com/bimdata/viewer/commit/af739560d95ed5e4ab512be2cd66d8e8f1bdd006))
|
|
7
|
+
|
|
8
|
+
### MINOR
|
|
9
|
+
|
|
10
|
+
* feat(offline): add ability to switch offline mode dynamically (#1044) ([6116e32](https://github.com/bimdata/viewer/commit/6116e32bce2cfbba65387f2cc0eda7701dc4fed9)), closes [#1044](https://github.com/bimdata/viewer/issues/1044)
|
|
11
|
+
* feat(offline): add offline methods customization options (#1055) ([c435ee7](https://github.com/bimdata/viewer/commit/c435ee769fd35abe80bc8ba69e0ae2dff52795fb)), closes [#1055](https://github.com/bimdata/viewer/issues/1055)
|
|
12
|
+
|
|
13
|
+
### PATCH
|
|
14
|
+
|
|
15
|
+
* add missing iconOpen plugin option (#1050) ([e790ad4](https://github.com/bimdata/viewer/commit/e790ad4d0b29935c309d8fac4cda47b7daf1bf50)), closes [#1050](https://github.com/bimdata/viewer/issues/1050)
|
|
16
|
+
* chore: update dependencies (minors only) ([a39e32a](https://github.com/bimdata/viewer/commit/a39e32ad7e4032cf2cb5d9edc4f6a9fa2138ebdd))
|
|
17
|
+
* fix: window open/close events payload (#1049) ([b84841d](https://github.com/bimdata/viewer/commit/b84841d63ce4e96b5549de486579c55694b617f4)), closes [#1049](https://github.com/bimdata/viewer/issues/1049)
|
|
18
|
+
* fix(config): change 'api.offline.dataFile' to 'api.offline.data' (#1051) ([69a2495](https://github.com/bimdata/viewer/commit/69a2495d611b33cdc40d132fd6851df3f331f21c)), closes [#1051](https://github.com/bimdata/viewer/issues/1051)
|
|
19
|
+
* fix(offline): add bcfApi and collaborationApi customization options ([a5da050](https://github.com/bimdata/viewer/commit/a5da0503d1a71c09178c198d642ddbd6783a3140))
|
|
20
|
+
* remove deprecated of context plugins getters (#1054) ([af27656](https://github.com/bimdata/viewer/commit/af27656614eaaa387a437d63ed13fd13105caac2)), closes [#1054](https://github.com/bimdata/viewer/issues/1054)
|
|
21
|
+
|
|
1
22
|
## [2.0.1](https://github.com/bimdata/viewer/compare/v2.0.0...v2.0.1) (2024-03-08)
|
|
2
23
|
|
|
3
24
|
|