@mxtommy/kip 2.2.2 → 2.3.0
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,12 @@
|
|
|
1
|
+
# V 2.3.0
|
|
2
|
+
## New features
|
|
3
|
+
* Added support for Signal K Source Priorities
|
|
4
|
+
* Added Signal K RFC 3339 datetime types improving path selection filtering of Date value display Widget and string Widgets
|
|
5
|
+
* Added configuration copy from/to all Scopes feature
|
|
6
|
+
## Fixes
|
|
7
|
+
* Path value of null and undefined causing tofix() failure
|
|
8
|
+
* Historic DataSet widget - initial value incorrect and persisted forever
|
|
9
|
+
* Typo in "Night Vision" description under the General settings tab
|
|
1
10
|
# V 2.2.2
|
|
2
11
|
## Fixes
|
|
3
12
|
* Add missing SampleTime path property in some rare cases
|
package/package.json
CHANGED
package/public/index.html
CHANGED
|
@@ -14,6 +14,6 @@
|
|
|
14
14
|
|
|
15
15
|
<body>
|
|
16
16
|
<app-root></app-root>
|
|
17
|
-
<script src="runtime.e75056c32c37f59d.js" type="module"></script><script src="polyfills.64db6be9cdc8f808.js" type="module"></script><script src="main.
|
|
17
|
+
<script src="runtime.e75056c32c37f59d.js" type="module"></script><script src="polyfills.64db6be9cdc8f808.js" type="module"></script><script src="main.32aba1d68004481e.js" type="module"></script>
|
|
18
18
|
|
|
19
19
|
</body></html>
|