Skip to content

v7.0.0

Latest

Choose a tag to compare

@kullJul kullJul released this 11 May 15:12
5f01eb9

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 #80
  • Update workflow file by @kullJul in #85

New Contributors

Full Changelog: 6.1.0...7.0.0