Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated changelog #500

Merged
merged 2 commits into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading