@mxtommy/kip 2.8.2 → 2.8.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,8 @@
|
|
|
1
|
+
# V 2.8.3
|
|
2
|
+
## Improvements
|
|
3
|
+
* Exposed the ability to set Value scale range in Data Chart widget
|
|
4
|
+
## Fixes
|
|
5
|
+
* Invalid "request pending authorization" message displayed after toggling Switch control using the Boolean Control Panel.
|
|
1
6
|
# V 2.8.2
|
|
2
7
|
## Improvements
|
|
3
8
|
* Added Dataset configuration guidance to UI.
|
package/package.json
CHANGED
package/public/index.html
CHANGED
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
</div>
|
|
62
62
|
</div>
|
|
63
63
|
</app-root>
|
|
64
|
-
<script src="runtime.b0be9021613841ed.js" type="module"></script><script src="polyfills.24505ce1a7de0f8b.js" type="module"></script><script src="main.
|
|
64
|
+
<script src="runtime.b0be9021613841ed.js" type="module"></script><script src="polyfills.24505ce1a7de0f8b.js" type="module"></script><script src="main.17779916d2af3acd.js" type="module"></script></body>
|
|
65
65
|
</html>
|