Releases: microsoft/powerbi-visuals-webpack-plugin
Releases · microsoft/powerbi-visuals-webpack-plugin
v5.0.0
v4.3.1
- Extended audit for network calls
v4.3.0
What's Changed
- feat: support dynamic {capabilities.js, dependencies.js} configs by @ace-n-msft in #98
- Bumped packages by @AleksSavelev in #99
Full Changelog: 4.2.2...4.3.0
v4.2.2
Refactor network call auditing logic (#97)
v4.2.1
Fixed wrong package imports (#96)
v4.2.0
- New property
certificationAuditto audit network calls in the visual. - New property
certificationFixto remove network calls from the visual build. This option is useful for certified visuals. It'll make sure that no forbidden network calls are present in the visual. Test the visual before publishing, since removing these calls might break the visual in some cases.
v4.1.0
- Added
dropPathoption to specify drop path for pbiviz.json
v4.0.1
Fix error when creating new visualPlugin (#89) * Fixed eslint * Fixed vulnerabilities --------- Co-authored-by: AleksSavelev <v-asavelev@microsoft.com>
v4.0.0
- Implemented localization loader to reduce the size of locales in custom visual
- Updated imports:
const { PowerBICustomVisualsWebpackPlugin, LocalizationLoader } = require('powerbi-visuals-webpack-plugin');
or
import { PowerBICustomVisualsWebpackPlugin, LocalizationLoader } from 'powerbi-visuals-webpack-plugin';
v3.2.1
- update visual plugin template to support TS strict mode