Skip to content

Commit 2da624c

Browse files
author
Dave Conway-Jones
committed
Re-add latest weathericons, ready for 2.22.1
bump for release 2.22.1
1 parent 5401fce commit 2da624c

File tree

7 files changed

+87
-10
lines changed

7 files changed

+87
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 2.22.1: Maintenance Release
2+
3+
**Fixes**
4+
5+
- Re-insert missing weather icons fonts.
6+
- Fix slider logic for touch devices. Issue #589
7+
18
### 2.22.0: Milestone Release
29

310
**Enhancements**

dist/css/app.min.css

Lines changed: 72 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28523,6 +28523,12 @@ md-tabs-wrapper md-next-button ng-md-icon {
2852328523
width: 1.4em;
2852428524
}
2852528525

28526+
.wi-rotate-23 {
28527+
-webkit-transform: rotate(23deg);
28528+
-ms-transform: rotate(23deg);
28529+
transform: rotate(23deg);
28530+
}
28531+
2852628532
.wi-rotate-90 {
2852728533
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
2852828534
-webkit-transform: rotate(90deg);
@@ -28728,15 +28734,15 @@ mirror=1);
2872828734
}
2872928735

2873028736
.wi-wu-mostlysunny:before {
28731-
content: "\f00d";
28737+
content: "\f00c";
2873228738
}
2873328739

2873428740
.wi-wu-partlycloudy:before {
2873528741
content: "\f002";
2873628742
}
2873728743

2873828744
.wi-wu-partlysunny:before {
28739-
content: "\f00d";
28745+
content: "\f002";
2874028746
}
2874128747

2874228748
.wi-wu-rain:before {
@@ -28834,6 +28840,70 @@ mirror=1);
2883428840
.wi-wu-nt_cloudy:before {
2883528841
content: "\f031";
2883628842
}
28843+
28844+
.wi-moon-wax-cres-dark:before {
28845+
content: "\f0de";
28846+
}
28847+
28848+
.wi-moon-first-quart-dark:before {
28849+
content: "\f0df";
28850+
}
28851+
28852+
.wi-moon-wax-gibb-dark:before {
28853+
content: "\f0e0";
28854+
}
28855+
28856+
.wi-moon-full-dark:before {
28857+
content: "\f0e1";
28858+
}
28859+
28860+
.wi-moon-wan-gibb-dark:before {
28861+
content: "\f0da";
28862+
}
28863+
28864+
.wi-moon-third-quart-dark:before {
28865+
content: "\f0db";
28866+
}
28867+
28868+
.wi-moon-wan-cres-dark:before {
28869+
content: "\f0dc";
28870+
}
28871+
28872+
.wi-moon-new-dark:before {
28873+
content: "\f0dd";
28874+
}
28875+
28876+
.wi-moon-wax-cres:before {
28877+
content: "\f0da";
28878+
}
28879+
28880+
.wi-moon-first-quart:before {
28881+
content: "\f0db";
28882+
}
28883+
28884+
.wi-moon-wax-gibb:before {
28885+
content: "\f0dc";
28886+
}
28887+
28888+
.wi-moon-full:before {
28889+
content: "\f0dd";
28890+
}
28891+
28892+
.wi-moon-wan-gibb:before {
28893+
content: "\f0de";
28894+
}
28895+
28896+
.wi-moon-third-quart:before {
28897+
content: "\f0df";
28898+
}
28899+
28900+
.wi-moon-wan-cres:before {
28901+
content: "\f0e0";
28902+
}
28903+
28904+
.wi-moon-new:before {
28905+
content: "\f0e1";
28906+
}
2883728907
/*!
2883828908
* angularjs-color-picker v3.4.8
2883928909
* https://github.com/ruhley/angular-color-picker/

dist/dashboard.appcache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# Time: Thu May 07 2020 16:39:20 GMT+0100 (British Summer Time)
2+
# Time: Fri May 08 2020 15:09:36 GMT+0100 (British Summer Time)
33

44
CACHE:
55
i18n.js
@@ -26,4 +26,4 @@ loading.html
2626
NETWORK:
2727
*
2828

29-
# hash: c7d9284aacfe0492a689c9f03834b055868874de296905dd19fae9be6dedd6b3
29+
# hash: 2152ba0e40b8b92d3b4cb3e3673cd4edea43ec469898609c7bab05cc0c8d95ac

dist/fonts/weather-icons-lite.woff

524 Bytes
Binary file not shown.
412 Bytes
Binary file not shown.

dist/js/app.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-dashboard",
3-
"version": "2.22.0",
3+
"version": "2.22.1",
44
"description": "A set of dashboard nodes for Node-RED",
55
"keywords": [
66
"node-red"
@@ -118,7 +118,7 @@
118118
"gulp-sass": "^4.1.0",
119119
"gulp-uglify": "~3.0.2",
120120
"gulp-util": "^3.0.8",
121-
"jquery": "^3.4.1",
121+
"jquery": "~3.5.1",
122122
"jshint": "^2.11.0",
123123
"justgage": "~1.3.5",
124124
"less": "~3.9.0",

0 commit comments

Comments
 (0)