Releases: microsoft/PowerBI-visuals-tools
Releases · microsoft/PowerBI-visuals-tools
v5.6.0
What's Changed
- Updated to ESLint v9 ⚠
- Updated eslint-plugin-powerbi-visuals, see how to use new version here ⚠
- Updated to TypeScript v5 ⚠
--use-default
flag forpbiviz package
andpbiviz lint
commands is deprecated. Recommended config is used by default
PR by @AleksSavelev in #525
v5.5.1
v5.5.0
What's Changed
- Changed path for storing certificates. It allows the certificate to be reused regardless of tools version. New path is
({home directory}/pbiviz-certs)
. ⚠ - Windows version lower 10 is deprecated. ⚠
- Resolve of symlinks is disabled. ⚠
by @AleksSavelev in #512
Full Changelog: 5.4.3...5.5.0
v5.4.3
What's Changed
- Fixed bug with missing plugins for Eslint.
- New flag
--use-default
forpbiviz package
andpbiviz lint
commands. Use this command to lint files according to recommended lint config.
by @AleksSavelev in #509
Full Changelog: 5.4.2...5.4.3
v5.4.2
What's Changed
- Added the node: false option to the webpack plugin to eliminate the use of the potentially dangerous new Function() method, which ensures compatibility with the Node.js runtime.
- Introduced support for *.mjs ECMAScript modules.
by @uve in #508
Full Changelog: 5.4.1...5.4.2
v5.4.1
What's Changed
- Updated R-based visuals settings.ts file to work properly with the new API by @AleksSavelev in #503
Full Changelog: 5.4.0...5.4.1
v5.4.0
What's Changed
- 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. by @AleksSavelev in #492 - Updated packages by @AleksSavelev in #501
Full Changelog: 5.3.0...5.4.0
v5.3.0
What's Changed
- Updated packages
- Updated to Typescript 5.0 ⚠ by @AleksSavelev in #496
- New flag
--pbiviz-file
to specify path to pbiviz.json file by @YuliaStrun in #495
New Contributors
- @YuliaStrun made their first contribution in #495
Full Changelog: 5.2.1...5.3.0
v5.2.1
What's Changed
- Fixed
RHTML
template render error by @AleksSavelev in #488 - Fixed errors output when packaging the visual by @AleksSavelev in #489
Full Changelog: 5.2.0...5.2.1
v5.2.0
What's Changed
- Integrated PAC validation to show all unsupported by the visual features by @AleksSavelev in #459
Full Changelog: 5.1.0...5.2.0