@mxtommy/kip 2.4.2 → 2.6.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 +31 -11
- package/README.md +9 -9
- package/package.json +9 -8
- package/public/index.html +2 -2
- package/public/main.9ac2d4dfd3811897.js +1 -0
- package/public/styles.f98a2c1ba7cb7018.css +1 -0
- package/public/main.cd1874cf6dbbc909.js +0 -1
- package/public/styles.a5d5fc1506885765.css +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
# V 2.6.0
|
|
2
|
+
## New features
|
|
3
|
+
* New Boolean Switches Widget. The first addition to a new series of multi-paths boolean Widgets
|
|
4
|
+
* Automatic server URL discovery simplifying basic KIP configuration
|
|
5
|
+
## Improvements
|
|
6
|
+
* Request/Response 403 Status Code message improving end user troubleshooting when using PUT operations. Applies to Boolean and AP widgets.
|
|
7
|
+
* Sass styles cleanup reducing css files size
|
|
8
|
+
* Dependency cleanup reducing install time and removing unnecessary package installation
|
|
9
|
+
* KIP dependency version update
|
|
10
|
+
## Fixes
|
|
11
|
+
* Can't save Widget Options with Widgets that have optional configuration features when paths are not available/supplied from Signal K
|
|
12
|
+
* Widget Options/Paths form UI validation issues providing cleaner user feedback
|
|
13
|
+
* AP compass dial numbers not visible in all themes. Special thanks to @rezder
|
|
14
|
+
# V 2.5.0
|
|
15
|
+
## New features
|
|
16
|
+
* Course Over Ground indicator added to Wind Widget
|
|
17
|
+
## Improvements
|
|
18
|
+
* Wind Widget "Laylines" feature label is incorrect and port/starboard wind shift colors are inverted
|
|
19
|
+
## Fixes
|
|
20
|
+
* Fix Widget Options path filtering with performance improvements
|
|
1
21
|
# V 2.4.2
|
|
2
22
|
## Fixes
|
|
3
23
|
* null path values causing errors, preventing proper value types assignment and default source selection
|
|
@@ -39,7 +59,7 @@
|
|
|
39
59
|
# V 2.2.0
|
|
40
60
|
## New features
|
|
41
61
|
* Option to enable automatic day and night modes activation based on sun phases
|
|
42
|
-
* Path data throttling feature added to Widget Options Paths providing greater
|
|
62
|
+
* Path data throttling feature added to Widget Options Paths providing greater flexibility and UI experience
|
|
43
63
|
# V 2.1.3
|
|
44
64
|
## Improvements
|
|
45
65
|
* automatic upgrade of older KIP v6 configuration
|
|
@@ -57,7 +77,7 @@
|
|
|
57
77
|
* Latitude and Longitude format by @godind in https://github.com/mxtommy/Kip/pull/204
|
|
58
78
|
* numeric with decimal and long/lat by @godind in https://github.com/mxtommy/Kip/pull/205
|
|
59
79
|
* West Longitudes show negatives by @godind in https://github.com/mxtommy/Kip/pull/206
|
|
60
|
-
* App-help-
|
|
80
|
+
* App-help-styling-to-Angular by @godind in https://github.com/mxtommy/Kip/pull/207
|
|
61
81
|
* Bump @babel/traverse from 7.23.0 to 7.23.2 by @dependabot in https://github.com/mxtommy/Kip/pull/194
|
|
62
82
|
# V 2.0.1
|
|
63
83
|
## Improvements
|
|
@@ -73,7 +93,7 @@
|
|
|
73
93
|
* Data/time Widget. Special thanks to techgardeners
|
|
74
94
|
* Ah and kWh units support. Special thanks to amirlanesman
|
|
75
95
|
* New Storage Service
|
|
76
|
-
* New
|
|
96
|
+
* New Authentication Service
|
|
77
97
|
* New App bootstrap Init Service
|
|
78
98
|
## Improvements
|
|
79
99
|
* Button/Switch Widget UI improvement to On/Off status indicator
|
|
@@ -82,7 +102,7 @@
|
|
|
82
102
|
* Reduced bundle size
|
|
83
103
|
* Streamlined Widget framework to facilitate Widget contribution and creation
|
|
84
104
|
* Migration to RxJS WebSocket
|
|
85
|
-
* Improved JavaScript Web Token (JWT) management using HTTP
|
|
105
|
+
* Improved JavaScript Web Token (JWT) management using HTTP Interceptor
|
|
86
106
|
* Improved management of Signal K communications reducing server buffer overflow and server-side termination exceptions handling.
|
|
87
107
|
* Support for Signal K Delta Metadata updates
|
|
88
108
|
* Retirement of full.service in favor of the Delta service for improved performance, reduced CPU load and code simplification
|
|
@@ -95,7 +115,7 @@
|
|
|
95
115
|
## Fixes
|
|
96
116
|
* widget-numeric.component.html code typo preventing proper theme rendering. Special thanks to mhaberler
|
|
97
117
|
* Issue where simple linear gauge assumes min value=0. Special thanks to amirlanesman
|
|
98
|
-
* Fix spelling in datasets configuration. Special
|
|
118
|
+
* Fix spelling in datasets configuration. Special thanks to philipa
|
|
99
119
|
# V 1.3.1
|
|
100
120
|
* Angular production build script update
|
|
101
121
|
* fixed historical widget axis and label theming color, thanks VibroAxe
|
|
@@ -103,11 +123,11 @@
|
|
|
103
123
|
* Platform update to Node 14, Angular and Angular Material 12
|
|
104
124
|
* Upgrade to Awesomefont6 with new icon style classes update
|
|
105
125
|
* Retired old node-sass in favor of new Sass module
|
|
106
|
-
*
|
|
126
|
+
* Dependencies updated to latest
|
|
107
127
|
* App manifest added, thanks VibroAxe
|
|
108
128
|
* Added new ng server dev configuration with map files enabling debugger breakpoints. Use: ng server --configuration=dev to enable VS Code debugger map file and inline break points.
|
|
109
|
-
* Fixed issue: Latest Master doesn't build #111 - NG-Canvas-Gauge package
|
|
110
|
-
* Fix Kip N2K Autopilot gauge buttons layout and modes feature. AP Gauge should work with Raymarine Seatalk, N2K APs and SmartPilots connected to Seatalk-STNG-Converter device. Latest n2k-signalk (2.5.2+) and signalk-
|
|
129
|
+
* Fixed issue: Latest Master doesn't build #111 - NG-Canvas-Gauge package dependency
|
|
130
|
+
* Fix Kip N2K Autopilot gauge buttons layout and modes feature. AP Gauge should work with Raymarine Seatalk, N2K APs and SmartPilots connected to Seatalk-STNG-Converter device. Latest n2k-signalk (2.5.2+) and signalk-autopilot (v1.2.5+) plugin are required.
|
|
111
131
|
|
|
112
132
|
# V 1.2.3
|
|
113
133
|
* Fix bug in ng-Gauges initialization
|
|
@@ -134,7 +154,7 @@
|
|
|
134
154
|
* Allow paths that do not exist in path input.
|
|
135
155
|
* Added percent unit
|
|
136
156
|
* Optimize font size calculations by up to 50x on numeric widget
|
|
137
|
-
* Added a new color option on linear gauges (No Progress). Makes it just the needle,
|
|
157
|
+
* Added a new color option on linear gauges (No Progress). Makes it just the needle, useful for example rudder position
|
|
138
158
|
|
|
139
159
|
## Bugfix/Other
|
|
140
160
|
* Refactor alarms/notification service.
|
|
@@ -171,7 +191,7 @@
|
|
|
171
191
|
* Work on ng gauges
|
|
172
192
|
|
|
173
193
|
### V1.0.2
|
|
174
|
-
* Tooltip for long messages, and hide badge when 0
|
|
194
|
+
* Tooltip for long messages, and hide badge when 0 unacknowledged alarms
|
|
175
195
|
|
|
176
196
|
### V1.0.1
|
|
177
197
|
* Respect methods for alarms!
|
|
@@ -213,7 +233,7 @@
|
|
|
213
233
|
### V0.1.7
|
|
214
234
|
Note, Any configs stored in browser will be lost as config format has changed.
|
|
215
235
|
* Performance gain in Numeric widget in large fonts
|
|
216
|
-
* Sailgauge updates (laylines,
|
|
236
|
+
* Sailgauge updates (laylines, wind sectors, general refactor)
|
|
217
237
|
* Simplified source selection in the code
|
|
218
238
|
* Removed Derived Data
|
|
219
239
|
* Added Percentage unit, and stopped showing "no unit" on numeric
|
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ The idea is to replicate the functionality of MFDs such as the B&G Triton, Rayma
|
|
|
23
23
|
- Swipe left and right to cycle trough your Widget layouts.
|
|
24
24
|
- Double tap to toggle night mode.
|
|
25
25
|
|
|
26
|
-
###
|
|
26
|
+
### KIP Mobille App
|
|
27
27
|
Run KIP in full screen, with no browser controls visible, just like regular mobile apps. This feature is supported on most mobile OS. Each browser has it's own way of handling PWA deployments.
|
|
28
28
|
|
|
29
29
|
To install KIP as an App, first load KIP in the browser. Then follow the steps below:
|
|
@@ -31,7 +31,7 @@ To install KIP as an App, first load KIP in the browser. Then follow the steps b
|
|
|
31
31
|
**iOS**
|
|
32
32
|
1. Press the "Share" button
|
|
33
33
|
2. Select "Add to Home Screen" from the action popup list
|
|
34
|
-
3. Tap "Add" in the top right corner to finish
|
|
34
|
+
3. Tap "Add" in the top right corner to finish installation.
|
|
35
35
|
KIP is now installed and available on your home screen
|
|
36
36
|
|
|
37
37
|
**Android**
|
|
@@ -113,26 +113,26 @@ KIP is now installed and available on your home screen
|
|
|
113
113
|
As an example, KIP will notify you (inform, warn, alert) when a water depth or temperature sensors reaches certain levels. In addition to KIP's centralized basic visual and audio notification feature, each Widget offers a tailored visual representation appropriate
|
|
114
114
|
to their design objectives providing an optimal user experience.
|
|
115
115
|
|
|
116
|
-
# How To Contribute
|
|
116
|
+
# How To Contribute
|
|
117
117
|
|
|
118
118
|
KIP is under MIT license and is built with Nodes and Angular using various open-source assets. All free!
|
|
119
119
|
|
|
120
120
|
**Tools**
|
|
121
121
|
|
|
122
|
-
Linux,
|
|
122
|
+
Linux, Mac, Pi or Windows dev platform supported
|
|
123
123
|
1. Install the latest Node version (v16+, v18 recommended)
|
|
124
124
|
2. Download your favorite coding IDE (we use the free Visual Code)
|
|
125
125
|
3. Create your own GitHub KIP fork.
|
|
126
|
-
4. Configure your IDE's source control to point to your forked KIP instance (With Visual Code, GitHub support is built-in) and get the
|
|
126
|
+
4. Configure your IDE's source control to point to your forked KIP instance (With Visual Code, GitHub support is built-in) and get the fork's Master branch locally.
|
|
127
127
|
|
|
128
|
-
**
|
|
128
|
+
**Coding**
|
|
129
129
|
1. From your fork's Master branch, create working branch with a name such as: New-Widget-abc or fix-issue-abc, etc.
|
|
130
|
-
2. Checkout this new Branch
|
|
131
|
-
3. In a command shell (or in the Visual Code Terminal window), go to the root of you local project folder.
|
|
130
|
+
2. Checkout this new Branch.
|
|
131
|
+
3. In a command shell (or in the Visual Code Terminal window), go to the root of you local project branch folder, if not done automatically by your IDE.
|
|
132
132
|
4. Install project dependencies using NPM package and dependency manager: run `npm install`. NPM will read Kip project dependencies (see Steps 2), download and install everything automatically for you.
|
|
133
133
|
5. Build the app locally using Angular-CLI: from that same project root folder, run `ng build`. CLI tool will build KIP.
|
|
134
134
|
|
|
135
|
-
**
|
|
135
|
+
**Setup**
|
|
136
136
|
1. Fire up your local dev instance with `npm run dev`.
|
|
137
137
|
2. Hit Run/Start Debugging in Visual Code or point your favorite browser to `http://localhost:4200/@mxtommy/kip`
|
|
138
138
|
3. Voila!
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mxtommy/kip",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.0",
|
|
4
4
|
"description": "An advanced and versatile marine instrumentation package to display Signal K data.",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"author": {
|
|
7
|
-
"name": "Thomas St.Pierre",
|
|
8
|
-
"email": "thomas@samoht.ca"
|
|
9
|
-
},
|
|
10
6
|
"contributors": [
|
|
7
|
+
{
|
|
8
|
+
"name": "Thomas St.Pierre",
|
|
9
|
+
"email": "thomas@samoht.ca"
|
|
10
|
+
},
|
|
11
11
|
{
|
|
12
12
|
"name": "David Godin",
|
|
13
13
|
"email": "godind@hotmail.com"
|
|
@@ -69,9 +69,8 @@
|
|
|
69
69
|
"tslib": "^2.2.0",
|
|
70
70
|
"tslint": "^6.1.3",
|
|
71
71
|
"typescript": "^4.6.4",
|
|
72
|
-
"pwa-asset-generator": "^6.3.1"
|
|
73
|
-
|
|
74
|
-
"dependencies": {
|
|
72
|
+
"pwa-asset-generator": "^6.3.1",
|
|
73
|
+
|
|
75
74
|
"@angular/animations": "14.3.0",
|
|
76
75
|
"@angular/cdk": "^14.2.7",
|
|
77
76
|
"@angular/common": "14.3.0",
|
|
@@ -98,5 +97,7 @@
|
|
|
98
97
|
"rxjs": "^7.5.7",
|
|
99
98
|
"screenfull": "^6.0.2",
|
|
100
99
|
"zone.js": "~0.11.4"
|
|
100
|
+
},
|
|
101
|
+
"dependencies": {
|
|
101
102
|
}
|
|
102
103
|
}
|
package/public/index.html
CHANGED
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
<link rel="apple-touch-startup-image" href="assets/apple-splash-1334-750.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
|
|
43
43
|
<link rel="apple-touch-startup-image" href="assets/apple-splash-640-1136.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
|
44
44
|
<link rel="apple-touch-startup-image" href="assets/apple-splash-1136-640.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
|
|
45
|
-
<style>html,body,app-root{height:100%}body{margin:0;touch-action:none}</style><link rel="stylesheet" href="styles.
|
|
45
|
+
<style>html,body,app-root{height:100%}body{margin:0;touch-action:none}</style><link rel="stylesheet" href="styles.f98a2c1ba7cb7018.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.f98a2c1ba7cb7018.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.
|
|
48
|
+
<script src="runtime.e75056c32c37f59d.js" type="module"></script><script src="polyfills.64db6be9cdc8f808.js" type="module"></script><script src="main.9ac2d4dfd3811897.js" type="module"></script>
|
|
49
49
|
</body></html>
|