Skip to content

Commit

Permalink
release to fix color picker issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed Jan 3, 2023
1 parent d2e9ebf commit bbb0080
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 49 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@

### 3.3.1: Maintenance Release

- Revert to uglify (for now) to fix color-picker failure. Issue #791

### 3.3.0: Milestone Release

- Expose manifest.json display property in settingsjs ui section so can be set fullscreen if desired.
- Change gulp build tool to use gulp-terser for later nodejs version support
- Fix datepicker to use chaneg not blur to stop Safari sending double messages
- Fix datepicker to use change not blur to stop Safari sending double messages
- Update justgage library to include and expose differential mode (either side of a centre point).
- Fix initial drawing of gauge not registering value correctly. Issue #788

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: Sat Dec 31 2022 12:52:21 GMT+0000 (Greenwich Mean Time)
# Time: Tue Jan 03 2023 15:45:18 GMT+0000 (Greenwich Mean Time)

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

# hash: 07bf360fe1eb14f187742aa95f70a4f1e8886bc6be2a67d69996855d92cc8800
# hash: 4e1747f9d470381b38d72b730cdfbe144f536fa6303dece638a15db835a4612e
68 changes: 24 additions & 44 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": "3.3.0",
"version": "3.3.1",
"description": "A set of dashboard nodes for Node-RED",
"keywords": [
"node-red"
Expand Down Expand Up @@ -124,7 +124,7 @@
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-terser": "~2.1.0",
"gulp-uglify": "~3.0.2",
"gulp-util": "^3.0.8",
"jquery": "~3.6.2",
"jshint": "~2.13.6",
Expand Down

0 comments on commit bbb0080

Please sign in to comment.