@mxtommy/kip 2.8.0 → 2.8.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,3 +1,7 @@
|
|
|
1
|
+
# V 2.8.1
|
|
2
|
+
## Fixes
|
|
3
|
+
* Prevent endless login loop by adding support for NEVER expires user sessions token.
|
|
4
|
+
* Update left over Historical Data tab descriptions to reference Datasets and Data Chart widget.
|
|
1
5
|
# V 2.8.0
|
|
2
6
|
## New features
|
|
3
7
|
* New Data Chart Widget replacing Historical Widget. Data Chart supports data streaming and Simple Moving Average Series and min, max and average lines over dataset duration.
|
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.0e22cd08e06bd6a6.js" type="module"></script></body>
|
|
65
65
|
</html>
|