Skip to content

Releases: microsoft/PowerBI-visuals-tools

v5.1.1

29 Aug 21:25
ba6385d
Compare
Choose a tag to compare
  • Updated crypto import to fix errors in old Node versions

v5.2.0-beta.2

23 Aug 07:18
acd8484
Compare
Choose a tag to compare
v5.2.0-beta.2 Pre-release
Pre-release
Fixed logs (#478)

v5.2.0-beta.1

22 Aug 10:20
29075f2
Compare
Choose a tag to compare
v5.2.0-beta.1 Pre-release
Pre-release
  • Integrated PAC validation

v5.1.0

21 Aug 18:19
3151ab4
Compare
Choose a tag to compare
  • 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

07 Aug 14:14
8ba1693
Compare
Choose a tag to compare
  • Now option --install-cert is a command. The new usage is pbiviz install-cert
  • Fixed bug with the incorrect detection of the installed API version

v5.0.2

01 Aug 15:30
107eb18
Compare
Choose a tag to compare
  • Implemented common solution for webpack loaders on different environments

v5.0.1

24 Jul 19:00
c8ea5b7
Compare
Choose a tag to compare
  • Fixed broken imports in webpack.config for some cases

v5.0.0

20 Jul 07:49
9eafc51
Compare
Choose a tag to compare
  • Migrated to TypeScript
  • Migrated to Eslint
  • Fixed vulnerabilities
  • Migrated to newest CommanderJS
  • Migrated to NodeJS 18.0

v4.3.3

18 Jul 09:51
6a3f2b8
Compare
Choose a tag to compare
Update dependencies (#468)

* Updated dependencies

* Updated deps

* Raised package version

* Update webpack-plugin

---------

Co-authored-by: AleksSavelev <[email protected]>

v4.3.2

10 May 09:00
432b745
Compare
Choose a tag to compare
  • LocalizationLoader has been moved to powerbi-visuals-webpack-plugin