Skip to content

Releases: microsoft/powerbi-visuals-webpack-plugin

v4.1.0

20 Nov 14:44
9e1e722
Compare
Choose a tag to compare
  • Added dropPath option to specify drop path for pbiviz.json

v4.0.1

17 Jul 19:58
979daa8
Compare
Choose a tag to compare
Fix error when creating new visualPlugin (#89)

* Fixed eslint

* Fixed vulnerabilities

---------

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

v4.0.0

10 May 07:39
5830dc0
Compare
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
Compare
Choose a tag to compare
  • update visual plugin template to support TS strict mode

v3.2.0

16 Mar 10:06
a14c3c4
Compare
Choose a tag to compare
  • Fixed broken minification in pbiviz.json
  • Updated packages

⚠ Breaking Chages

  • Now pbiviz.json is not a webpack asset
  • ExternalJS and cssStyles options are deprecated

v.3.1.2

29 Nov 16:55
9efde17
Compare
Choose a tag to compare
Fixed issue with empty asset (#84)

v.3.1.1

23 Nov 09:24
477d6f2
Compare
Choose a tag to compare
Fixed deprecation warnings (#83)

* fixed deprecations

* updated deps

* style fixes

* some more style fixes

* added changelog

v.3.1.0

08 Nov 12:51
b155b58
Compare
Choose a tag to compare
removed node_modules from package (#82)

v2.2.5 (July 17, 2020)

17 Jul 09:13
@uve uve
2ccf13e
Compare
Choose a tag to compare
  • Resolved npm audit vulnerabilities

v1.0.15 (November 21, 2018)

21 Nov 06:58
Compare
Choose a tag to compare
  • Generates .tmp/precompile directory automatically