@inovitas/infra3dapi 1.4.0 → 1.4.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/README.md +24 -0
- package/infra3dapi.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,6 +37,30 @@ 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.4.2 - 2025-08-13
|
|
41
|
+
|
|
42
|
+
### Bugfixes
|
|
43
|
+
|
|
44
|
+
- fix readme docs
|
|
45
|
+
|
|
46
|
+
## 1.4.1 - 2025-08-13
|
|
47
|
+
|
|
48
|
+
### Bugfixes
|
|
49
|
+
|
|
50
|
+
- fix performance (re-render) issue & improve store implementations (IN-3675)
|
|
51
|
+
- fix showing whatsnew on hotfix release (IN-3400)
|
|
52
|
+
- reset selectedaxis when moving away too far
|
|
53
|
+
- fix linref step being shown in non-linref projects
|
|
54
|
+
|
|
55
|
+
### Changes
|
|
56
|
+
|
|
57
|
+
- streamline PDF Export translations across the whole app (-)
|
|
58
|
+
- activate continuous measurement in linref tool
|
|
59
|
+
|
|
60
|
+
### Added
|
|
61
|
+
|
|
62
|
+
- implement whatsnew step
|
|
63
|
+
|
|
40
64
|
## 1.4.0 - 07.08.2025
|
|
41
65
|
|
|
42
66
|
### Changes
|