microsoft/powerbi-visuals-utils-dataviewutils 7.0.0
microsoft/powerbi-visuals-utils-dataviewutils
Captured source
source ↗GH
Source ↗published May 11, 2026seen 1wcaptured 1whttp 200method plain
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-eslintv8,eslintv10,typescriptv6,powerbi-visuals-apiv5.11 - Fixed
moduleResolutionfrom deprecated"node"to"bundler" - Removed unused
experimentalDecoratorsandemitDecoratorMetadatafrom tsconfig - Improved type safety in
dataViewObjectsParseranddataViewTransform - Breaking change:
getCommonValuenow returnsdefaultValuewhensolid.colorisundefined(previously returnedundefined) 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/10Routine utility library release.