diff --git a/Changelog.md b/Changelog.md index 66fbd4ac..838a9f70 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,10 @@ This page contains information about changes to the PowerBI Visual Tools (pbiviz). +## 5.4.0 +* Updated packages +* New command `pbiviz lint` to run lint check from tools. It'll use eslintrc file from the root of the visual, if there is no such file, recommended one will be used instead. + ## 5.3.0 * Updated packages * Updated to Typescript 5.0 **⚠** diff --git a/config.json b/config.json index 8677bd40..67a7dcfe 100644 --- a/config.json +++ b/config.json @@ -16,7 +16,6 @@ }, "package": { "dropFolder": "dist" }, "server": { - "root": "webRoot", "assetsRoute": "/assets", "privateKey": "certs/PowerBICustomVisualTest_private.key", "certificate": "certs/PowerBICustomVisualTest_public.crt", diff --git a/templates/visuals/_global/.vscode/launch.json b/templates/visuals/_global/.vscode/launch.json index d4e749d7..c9bcde20 100644 --- a/templates/visuals/_global/.vscode/launch.json +++ b/templates/visuals/_global/.vscode/launch.json @@ -6,8 +6,7 @@ "type": "chrome", "request": "attach", "port": 9222, - "sourceMaps": true, - "webRoot": "${cwd}/" + "sourceMaps": true } ] } \ No newline at end of file diff --git a/webRoot/favicon.ico b/webRoot/favicon.ico deleted file mode 100644 index 7aa63f27..00000000 Binary files a/webRoot/favicon.ico and /dev/null differ diff --git a/webRoot/index.html b/webRoot/index.html deleted file mode 100644 index 8c0268ec..00000000 --- a/webRoot/index.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - PowerBI Custom Visual - - - - - -
- - - - - \ No newline at end of file