ReleaseMicrosoftMicrosoftpublished May 11, 2026seen 1w

microsoft/powerbi-visuals-utils-dataviewutils 7.0.0

microsoft/powerbi-visuals-utils-dataviewutils

Open original ↗

Captured source

source ↗

v7.0.0

Repository: microsoft/powerbi-visuals-utils-dataviewutils

Tag: 7.0.0

Published: 2026-05-11T15:12:19Z

Prerelease: no

Release notes:

What's Changed

  • Removed unused Karma and Webpack-related dependencies and added Vitest and Vite.
  • Migrated test framework from Karma + Jasmine to Vitest
  • Replaced Webpack with Vite
  • Migrated ESLint config to flat config format (ESLint 10)
  • Updated devDependencies: @typescript-eslint v8, eslint v10, typescript v6, powerbi-visuals-api v5.11
  • Fixed moduleResolution from deprecated "node" to "bundler"
  • Removed unused experimentalDecorators and emitDecoratorMetadata from tsconfig
  • Improved type safety in dataViewObjectsParser and dataViewTransform
  • Breaking change: getCommonValue now returns defaultValue when solid.color is undefined (previously returned undefined) by @zhannurkhan04 in https://github.com/microsoft/powerbi-visuals-utils-dataviewutils/pull/80
  • Update workflow file by @kullJul in https://github.com/microsoft/powerbi-visuals-utils-dataviewutils/pull/85

New Contributors

  • @zhannurkhan04 made their first contribution in https://github.com/microsoft/powerbi-visuals-utils-dataviewutils/pull/80

Full Changelog: https://github.com/microsoft/powerbi-visuals-utils-dataviewutils/compare/6.1.0...7.0.0

Notability

notability 3.0/10

Routine utility library release.