diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bda07a..a9f9185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 2.5.7 * Fix rendering visual when scroll is enabled. Fix scroll arrows not being clicked * Remove range header font size restrictions +* Downgrade to API 5.9.0 ## 2.5.6 * Fix ignoring filters when "Force selection" is enabled. "Force selection" will automatically disable if filters select another period diff --git a/package-lock.json b/package-lock.json index 895ee26..3762e31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,8 +45,8 @@ "less": "^4.2.0", "less-loader": "^12.2.0", "playwright-chromium": "^1.45.3", - "powerbi-visuals-api": "~5.11.0", - "powerbi-visuals-tools": "^5.5.1", + "powerbi-visuals-api": "5.9.0", + "powerbi-visuals-tools": "5.5.1", "powerbi-visuals-utils-testutils": "^6.1.1", "style-loader": "^4.0.0", "ts-loader": "^9.5.1", @@ -5952,9 +5952,9 @@ "integrity": "sha512-UcBLtBB2wa8pL412DxyVZvv/bKiUVJfLTCXAuGmIqnOkoA/EnYDUM3B8oS2piN1azyEN8pjN353rE9DeARCJtA==" }, "node_modules/powerbi-visuals-api": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/powerbi-visuals-api/-/powerbi-visuals-api-5.11.0.tgz", - "integrity": "sha512-OWvhexc4Dqz4swiQiZLnGj+NWUoX84metePeRw5Or3wG3lN/0x6Yd3xqJwBH67uYyjqQ/eomuF7lvbryxCqTbQ==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/powerbi-visuals-api/-/powerbi-visuals-api-5.9.0.tgz", + "integrity": "sha512-i7GLJOr2gNvdvHuGqTt+ktBVuRcrduoJMIG94avCba/iPEo2pHGqbdESfsV85UALwZA+6lTKfOnwn83lDh0rCA==", "dependencies": { "semver": "^7.6.0" } diff --git a/package.json b/package.json index 25e4ae0..234e1e5 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,8 @@ "less": "^4.2.0", "less-loader": "^12.2.0", "playwright-chromium": "^1.45.3", - "powerbi-visuals-api": "~5.11.0", - "powerbi-visuals-tools": "^5.5.1", + "powerbi-visuals-api": "5.9.0", + "powerbi-visuals-tools": "5.5.1", "powerbi-visuals-utils-testutils": "^6.1.1", "style-loader": "^4.0.0", "ts-loader": "^9.5.1", diff --git a/pbiviz.json b/pbiviz.json index 221f94c..80afd55 100644 --- a/pbiviz.json +++ b/pbiviz.json @@ -9,7 +9,7 @@ "supportUrl": "https://community.powerbi.com", "gitHubUrl": "https://github.com/Microsoft/powerbi-visuals-timeline" }, - "apiVersion": "5.11.0", + "apiVersion": "5.9.0", "author": { "name": "Microsoft", "email": "pbicvsupport@microsoft.com"