Releases: microsoft/PowerBI-visuals-tools
Releases · microsoft/PowerBI-visuals-tools
v7.0.2
v7.0.2-beta.1
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
Updated packages (#561)
v7.0.0
- 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
- 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.mapfiles. - Updated packages
v6.1.3
Improved --certification-fix flag
v6.1.2
- Fixed issue with mjs files not being resolved correctly in webpack config
v6.1.1
- Fixed bug with source maps generation (now using eval-source-map instead of source-map)
v6.1.0
What's Changed
- Added
--certification-auditflag to pbiviz package command. It audits the visual package for possible certification issues. - Added
--certification-fixflag 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
Updated webpack-plugin (#540)