@mxtommy/kip 2.9.0 → 2.9.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 +10 -0
- package/package.json +1 -1
- package/public/index.html +1 -1
- package/public/main.5c9ba3980e666c3a.js +1 -0
- package/public/assets/steelseries.js +0 -15834
- package/public/assets/tween.js +0 -381
- package/public/main.ae02ef5d85e6b691.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
# V 2.9.1
|
|
2
|
+
## Improvements
|
|
3
|
+
* Dataset meta units support for 'rad' as directional angles
|
|
4
|
+
* Dataset direction with wrap-around support
|
|
5
|
+
* Dataset directional simple moving average support
|
|
6
|
+
* Improved Data Chart path units format selection
|
|
7
|
+
## Fixes
|
|
8
|
+
* Radial and linear gauge animation timing with data sample rate
|
|
9
|
+
* Timers and Observable object clean up
|
|
10
|
+
* Dependency bump
|
|
1
11
|
# V 2.9.0
|
|
2
12
|
## New features
|
|
3
13
|
* Dedicated Freeboard-SK Chart Plotter widget. The widget automatically loads the app and supports single sign on using the same user as defined in KIP. Special thanks to Adrian!
|
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.5c9ba3980e666c3a.js" type="module"></script></body>
|
|
65
65
|
</html>
|