Skip to content

Releases: microsoft/powerbi-visuals-utils-dataviewutils

v7.0.0

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 Zhannurkhan Arystambek (@zhannurkhan04) in #80
  • Update workflow file by Iuliia Kulagina (@kullJul) in #85

New Contributors

Full Changelog: 6.1.0...7.0.0

v6.1.0

Choose a tag to compare

@AleksSavelev AleksSavelev released this 14 May 09:32
874c12c
  • Packages update
  • Removed isImageUrlAllowed and isFileImage functions

v6.0.3

Choose a tag to compare

@AleksSavelev AleksSavelev released this 03 Apr 09:08
ebb313c
  • powerbi-visuals-api update to 5.9.0

v6.0.2

Choose a tag to compare

@AleksSavelev AleksSavelev released this 04 Jan 10:52
5714f7a
  • Vulnerabilities patched

v6.0.1

Choose a tag to compare

@AleksSavelev AleksSavelev released this 31 Mar 07:21
dd80803
  • Packages update
  • Removed coveralls

v6.0.0

Choose a tag to compare

@AleksSavelev AleksSavelev released this 07 Mar 16:32
16c2bdb
  • Packages update
  • Vulnerabilities patched

v3.0.1

Choose a tag to compare

@AleksSavelev AleksSavelev released this 07 Dec 13:52
bf5f092
Added all md files to release (#66)

v3.0.0-beta

Choose a tag to compare

@Demonkratiy Demonkratiy released this 12 Oct 16:30
74df9e9
fixed empty folders (#62)

v1.4.1 (November 30, 2017)

Choose a tag to compare

@ignatvilesov ignatvilesov released this 30 Nov 09:16
  • FIX: Was removed auto-generated element that negatively impacts on a visual test infrastructure

v1.3.0 (October 27, 2017)

Choose a tag to compare

@ignatvilesov ignatvilesov released this 27 Oct 14:46
  • ADD: new module validationHelper and function checkIsImageUrlAllowable for checking of images URLs