@nebula-spatial/viewer 0.2.1 → 0.2.2
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 +4 -0
- package/dist/index.js +1389 -1364
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this package are documented in this file.
|
|
4
4
|
|
|
5
|
+
## 0.2.2
|
|
6
|
+
|
|
7
|
+
- Refreshed selected INSERT details and overlays when incremental CAD content expands their bounding boxes.
|
|
8
|
+
|
|
5
9
|
## 0.2.1
|
|
6
10
|
|
|
7
11
|
- Resolved the geometry preparation Worker from the published package instead of the site root.
|