@signalk/freeboard-sk 2.8.0 → 2.8.2

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,5 +1,14 @@
1
1
  # CHANGELOG: Freeboard
2
2
 
3
+ ### v2.8.2
4
+
5
+ - **Updated**: Show laylines only when destination is upwind (#149).
6
+ - **Fixed**: Apparent wind vector not correct in North-Up mode.
7
+
8
+ ### v2.8.1
9
+
10
+ - **Fixed**: Unable to clearing alarms on server v2.8 or greater due to 'DELETE' requests not being passed to plugins.
11
+
3
12
  ### v2.8.0
4
13
 
5
14
  - **Added**: Option to display laylines when destination is active. (#149)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalk/freeboard-sk",
3
- "version": "2.8.0",
3
+ "version": "2.8.2",
4
4
  "description": "Openlayers chart plotter implementation for Signal K",
5
5
  "keywords": [
6
6
  "signalk-webapp",
@@ -16,7 +16,7 @@ const STANDARD_ALARMS = [
16
16
  ];
17
17
  let server;
18
18
  let pluginId;
19
- const ALARM_API_PATH = '/signalk/v1/api/alarms';
19
+ const ALARM_API_PATH = '/signalk/v2/api/alarms';
20
20
  const initAlarms = (app, id) => {
21
21
  server = app;
22
22
  pluginId = id;
package/public/index.html CHANGED
@@ -74,5 +74,5 @@
74
74
  </div>
75
75
  </div>
76
76
  </app-root>
77
- <script src="runtime.5633b29a06dd408a.js" type="module"></script><script src="polyfills.a2573337c4e88a2c.js" type="module"></script><script src="main.b0a21edaea82d2e2.js" type="module"></script></body>
77
+ <script src="runtime.5633b29a06dd408a.js" type="module"></script><script src="polyfills.a2573337c4e88a2c.js" type="module"></script><script src="main.3b8989448ca5f179.js" type="module"></script></body>
78
78
  </html>