@mxtommy/kip 2.10.0-beta.7 → 2.10.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,22 @@
1
+ # V 2.10.0
2
+ ## New features
3
+ * Boolean Control Panel Widget: Support for numeric paths (0/1 PUT values)
4
+ * New Compass Gauge Widget with support for rad units using negative to port values. Compass needle or faceplate rotation support
5
+ * Signal K Metadata support for Zones configuration, Display Name and Display Scale. IMPORTANT: Exiting gauges Min Value & Max Value setting will be lost on upgrade and require manual configuration of new Scale Start and Scale End Widget Options.
6
+ * Ability to filter Widget Option's path selection list based on Signal K Units type
7
+ ## Improvements
8
+ * Linear Gauge Widget support for tick bar numbers improving readability
9
+ * Refactoring of Signal K Notification support with improved integration. Includes Notification options to Silence and Clear messages on the server. Also fixes existing ghost messages issue and normal state notifications that generated unwarranted prompts.
10
+ ## Fixes
11
+ * Chromium browser side scrollbar always visible
12
+ * Data Chart Widget Simple Moving Average calculation not using latest datapoints
13
+ * Gauge library canvas context stack and object destruction memory leaks
14
+ * Settings/Storage: Load Demo button not loading demo layout in Sign In mode.
15
+ * Radial Gauge Widget inaccurate ticks with very larger numbers
16
+ * Incorrect demo server URL example in Setting/Signal K panel by @mshulman
17
+ ## Retired Feature
18
+ * KIP local Zones support removed in favor of Signal K Zones configuration. Pre KIP V2.10 configuration will be lost.
19
+ * Radial Gauge compass mode options removed
1
20
  # V 2.9.3
2
21
  ## Improvements
3
22
  * Reintroduced High Contrast mode in Settings > General options panel
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mxtommy/kip",
3
- "version": "2.10.0-beta.7",
3
+ "version": "2.10.0",
4
4
  "description": "An advanced and versatile marine instrumentation package to display Signal K data.",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -59,7 +59,7 @@
59
59
  "@angular/platform-browser": "17.3.4",
60
60
  "@angular/platform-browser-dynamic": "17.3.4",
61
61
  "@angular/router": "17.3.4",
62
- "@godind/ng-canvas-gauges": "^6.2.0",
62
+ "@godind/ng-canvas-gauges": "^6.2.1",
63
63
  "@robloche/chartjs-plugin-streaming": "^3.1.0",
64
64
  "@types/canvas-gauges": "^2.1.8",
65
65
  "@types/hammerjs": "^2.0.45",
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.d9cadfc057b4cf60.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.8d1f2f8d0ac16f2e.js" type="module"></script></body>
65
65
  </html>