Skip to content

Releases: microsoft/PowerBI-visuals-tools

v7.0.2

22 Dec 09:03
8f47cbf

Choose a tag to compare

Update packages+change version to 7.0.2 (#565)

v7.0.2-beta.1

16 Dec 17:52
ac1b1a6

Choose a tag to compare

v7.0.2-beta.1 Pre-release
Pre-release
Changed source map generation and updated packages (#564)

* Use eval-source-map with default sourceMap plugin

* Bump version

* Change to 7.0.2-beta.1 version

v7.0.1

23 Nov 19:27
f1af44d

Choose a tag to compare

Updated packages (#561)

v7.0.0

13 Nov 11:22
abbb926

Choose a tag to compare

  • BREAKING CHANGE: Removed Node.js polyfills from webpack configuration for improved security and reduced bundle size. Node.js modules (crypto, buffer, stream, etc.) are no longer automatically available in the browser environment.
  • Removed browserify polyfill packages from dependencies (assert, buffer, crypto-browserify, console-browserify, constants-browserify, domain-browser, events, https-browserify, os-browserify, path-browserify, process, punycode, querystring-es3, readable-stream, stream-browserify, stream-http, string_decoder, timers-browserify, tty-browserify, url, util, vm-browserify, browserify-zlib)
  • Action Required: Review your visual code for Node.js module usage and remove them or update to browser-compatible alternatives

v6.2.0

03 Oct 13:36
f5ce56c

Choose a tag to compare

  • Changed source map generation to inline-source-map. It includes source maps into the end of file instead of separate one. It's required because of latest changes in Power BI that forbids loading .map files.
  • Updated packages

v6.1.3

17 Jun 13:17
e54cbd9

Choose a tag to compare

Improved --certification-fix flag

v6.1.2

26 May 10:30
e6cffc5

Choose a tag to compare

  • Fixed issue with mjs files not being resolved correctly in webpack config

v6.1.1

15 May 13:41
62b9035

Choose a tag to compare

  • Fixed bug with source maps generation (now using eval-source-map instead of source-map)

v6.1.0

09 Apr 16:56
8c66cc7

Choose a tag to compare

What's Changed

  • Added --certification-audit flag to pbiviz package command. It audits the visual package for possible certification issues.
  • Added --certification-fix flag to pbiviz package command. It fixes found certification issues in the visual package. Please carefully test the built package to ensure its functionality is not broken after that.
  • Updated webpack-plugin
  • Updated packages

PRS by @AleksSavelev: #539, #540, #541

Full Changelog: 6.0.1...6.1.0

v6.1.0-beta.2

31 Mar 12:01
e5bd3c4

Choose a tag to compare

v6.1.0-beta.2 Pre-release
Pre-release
Updated webpack-plugin (#540)