@mxtommy/kip 2.12.1 → 2.12.3

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,8 +1,17 @@
1
-
2
-
1
+ # V 2.12.3
2
+ ## Fixes
3
+ * Linear widget "No Progress" color option missing.
4
+ * Data Browser source and value not displayed.
5
+ * Processing of combined values and meta delta updates. Fixes #453
6
+ # V 2.12.2
7
+ ## Improvements
8
+ * Makes Radial and Linear gauge highlights width configurable by @jaredjensen
9
+ ## Fixes
10
+ * Metadata not being available on initial load by @jaredjensen
3
11
  # V 2.12.1
4
12
  ## Fixes
5
13
  * Numeric widget using seconds value not converting to HH:MM:SS format. Fixes #438
14
+ # V 2.12.0
6
15
  ## New features
7
16
  * Add Kilo Pascal (kPa) format to Pressure units.
8
17
  * Add Resistance Unit with Ohm (ohm) and Kilo Ohm ((kiloohm)) formats.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mxtommy/kip",
3
- "version": "2.12.1",
3
+ "version": "2.12.3",
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.c0776882655df08a.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.d5bfd3e711bb46da.js" type="module"></script></body>
65
65
  </html>