@mxtommy/kip 2.0.0 → 2.1.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 +19 -0
- package/package.json +2 -2
- package/public/3rdpartylicenses.txt +2 -23
- package/public/assets/icon-72x72.png +0 -0
- package/public/index.html +2 -2
- package/public/main.26f0989c3569d08a.js +1 -0
- package/public/polyfills.64db6be9cdc8f808.js +1 -0
- package/public/styles.5a50f41e438a6c09.css +1 -0
- package/protractor.conf.js +0 -28
- package/public/assets/svg-autopilot-inkscape-plain.svg +0 -983
- package/public/assets/svg-wind-inkscape.svg +0 -1358
- package/public/main.9dba30de44eed02b.js +0 -1
- package/public/polyfills.d1da7d2e907c253a.js +0 -1
- package/public/styles.6b1c2c92be18a2cc.css +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
# V 2.1.0
|
|
2
|
+
## Improvements
|
|
3
|
+
* Cleaner Wind Widget styles and layout with improved visual experience
|
|
4
|
+
## Fixes
|
|
5
|
+
* 178-wind-gauge-jumping-through-n-0-degrees by @godind in https://github.com/mxtommy/Kip/pull/200
|
|
6
|
+
* Unit label typo. Help hyperlinks by @godind in https://github.com/mxtommy/Kip/pull/201
|
|
7
|
+
* AP and linear gauge styles by @godind in https://github.com/mxtommy/Kip/pull/202
|
|
8
|
+
* Help typo fix by @godind in https://github.com/mxtommy/Kip/pull/203
|
|
9
|
+
* Latitude and Longitude format by @godind in https://github.com/mxtommy/Kip/pull/204
|
|
10
|
+
* numeric with decimal and long/lat by @godind in https://github.com/mxtommy/Kip/pull/205
|
|
11
|
+
* West Longitudes show negatives by @godind in https://github.com/mxtommy/Kip/pull/206
|
|
12
|
+
* App-help-styiling-to-Angular by @godind in https://github.com/mxtommy/Kip/pull/207
|
|
13
|
+
* Bump @babel/traverse from 7.23.0 to 7.23.2 by @dependabot in https://github.com/mxtommy/Kip/pull/194
|
|
14
|
+
# V 2.0.1
|
|
15
|
+
## Improvements
|
|
16
|
+
* Update: KIP Icon by @godind in https://github.com/mxtommy/Kip/commit/2b2aa0da868d91b405af7cc5392a2e9b93c1d4d1
|
|
17
|
+
* Update: CHANGELOG.md by @godind in https://github.com/mxtommy/Kip/commit/3bf7120c1fb06468be6d95de9d947fdaa0e28658
|
|
18
|
+
## Fixes
|
|
19
|
+
* Fix: Object reference error and polyfills by @godind in https://github.com/mxtommy/Kip/commit/73f47aec694ccfe6ea2f1b92ad23dcc53b41e09f
|
|
1
20
|
# V 2.0.0
|
|
2
21
|
## New features
|
|
3
22
|
* Breaking Change - KIP configuration sharing using Signal K user key data storage feature
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mxtommy/kip",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "An advanced and verasatile marine instrumentation package to display Signal K data.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {"name": "Thomas St.Pierre", "email": "thomas@samoht.ca"},
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"nmea"
|
|
23
23
|
],
|
|
24
24
|
"signalk": {
|
|
25
|
-
"appIcon": "./assets/icon-
|
|
25
|
+
"appIcon": "./assets/icon-72x72.png",
|
|
26
26
|
"displayName": "KIP Instrument MFD"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
@@ -29,18 +29,12 @@ THE SOFTWARE.
|
|
|
29
29
|
@angular/common
|
|
30
30
|
MIT
|
|
31
31
|
|
|
32
|
-
@angular/compiler
|
|
33
|
-
MIT
|
|
34
|
-
|
|
35
32
|
@angular/core
|
|
36
33
|
MIT
|
|
37
34
|
|
|
38
35
|
@angular/forms
|
|
39
36
|
MIT
|
|
40
37
|
|
|
41
|
-
@angular/localize
|
|
42
|
-
MIT
|
|
43
|
-
|
|
44
38
|
@angular/material
|
|
45
39
|
MIT
|
|
46
40
|
The MIT License
|
|
@@ -308,7 +302,7 @@ chart.js
|
|
|
308
302
|
MIT
|
|
309
303
|
The MIT License (MIT)
|
|
310
304
|
|
|
311
|
-
Copyright (c) 2014-
|
|
305
|
+
Copyright (c) 2014-2022 Chart.js Contributors
|
|
312
306
|
|
|
313
307
|
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:
|
|
314
308
|
|
|
@@ -359,7 +353,7 @@ SOFTWARE.
|
|
|
359
353
|
|
|
360
354
|
core-js
|
|
361
355
|
MIT
|
|
362
|
-
Copyright (c) 2014-
|
|
356
|
+
Copyright (c) 2014-2023 Denis Pushkarev
|
|
363
357
|
|
|
364
358
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
365
359
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -745,21 +739,6 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
745
739
|
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.
|
|
746
740
|
|
|
747
741
|
|
|
748
|
-
tslib
|
|
749
|
-
0BSD
|
|
750
|
-
Copyright (c) Microsoft Corporation.
|
|
751
|
-
|
|
752
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
753
|
-
purpose with or without fee is hereby granted.
|
|
754
|
-
|
|
755
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
756
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
757
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
758
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
759
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
760
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
761
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
762
|
-
|
|
763
742
|
zone.js
|
|
764
743
|
MIT
|
|
765
744
|
The MIT License
|
|
Binary file
|
package/public/index.html
CHANGED
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
11
11
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
12
12
|
<style>@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}:root{--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}</style><link rel="stylesheet" href="assets/fontawesome6/css/all.min.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="assets/fontawesome6/css/all.min.css"></noscript>
|
|
13
|
-
<style>html,body,app-root{height:100%}body{margin:0}</style><link rel="stylesheet" href="styles.
|
|
13
|
+
<style>html,body,app-root{height:100%}body{margin:0}</style><link rel="stylesheet" href="styles.5a50f41e438a6c09.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.5a50f41e438a6c09.css"></noscript><link rel="manifest" href="manifest.json" crossorigin="use-credentials"></head>
|
|
14
14
|
|
|
15
15
|
<body>
|
|
16
16
|
<app-root></app-root>
|
|
17
|
-
<script src="runtime.e75056c32c37f59d.js" type="module"></script><script src="polyfills.
|
|
17
|
+
<script src="runtime.e75056c32c37f59d.js" type="module"></script><script src="polyfills.64db6be9cdc8f808.js" type="module"></script><script src="main.26f0989c3569d08a.js" type="module"></script>
|
|
18
18
|
|
|
19
19
|
</body></html>
|