From 87ff6e7dc81065677d22a9bf80d772367f2c4c11 Mon Sep 17 00:00:00 2001 From: oznu Date: Tue, 12 May 2020 21:57:13 +1000 Subject: [PATCH] fix #668 --- CHANGELOG.md | 1 + config.schema.json | 1 + package-lock.json | 2 +- package.json | 2 +- ui/package-lock.json | 6 +++--- ui/package.json | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92e6d8453..9e51e91d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. This projec ### Notable Changes +* **Plugins:** Added the ability for developers to customise the "Add Item" button label in the settings ui ([#668](https://github.com/oznu/homebridge-config-ui-x/issues/668)) * **Plugins:** Added a "clear query" button to the right of the search box ([#674](https://github.com/oznu/homebridge-config-ui-x/issues/674)) * **Plugins:** Users of `homebridge-hue` can now download the debug dump file from the UI ([#676](https://github.com/oznu/homebridge-config-ui-x/issues/676)) diff --git a/config.schema.json b/config.schema.json index 7b499ed75..1615558a9 100644 --- a/config.schema.json +++ b/config.schema.json @@ -400,6 +400,7 @@ }, "instanceBlacklist": { "title": "Blacklisted Instances", + "buttonText": "Add Instance", "type": "array", "items": { "title": "Instance Username", diff --git a/package-lock.json b/package-lock.json index 5fe06c51f..ebb3d9d2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "homebridge-config-ui-x", - "version": "4.19.0-test.2", + "version": "4.19.0-test.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 618b4753b..e35ca566b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-config-ui-x", "displayName": "Homebridge Config UI X", - "version": "4.19.0-test.2", + "version": "4.19.0-test.3", "description": "A web based management, configuration and control platform for Homebridge", "license": "MIT", "author": "oznu ", diff --git a/ui/package-lock.json b/ui/package-lock.json index 46d29ce7e..da09b70c9 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1675,9 +1675,9 @@ } }, "@oznu/ngx-bs4-jsonform": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/@oznu/ngx-bs4-jsonform/-/ngx-bs4-jsonform-7.3.5.tgz", - "integrity": "sha512-qdoNeaGkCGDyNkjZj6M67qL3a612fckCFG/9ZESZ8/lq8hqIBmJo9uuibQSXA7qLcc03Iw7kJV6JDa3CLtqNFg==", + "version": "7.3.6", + "resolved": "https://registry.npmjs.org/@oznu/ngx-bs4-jsonform/-/ngx-bs4-jsonform-7.3.6.tgz", + "integrity": "sha512-Xyq6bC2apsp41R3A2vQcHiFYFJJ7TQzdgcfHlO0zGVpA7108C21D8E4u3RK2TfeCp473eUwvO5S8cTtUIm5PuA==", "requires": { "tslib": "^1.9.0" } diff --git a/ui/package.json b/ui/package.json index 3a70e9722..9738e25f0 100644 --- a/ui/package.json +++ b/ui/package.json @@ -23,7 +23,7 @@ "@ngx-translate/core": "^12.1.2", "@ngx-translate/http-loader": "^4.0.0", "@oznu/hap-client": "^1.4.0", - "@oznu/ngx-bs4-jsonform": "^7.3.5", + "@oznu/ngx-bs4-jsonform": "^7.3.6", "angular-gridster2": "^9.1.0", "bootstrap": "^4.4.1", "chart.js": "^2.9.3",