@mxtommy/kip 2.4.2 → 2.5.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,10 @@
1
+ # V 2.5.0
2
+ ## New features
3
+ * Course Over Ground indicator added to Wind Widget
4
+ ## Improvements
5
+ * Wind Widget "Laylines" feature label is incorrect and port/starboard wind shift colors are inverted
6
+ ## Fixes
7
+ * Fix Widget Options path filtering with performance improvements
1
8
  # V 2.4.2
2
9
  ## Fixes
3
10
  * null path values causing errors, preventing proper value types assignment and default source selection
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mxtommy/kip",
3
- "version": "2.4.2",
3
+ "version": "2.5.0",
4
4
  "description": "An advanced and versatile marine instrumentation package to display Signal K data.",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -66,6 +66,19 @@ MIT
66
66
  @angular/router
67
67
  MIT
68
68
 
69
+ @kurkle/color
70
+ MIT
71
+ The MIT License (MIT)
72
+
73
+ Copyright (c) 2018-2021 Jukka Kurkela
74
+
75
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
76
+
77
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
78
+
79
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
80
+
81
+
69
82
  angular-resize-event
70
83
  MIT
71
84
 
package/public/index.html CHANGED
@@ -45,5 +45,5 @@
45
45
  <style>html,body,app-root{height:100%}body{margin:0;touch-action:none}</style><link rel="stylesheet" href="styles.a5d5fc1506885765.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.a5d5fc1506885765.css"></noscript></head>
46
46
  <body>
47
47
  <app-root></app-root>
48
- <script src="runtime.e75056c32c37f59d.js" type="module"></script><script src="polyfills.64db6be9cdc8f808.js" type="module"></script><script src="main.cd1874cf6dbbc909.js" type="module"></script>
48
+ <script src="runtime.e75056c32c37f59d.js" type="module"></script><script src="polyfills.64db6be9cdc8f808.js" type="module"></script><script src="main.026c51a2aa2a2ac8.js" type="module"></script>
49
49
  </body></html>