Skip to content

Commit

Permalink
Bump version to 2.5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adiletelf committed Oct 1, 2024
1 parent 85f90e9 commit 50e9fc8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "powerbi-visuals-timeline",
"version": "2.5.10.0",
"version": "2.5.11.0",
"description": "Timeline slicer is a graphical date range selector used as a filtering component in the report canvas",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions pbiviz.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"visual": {
"name": "Timeline",
"displayName": "Timeline 2.5.10.0",
"displayName": "Timeline 2.5.11.0",
"guid": "Timeline1447991079100",
"visualClassName": "Timeline",
"version": "2.5.10.0",
"version": "2.5.11.0",
"description": "Timeline slicer is a graphical date range selector used as a filtering component in the report canvas",
"supportUrl": "https://community.powerbi.com",
"gitHubUrl": "https://github.com/Microsoft/powerbi-visuals-timeline"
Expand Down
1 change: 0 additions & 1 deletion test/visual.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ describe("Timeline", () => {
(<any>(dataView.metadata.objects)).rangeHeader.textSize = fontSize;
visualBuilder.updateFlushAllD3Transitions(dataView);

// expect(visualBuilder.rangeHeaderText.style["font-size"]).toBe(expectedFontSize);
expect(getComputedStyle(visualBuilder.rangeHeaderText).fontSize).toBe(expectedFontSize);
});
});
Expand Down

0 comments on commit 50e9fc8

Please sign in to comment.