PowerBI-visuals-tools

Contains tools for building/packaging Power BI visuals

MIT License

Downloads
7.3K
Stars
333
Committers
46

Bot releases are visible (Hide)

PowerBI-visuals-tools - v5.5.1

Published by AleksSavelev 4 months ago

PowerBI-visuals-tools - v5.5.0

Published by AleksSavelev 5 months ago

What's Changed

  • Changed path for storing certificates. It allows the certificate to be reused regardless of tools version. New path is ({home directory}/pbiviz-certs). ⚠
  • Windows version lower 10 is deprecated. ⚠
  • Resolve of symlinks is disabled. ⚠
    by @AleksSavelev in https://github.com/microsoft/PowerBI-visuals-tools/pull/512

Full Changelog: https://github.com/microsoft/PowerBI-visuals-tools/compare/5.4.3...5.5.0

PowerBI-visuals-tools - v5.4.3 Latest Release

Published by AleksSavelev 7 months ago

  • Fixed bug with missing plugins for Eslint.
  • New flag --use-default for pbiviz package and pbiviz lint commands. Use this command to lint files according to recommended lint config.
PowerBI-visuals-tools - v5.4.2

Published by AleksSavelev 8 months ago

  • Added the node: false option to the webpack plugin to eliminate the use of the potentially dangerous new Function() method, which ensures compatibility with the Node.js runtime.
  • Introduced support for *.mjs ECMAScript modules.
PowerBI-visuals-tools - v5.4.1

Published by AleksSavelev 9 months ago

  • Updated R-based visuals settings.ts file to work properly with the new API
PowerBI-visuals-tools - v5.4.0

Published by AleksSavelev 10 months ago

  • Updated packages
  • New command pbiviz lint to run lint check from tools. It'll use eslintrc file from the root of the visual, if there is no such file, recommended one will be used instead.
PowerBI-visuals-tools - v5.3.0

Published by AleksSavelev 11 months ago

  • Updated packages
  • Updated to Typescript 5.0 ⚠
  • New flag --pbiviz-file to specify path to pbiviz.json file
PowerBI-visuals-tools - v5.2.1

Published by AleksSavelev about 1 year ago

  • Fixed errors output when packaging the visual
  • Fixed RHTML template render error
PowerBI-visuals-tools - v5.2.0

Published by AleksSavelev about 1 year ago

  • Integrated PAC validation to show all unsupported by the visual features
PowerBI-visuals-tools - v5.2.0

Published by AleksSavelev about 1 year ago

  • Integrated PAC validation that notifies developer about unused features
PowerBI-visuals-tools - v5.1.1

Published by AleksSavelev about 1 year ago

  • Updated crypto import to fix errors in old Node versions
PowerBI-visuals-tools - v5.2.0-beta.2

Published by AleksSavelev about 1 year ago

PowerBI-visuals-tools - v5.2.0-beta.1

Published by AleksSavelev about 1 year ago

  • Integrated PAC validation
PowerBI-visuals-tools - v5.1.0

Published by AleksSavelev about 1 year ago

  • New flag --skip-api to skip verifying API version. It might produce different errors in visuals, so use it only in some specific cases (ex. installing something during the build process breaks packages managed by mono repo managers).
  • New flag --all-locales to disable optimization using localization loader. It's recommended not to use this flag because all locales take a huge amount of package size. If you need just a few of them follow this guide. In this case, only declared in stringResources locales will be added to your visual package.
PowerBI-visuals-tools - v5.0.3

Published by AleksSavelev about 1 year ago

  • Now option --install-cert is a command. The new usage is pbiviz install-cert
  • Fixed bug with the incorrect detection of the installed API version
PowerBI-visuals-tools - v5.0.2

Published by AleksSavelev about 1 year ago

  • Implemented common solution for webpack loaders on different environments
PowerBI-visuals-tools - v5.0.1

Published by AleksSavelev about 1 year ago

  • Fixed broken imports in webpack.config for some cases
PowerBI-visuals-tools - v5.0.0

Published by AleksSavelev over 1 year ago

  • Migrated to TypeScript
  • Migrated to Eslint
  • Fixed vulnerabilities
  • Migrated to newest CommanderJS
  • Migrated to NodeJS 18.0
PowerBI-visuals-tools - v4.3.3

Published by AleksSavelev over 1 year ago

PowerBI-visuals-tools - v4.3.2

Published by AleksSavelev over 1 year ago

  • LocalizationLoader has been moved to powerbi-visuals-webpack-plugin
Package Rankings
Top 2.12% on Npmjs.org
Badges
Extracted from project README
Npm Version Npm Downloads Build status Code Climate
Related Projects