Releases: microsoft/powerbi-visuals-utils-dataviewutils
Releases · microsoft/powerbi-visuals-utils-dataviewutils
Release list
v7.0.0
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 Zhannurkhan Arystambek (@zhannurkhan04) in #80 - Update workflow file by Iuliia Kulagina (@kullJul) in #85
New Contributors
- Zhannurkhan Arystambek (@zhannurkhan04) made their first contribution in #80
Full Changelog: 6.1.0...7.0.0
v6.1.0
- Packages update
- Removed
isImageUrlAllowedandisFileImagefunctions
v6.0.3
v6.0.2
v6.0.1
v6.0.0
- Packages update
- Vulnerabilities patched
v3.0.1
v3.0.0-beta
v1.4.1 (November 30, 2017)
- FIX: Was removed auto-generated element that negatively impacts on a visual test infrastructure
v1.3.0 (October 27, 2017)
- ADD: new module validationHelper and function checkIsImageUrlAllowable for checking of images URLs