@inovitas/infra3dapi 1.2.2 → 1.2.4
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/README.md +18 -0
- package/infra3dapi.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,6 +37,24 @@ To use the API, you can call the init functions in infra3dapi. After loggin in a
|
|
|
37
37
|
|
|
38
38
|
# Changelog
|
|
39
39
|
|
|
40
|
+
## 1.2.4 - 12.06.2025
|
|
41
|
+
|
|
42
|
+
### Bugfixes
|
|
43
|
+
|
|
44
|
+
- Some request when using a non-migrated user resulted in a 400 Bad Request.
|
|
45
|
+
|
|
46
|
+
## 1.2.3 - 05.06.2025
|
|
47
|
+
|
|
48
|
+
### Bugfixes
|
|
49
|
+
|
|
50
|
+
- Profile Tool enlarge button now has a tooltip
|
|
51
|
+
- Add-On Point Cloud Export: Authorisation based on scope entry in token
|
|
52
|
+
|
|
53
|
+
### Added
|
|
54
|
+
|
|
55
|
+
- LoD Concept for Pointcloud fragments
|
|
56
|
+
- Add-On Point Cloud Export: Loading state on startup
|
|
57
|
+
|
|
40
58
|
## 1.2.2 - 17.04.2025
|
|
41
59
|
|
|
42
60
|
### Bugfixes
|