@mxtommy/kip 2.11.0 → 2.11.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,8 @@
1
+
2
+ # V 2.11.1
3
+ ## Fixes
4
+ * Path not available in numeric Widget Options when first emitted value is null. Fixes #408
5
+ * Linear & Radial Steel Style gauge support for decimal places. Fixes #433
1
6
  # V 2.11.0
2
7
  ## New features
3
8
  * Autopilot invert rudder angle support and matching Display tab widget Option
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mxtommy/kip",
3
- "version": "2.11.0",
3
+ "version": "2.11.1",
4
4
  "description": "An advanced and versatile marine instrumentation package to display Signal K data.",
5
5
  "license": "MIT",
6
6
  "author": {
package/public/index.html CHANGED
@@ -61,5 +61,5 @@
61
61
  </div>
62
62
  </div>
63
63
  </app-root>
64
- <script src="runtime.529d3ae26a251c2e.js" type="module"></script><script src="polyfills.96430bd1767174d6.js" type="module"></script><script src="main.0d94712ae3a384bc.js" type="module"></script></body>
64
+ <script src="runtime.529d3ae26a251c2e.js" type="module"></script><script src="polyfills.96430bd1767174d6.js" type="module"></script><script src="main.b352c68d9a990a15.js" type="module"></script></body>
65
65
  </html>