Skip to content

Commit 0d42bc7

Browse files
Elena Rodionovaignatvilesov
Elena Rodionova
authored andcommitted
High contrast mode (#125)
1 parent cec20e8 commit 0d42bc7

12 files changed

+882
-691
lines changed

.vscode/settings.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
"fileMatch": [
2020
"/pbiviz.json"
2121
],
22-
"url": "./.api/v1.7.0/schema.pbiviz.json"
22+
"url": "./.api/v1.13.0/schema.pbiviz.json"
2323
},
2424
{
2525
"fileMatch": [
2626
"/capabilities.json"
2727
],
28-
"url": "./.api/v1.7.0/schema.capabilities.json"
28+
"url": "./.api/v1.13.0/schema.capabilities.json"
2929
},
3030
{
3131
"fileMatch": [
3232
"/dependencies.json"
3333
],
34-
"url": "./.api/v1.7.0/schema.dependencies.json"
34+
"url": "./.api/v1.13.0/schema.dependencies.json"
3535
}
3636
]
37-
}
37+
}

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.14.0
2+
* High contrast mode
3+
* API 1.13.0
4+
15
## 1.13.0
26
* Possibility to collaspse/expand all nodes
37
* Collaspe/expand arrows were replaced by plus/minus icons and icons now are loacted before labels

0 commit comments

Comments
 (0)