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