Skip to content

Commit

Permalink
Updated changelog (#500)
Browse files Browse the repository at this point in the history
* Updated changelog

* Deleted redundant files
  • Loading branch information
AleksSavelev authored Jan 8, 2024
1 parent b100e9d commit ca5a360
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 37 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ****
Expand Down
1 change: 0 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
},
"package": { "dropFolder": "dist" },
"server": {
"root": "webRoot",
"assetsRoute": "/assets",
"privateKey": "certs/PowerBICustomVisualTest_private.key",
"certificate": "certs/PowerBICustomVisualTest_public.crt",
Expand Down
3 changes: 1 addition & 2 deletions templates/visuals/_global/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"type": "chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${cwd}/"
"sourceMaps": true
}
]
}
Binary file removed webRoot/favicon.ico
Binary file not shown.
34 changes: 0 additions & 34 deletions webRoot/index.html

This file was deleted.

0 comments on commit ca5a360

Please sign in to comment.