diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ec4e29..61338d4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ Enhancements + - Add password entry option to text input + - Add basic colour names to themes - Let slider and switch optionally not pass through messages - Add time formatter to chart x-Axis - Add ui_control widget to allow dynamic tab switch @@ -17,6 +19,7 @@ Enhancements Fixes + - Relax auto-creation of ui_base - Handle imported flows properly when updating sidebar tree - Maintain expand/collapse states of sidebar tree on refresh - Make sure gauge colours default even if theme broken diff --git a/package.json b/package.json index 32e0da9f..e193f6b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-dashboard", - "version": "2.0.1", + "version": "2.0.2", "description": "A set of dashboard nodes for Node-RED", "keywords": [ "node-red"