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 #80 - Update workflow file by @kullJul in #85
New Contributors
- @zhannurkhan04 made their first contribution in #80
Full Changelog: 6.1.0...7.0.0