@mxtommy/kip 2.8.3-beta.1 → 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,6 +1,19 @@
|
|
|
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.
|
|
6
|
+
# V 2.8.2
|
|
7
|
+
## Improvements
|
|
8
|
+
* Added Dataset configuration guidance to UI.
|
|
9
|
+
## Fixes
|
|
10
|
+
* Chromium menu icon layout issues.
|
|
11
|
+
* Data Chart empty datapoint when no value received within sample period.
|
|
12
|
+
* Race Timer Start/Pause state when switching day/night modes.
|
|
13
|
+
* Zone alarms triggers incorrectly when using both 0 and undefined in a zone scales.
|
|
1
14
|
# V 2.8.1
|
|
2
15
|
## Fixes
|
|
3
|
-
* Prevent endless login loop by adding support for NEVER expires user
|
|
16
|
+
* Prevent endless login loop by adding support for NEVER expires user session token.
|
|
4
17
|
* Update left over Historical Data tab descriptions to reference Datasets and Data Chart widget.
|
|
5
18
|
# V 2.8.0
|
|
6
19
|
## New features
|
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>
|