@bimdata/viewer 1.7.3 → 1.8.0-rc.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 +0 -24
- package/dist/bimdata-viewer.esm.min.js +21 -22
- package/dist/bimdata-viewer.min.js +21 -22
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,27 +1,3 @@
|
|
|
1
|
-
## [1.7.3](https://github.com/bimdata/viewer/compare/v1.7.2...v1.7.3) (2021-10-13)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Chore
|
|
5
|
-
|
|
6
|
-
* Update README (#578) ([a59fa7f](https://github.com/bimdata/viewer/commit/a59fa7f2e127181ce60fd1a9d70c81d2682d8301)), closes [#578](https://github.com/bimdata/viewer/issues/578)
|
|
7
|
-
|
|
8
|
-
### fix
|
|
9
|
-
|
|
10
|
-
* BIMDataFullScreen plugin filename ([2090308](https://github.com/bimdata/viewer/commit/20903089ad0746d3fb4c95089f7b4d0681698fa4))
|
|
11
|
-
* changelog (migration circle to github) ([e73a847](https://github.com/bimdata/viewer/commit/e73a847539a7e4a87fd265cac5fb21d6b89eaded))
|
|
12
|
-
* fix i18n-utils script ([e7e041f](https://github.com/bimdata/viewer/commit/e7e041ffa75395316c2e3c0115c55ae2ff9c8204))
|
|
13
|
-
* i18n-utils script ([2039ee5](https://github.com/bimdata/viewer/commit/2039ee52b7f9ff735051215060101c0bf3ceb8d6))
|
|
14
|
-
|
|
15
|
-
### PATCH
|
|
16
|
-
|
|
17
|
-
* feat(i18n): add spanish translations (#580) ([86280ca](https://github.com/bimdata/viewer/commit/86280cac02824ec9d87dd7d903349b7460144a6f)), closes [#580](https://github.com/bimdata/viewer/issues/580)
|
|
18
|
-
* fix(i18n): lift components translations up to global translation files (#579) ([18153f4](https://github.com/bimdata/viewer/commit/18153f47b8b8bd575413c7b99e04bacbdf07fe24)), closes [#579](https://github.com/bimdata/viewer/issues/579)
|
|
19
|
-
* fix(plugins): reorder 'defaulty' enabled plugins in pluginManager ([9f7159d](https://github.com/bimdata/viewer/commit/9f7159dce649fbd43a20c5ba2e70fcf098a69842))
|
|
20
|
-
|
|
21
|
-
### refactor
|
|
22
|
-
|
|
23
|
-
* rename *.plugin.js into plugin.js ([9d9e505](https://github.com/bimdata/viewer/commit/9d9e5053740f39c28ac79e2dc95ab792a64844e3))
|
|
24
|
-
|
|
25
1
|
## [1.6.2](https://github.com/bimdata/viewer/compare/v1.6.1...v1.6.2) (2021-05-12)
|
|
26
2
|
|
|
27
3
|
|