@mxtommy/kip 4.0.6-beta.1 → 4.0.6-beta.3
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 +2 -1
- package/package.json +2 -2
- package/public/{chunk-MTKFOFVR.js → chunk-5REZ5X7R.js} +5 -5
- package/public/{chunk-65F4YO5K.js → chunk-FIMKMSN7.js} +1 -1
- package/public/chunk-III5QMAM.js +3 -0
- package/public/{chunk-6T7IIPAQ.js → chunk-ITAAQPFA.js} +1 -1
- package/public/{chunk-3EOHWMC4.js → chunk-J7NH3VH2.js} +1 -1
- package/public/{chunk-JEI3OFI6.js → chunk-MPHGCCU2.js} +1 -1
- package/public/{chunk-VZGTF6NJ.js → chunk-SV5DBBDC.js} +1 -1
- package/public/index.html +1 -1
- package/public/{main-ZRIMH4UA.js → main-PM53AKJJ.js} +4 -4
- package/public/chunk-B4OHYWVY.js +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# v 4.0.6
|
|
2
2
|
## Fixes
|
|
3
|
-
* Rare case where changing widget source does not resubscribe to data and
|
|
3
|
+
* Rare case where changing widget source does not resubscribe to data and reloading the dashboard is needed.
|
|
4
|
+
* Switch Panel not responding to touch with Chrome on some OS/versions when fill color opacity is 0.
|
|
4
5
|
# v 4.0.5
|
|
5
6
|
## Fixes
|
|
6
7
|
* More Embedded widget overflow causing scrollbar
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mxtommy/kip",
|
|
3
|
-
"version": "4.0.6-beta.
|
|
3
|
+
"version": "4.0.6-beta.3",
|
|
4
4
|
"description": "An advanced and versatile marine instrumentation package to display Signal K data.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"karma-spec-reporter": "^0.0.36",
|
|
100
100
|
"karma-chrome-launcher": "~3.1.0",
|
|
101
101
|
"karma-cli": "~2.0.0",
|
|
102
|
-
|
|
102
|
+
"karma-coverage": "^2.2.0",
|
|
103
103
|
"karma-jasmine": "~4.0.0",
|
|
104
104
|
"karma-jasmine-html-reporter": "^1.6.0",
|
|
105
105
|
"lodash-es": "^4.17.21",
|