@bimdata/viewer 1.8.0-rc.2 → 1.8.0-rc.3

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,34 @@
1
+ ## [1.7.4](https://github.com/bimdata/viewer/compare/v1.7.3...v1.7.4) (2021-10-18)
2
+
3
+
4
+ ### PATCH
5
+
6
+ * ignore archived ifc visibility if an archived model is loaded (#582) ([9dbf4cf](https://github.com/bimdata/viewer/commit/9dbf4cf9942df277b6a682724f4dfb76aa86d71b)), closes [#582](https://github.com/bimdata/viewer/issues/582)
7
+
8
+ ## [1.7.3](https://github.com/bimdata/viewer/compare/v1.7.2...v1.7.3) (2021-10-13)
9
+
10
+
11
+ ### Chore
12
+
13
+ * Update README (#578) ([a59fa7f](https://github.com/bimdata/viewer/commit/a59fa7f2e127181ce60fd1a9d70c81d2682d8301)), closes [#578](https://github.com/bimdata/viewer/issues/578)
14
+
15
+ ### fix
16
+
17
+ * BIMDataFullScreen plugin filename ([2090308](https://github.com/bimdata/viewer/commit/20903089ad0746d3fb4c95089f7b4d0681698fa4))
18
+ * changelog (migration circle to github) ([e73a847](https://github.com/bimdata/viewer/commit/e73a847539a7e4a87fd265cac5fb21d6b89eaded))
19
+ * fix i18n-utils script ([e7e041f](https://github.com/bimdata/viewer/commit/e7e041ffa75395316c2e3c0115c55ae2ff9c8204))
20
+ * i18n-utils script ([2039ee5](https://github.com/bimdata/viewer/commit/2039ee52b7f9ff735051215060101c0bf3ceb8d6))
21
+
22
+ ### PATCH
23
+
24
+ * feat(i18n): add spanish translations (#580) ([86280ca](https://github.com/bimdata/viewer/commit/86280cac02824ec9d87dd7d903349b7460144a6f)), closes [#580](https://github.com/bimdata/viewer/issues/580)
25
+ * 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)
26
+ * fix(plugins): reorder 'defaulty' enabled plugins in pluginManager ([9f7159d](https://github.com/bimdata/viewer/commit/9f7159dce649fbd43a20c5ba2e70fcf098a69842))
27
+
28
+ ### refactor
29
+
30
+ * rename *.plugin.js into plugin.js ([9d9e505](https://github.com/bimdata/viewer/commit/9d9e5053740f39c28ac79e2dc95ab792a64844e3))
31
+
1
32
  ## [1.6.2](https://github.com/bimdata/viewer/compare/v1.6.1...v1.6.2) (2021-05-12)
2
33
 
3
34