Skip to content

Releases: microsoft/powerbi-visuals-webpack-plugin

v5.0.0

25 Feb 15:45
786e2ee

Choose a tag to compare

What's Changed

  • Update packages by @kullJul in #105
  • Use new eslint.config.js
  • Use new ajv config and log options

Full Changelog: 4.3.1...5.0.0

v4.3.1

17 Jun 12:38
b8b5fa7

Choose a tag to compare

  • Extended audit for network calls

v4.3.0

09 Apr 14:47
f18af79

Choose a tag to compare

What's Changed

Full Changelog: 4.2.2...4.3.0

v4.2.2

31 Mar 10:33
66d0088

Choose a tag to compare

Refactor network call auditing logic (#97)

v4.2.1

28 Mar 15:35
48968b9

Choose a tag to compare

Fixed wrong package imports (#96)

v4.2.0

28 Mar 14:31
75e0fbe

Choose a tag to compare

  • New property certificationAudit to audit network calls in the visual.
  • New property certificationFix to 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

20 Nov 14:44
9e1e722

Choose a tag to compare

  • Added dropPath option to specify drop path for pbiviz.json

v4.0.1

17 Jul 19:58
979daa8

Choose a tag to compare

Fix error when creating new visualPlugin (#89)

* Fixed eslint

* Fixed vulnerabilities

---------

Co-authored-by: AleksSavelev <v-asavelev@microsoft.com>

v4.0.0

10 May 07:39
5830dc0

Choose a tag to compare

  • 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

04 May 07:34
402a304

Choose a tag to compare

  • update visual plugin template to support TS strict mode