@loxia/imx-viewer 13.3.1 → 13.3.2-240819083652919
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 +3 -0
- package/css/dgn.css +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -104,6 +104,9 @@ Met de onderstaande css kan de default breedte van een clickarea aangepast worde
|
|
|
104
104
|
|
|
105
105
|
### <!--next.version--> <!--next.release-date-->
|
|
106
106
|
|
|
107
|
+
### 13.3.2 13-08-2024
|
|
108
|
+
* add missing font size to dgn.css
|
|
109
|
+
|
|
107
110
|
### 13.3.1 26-06-2024
|
|
108
111
|
* PITS-139 objecten markeren
|
|
109
112
|
* imx-viewer now calls puicHelper.setRootSvg when svg is loaded
|
package/css/dgn.css
CHANGED