Releases: microsoft/PowerBI-visuals-tools
Releases · microsoft/PowerBI-visuals-tools
v5.1.1
- Updated crypto import to fix errors in old Node versions
v5.2.0-beta.2
Fixed logs (#478)
v5.2.0-beta.1
- Integrated PAC validation
v5.1.0
- New flag
--skip-api
to skip verifying API version. It might produce different errors in visuals, so use it only in some specific cases (ex. installing something during the build process breaks packages managed by mono repo managers). - New flag
--all-locales
to disable optimization using localization loader. It's recommended not to use this flag because all locales take a huge amount of package size. If you need just a few of them follow this guide. In this case, only declared in stringResources locales will be added to your visual package.
v5.0.3
- Now option
--install-cert
is a command. The new usage ispbiviz install-cert
- Fixed bug with the incorrect detection of the installed API version
v5.0.2
- Implemented common solution for webpack loaders on different environments
v5.0.1
- Fixed broken imports in webpack.config for some cases
v5.0.0
- Migrated to TypeScript
- Migrated to Eslint
- Fixed vulnerabilities
- Migrated to newest CommanderJS
- Migrated to NodeJS 18.0 ⚠
v4.3.3
Update dependencies (#468) * Updated dependencies * Updated deps * Raised package version * Update webpack-plugin --------- Co-authored-by: AleksSavelev <[email protected]>
v4.3.2
- LocalizationLoader has been moved to
powerbi-visuals-webpack-plugin