Skip to content

Commit

Permalink
Re-add latest weathericons, ready for 2.22.1
Browse files Browse the repository at this point in the history
bump for release 2.22.1
  • Loading branch information
Dave Conway-Jones committed May 8, 2020
1 parent 5401fce commit 2da624c
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 2.22.1: Maintenance Release

**Fixes**

- Re-insert missing weather icons fonts.
- Fix slider logic for touch devices. Issue #589

### 2.22.0: Milestone Release

**Enhancements**
Expand Down
74 changes: 72 additions & 2 deletions dist/css/app.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -28523,6 +28523,12 @@ md-tabs-wrapper md-next-button ng-md-icon {
width: 1.4em;
}

.wi-rotate-23 {
-webkit-transform: rotate(23deg);
-ms-transform: rotate(23deg);
transform: rotate(23deg);
}

.wi-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
Expand Down Expand Up @@ -28728,15 +28734,15 @@ mirror=1);
}

.wi-wu-mostlysunny:before {
content: "\f00d";
content: "\f00c";
}

.wi-wu-partlycloudy:before {
content: "\f002";
}

.wi-wu-partlysunny:before {
content: "\f00d";
content: "\f002";
}

.wi-wu-rain:before {
Expand Down Expand Up @@ -28834,6 +28840,70 @@ mirror=1);
.wi-wu-nt_cloudy:before {
content: "\f031";
}

.wi-moon-wax-cres-dark:before {
content: "\f0de";
}

.wi-moon-first-quart-dark:before {
content: "\f0df";
}

.wi-moon-wax-gibb-dark:before {
content: "\f0e0";
}

.wi-moon-full-dark:before {
content: "\f0e1";
}

.wi-moon-wan-gibb-dark:before {
content: "\f0da";
}

.wi-moon-third-quart-dark:before {
content: "\f0db";
}

.wi-moon-wan-cres-dark:before {
content: "\f0dc";
}

.wi-moon-new-dark:before {
content: "\f0dd";
}

.wi-moon-wax-cres:before {
content: "\f0da";
}

.wi-moon-first-quart:before {
content: "\f0db";
}

.wi-moon-wax-gibb:before {
content: "\f0dc";
}

.wi-moon-full:before {
content: "\f0dd";
}

.wi-moon-wan-gibb:before {
content: "\f0de";
}

.wi-moon-third-quart:before {
content: "\f0df";
}

.wi-moon-wan-cres:before {
content: "\f0e0";
}

.wi-moon-new:before {
content: "\f0e1";
}
/*!
* angularjs-color-picker v3.4.8
* https://github.com/ruhley/angular-color-picker/
Expand Down
4 changes: 2 additions & 2 deletions dist/dashboard.appcache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# Time: Thu May 07 2020 16:39:20 GMT+0100 (British Summer Time)
# Time: Fri May 08 2020 15:09:36 GMT+0100 (British Summer Time)

CACHE:
i18n.js
Expand All @@ -26,4 +26,4 @@ loading.html
NETWORK:
*

# hash: c7d9284aacfe0492a689c9f03834b055868874de296905dd19fae9be6dedd6b3
# hash: 2152ba0e40b8b92d3b4cb3e3673cd4edea43ec469898609c7bab05cc0c8d95ac
Binary file modified dist/fonts/weather-icons-lite.woff
Binary file not shown.
Binary file modified dist/fonts/weather-icons-lite.woff2
Binary file not shown.
8 changes: 4 additions & 4 deletions dist/js/app.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-dashboard",
"version": "2.22.0",
"version": "2.22.1",
"description": "A set of dashboard nodes for Node-RED",
"keywords": [
"node-red"
Expand Down Expand Up @@ -118,7 +118,7 @@
"gulp-sass": "^4.1.0",
"gulp-uglify": "~3.0.2",
"gulp-util": "^3.0.8",
"jquery": "^3.4.1",
"jquery": "~3.5.1",
"jshint": "^2.11.0",
"justgage": "~1.3.5",
"less": "~3.9.0",
Expand Down

0 comments on commit 2da624c

Please sign in to comment.