@mxtommy/kip
Advanced tools
Comparing version 2.6.0 to 2.7.0
@@ -0,1 +1,11 @@ | ||
# V 2.7.0 | ||
## New features | ||
* Boolean Control Panel Widget: Added Push button and Light indicator controls | ||
* Application loading spinner animation during KIP startup replacing the blank screen visible on slow network/devices improving user experience | ||
## Improvements | ||
* Boolean Control Panel Widget Options: Ability to change control position, layout clean up and enhanced responsive design | ||
* Date & Time Widget Options: Added pre populated selection list of available Time Zones enhancing usability | ||
* Auto Night Mode feature now based on environment.mode path aligning to latest Signal K specifications. The change is backward compatible | ||
## Fixes | ||
* Improved Settings / Storage tab [object Object] error message when Signal K server's Application Storage service is not accessible from KIP | ||
# V 2.6.0 | ||
@@ -2,0 +12,0 @@ ## New features |
{ | ||
"name": "@mxtommy/kip", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"description": "An advanced and versatile marine instrumentation package to display Signal K data.", | ||
"license": "MIT", | ||
"author": { | ||
"name": "Thomas St.Pierre, David Godin" | ||
}, | ||
"contributors": [ | ||
@@ -46,5 +49,15 @@ { | ||
"@angular-devkit/build-angular": "^14.2.13", | ||
"@angular/animations": "14.3.0", | ||
"@angular/cdk": "^14.2.7", | ||
"@angular/cli": "^14.2.13", | ||
"@angular/common": "14.3.0", | ||
"@angular/compiler": "14.3.0", | ||
"@angular/compiler-cli": "14.3.0", | ||
"@angular/core": "14.3.0", | ||
"@angular/forms": "14.3.0", | ||
"@angular/language-service": "14.3.0", | ||
"@angular/material": "^14.2.7", | ||
"@angular/platform-browser": "14.3.0", | ||
"@angular/platform-browser-dynamic": "14.3.0", | ||
"@angular/router": "14.3.0", | ||
"@types/canvas-gauges": "^2.1.2", | ||
@@ -58,29 +71,2 @@ "@types/hammerjs": "^2.0.45", | ||
"@types/node": "^20.8.6", | ||
"codelyzer": "^6.0.0", | ||
"jasmine-core": "~4.0.1", | ||
"jasmine-spec-reporter": "~5.0.0", | ||
"karma": "~6.3.17", | ||
"karma-chrome-launcher": "~3.1.0", | ||
"karma-cli": "~2.0.0", | ||
"karma-coverage-istanbul-reporter": "^3.0.3", | ||
"karma-jasmine": "~4.0.0", | ||
"karma-jasmine-html-reporter": "^1.6.0", | ||
"protractor": "~7.0.0", | ||
"sass": "^1.49.9", | ||
"ts-node": "^8.10.2", | ||
"tslib": "^2.2.0", | ||
"tslint": "^6.1.3", | ||
"typescript": "^4.6.4", | ||
"pwa-asset-generator": "^6.3.1", | ||
"@angular/animations": "14.3.0", | ||
"@angular/cdk": "^14.2.7", | ||
"@angular/common": "14.3.0", | ||
"@angular/compiler": "14.3.0", | ||
"@angular/core": "14.3.0", | ||
"@angular/forms": "14.3.0", | ||
"@angular/material": "^14.2.7", | ||
"@angular/platform-browser": "14.3.0", | ||
"@angular/platform-browser-dynamic": "14.3.0", | ||
"@angular/router": "14.3.0", | ||
"angular-resize-event": "^3.2.0", | ||
@@ -91,2 +77,3 @@ "angular-split": "^14.1.0", | ||
"chartjs-adapter-date-fns": "^3.0.0", | ||
"codelyzer": "^6.0.0", | ||
"compare-versions": "^5.0.1", | ||
@@ -97,11 +84,24 @@ "core-js": "^3.13.1", | ||
"howler": "^2.2.4", | ||
"jasmine-core": "~4.0.1", | ||
"jasmine-spec-reporter": "~5.0.0", | ||
"js-quantities": "^1.8.0", | ||
"karma": "~6.3.17", | ||
"karma-chrome-launcher": "~3.1.0", | ||
"karma-cli": "~2.0.0", | ||
"karma-coverage-istanbul-reporter": "^3.0.3", | ||
"karma-jasmine": "~4.0.0", | ||
"karma-jasmine-html-reporter": "^1.6.0", | ||
"lodash-es": "^4.17.21", | ||
"protractor": "~7.0.0", | ||
"pwa-asset-generator": "^6.3.1", | ||
"rx-dom-html": "^7.0.3", | ||
"rxjs": "^7.5.7", | ||
"sass": "^1.49.9", | ||
"screenfull": "^6.0.2", | ||
"ts-node": "^8.10.2", | ||
"tslib": "^2.2.0", | ||
"tslint": "^6.1.3", | ||
"typescript": "^4.8.4", | ||
"zone.js": "~0.11.4" | ||
}, | ||
"dependencies": { | ||
} | ||
} |
{ | ||
"id": "/@mxtommy/kip/", | ||
"theme_color": "#1E1E1E", | ||
"background_color": "#1E1E1E", | ||
"theme_color": "#424242", | ||
"background_color": "#424242", | ||
"display": "fullscreen", | ||
@@ -67,2 +67,2 @@ "scope": "/@mxtommy/kip/", | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9051341
17230