Skip to content

Commit 58ded84

Browse files
authored
v3.7.0.0 - merge dev to main (#149)
1 parent a8f1b31 commit 58ded84

File tree

70 files changed

+5335
-2567
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+5335
-2567
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
strategy:
1616
matrix:
1717
node-version: [18.x, 20.x]

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches: [ "main", "dev" ]
2020
schedule:
2121
- cron: '28 14 * * 3'
22+
workflow_dispatch:
2223

2324
jobs:
2425
analyze:

capabilities.json

Lines changed: 59 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,35 @@
7676
}
7777
}
7878
},
79+
"fontFamily": {
80+
"type": {
81+
"formatting": {
82+
"fontFamily": true
83+
}
84+
}
85+
},
86+
"fontSize": {
87+
"type": {
88+
"formatting": {
89+
"fontSize": true
90+
}
91+
}
92+
},
93+
"fontBold": {
94+
"type": {
95+
"bool": true
96+
}
97+
},
98+
"fontItalic": {
99+
"type": {
100+
"bool": true
101+
}
102+
},
103+
"fontUnderline": {
104+
"type": {
105+
"bool": true
106+
}
107+
},
79108
"labelDisplayUnits": {
80109
"type": {
81110
"formatting": {
@@ -90,13 +119,6 @@
90119
"numeric": true
91120
},
92121
"suppressFormatPainterCopy": true
93-
},
94-
"fontSize": {
95-
"type": {
96-
"formatting": {
97-
"fontSize": true
98-
}
99-
}
100122
}
101123
}
102124
},
@@ -117,10 +139,12 @@
117139
"text": true
118140
}
119141
},
120-
"fontSize": {
142+
"color": {
121143
"type": {
122-
"formatting": {
123-
"fontSize": true
144+
"fill": {
145+
"solid": {
146+
"color": true
147+
}
124148
}
125149
}
126150
},
@@ -130,6 +154,28 @@
130154
"fontFamily": true
131155
}
132156
}
157+
},
158+
"fontSize": {
159+
"type": {
160+
"formatting": {
161+
"fontSize": true
162+
}
163+
}
164+
},
165+
"fontBold": {
166+
"type": {
167+
"bool": true
168+
}
169+
},
170+
"fontItalic": {
171+
"type": {
172+
"bool": true
173+
}
174+
},
175+
"fontUnderline": {
176+
"type": {
177+
"bool": true
178+
}
133179
}
134180
}
135181
},
@@ -450,6 +496,7 @@
450496
"disabledByDefault": true
451497
}
452498
},
453-
"privileges": []
454-
499+
"privileges": [],
500+
"supportsOnObjectFormatting": true,
501+
"enablePointerEventsFormatMode": true
455502
}

changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 3.7.0.0
2+
3+
### New features
4+
* Added on-Object formatting API
5+
6+
### Other
7+
* Updated dependencies
8+
9+
## 3.6.3.0
10+
* Remove interactivity utils
11+
* Update packages
12+
* Increase selection visibility in high contrast mode
13+
* Use API 5.11.0
14+
15+
## 3.6.2.0
16+
* Add high contrast mode support
17+
118
## 3.6.1.0
219
* Show context menu when right-clicking on empty spot inside the visual
320
* Update powerbi utils and tools dependencies

0 commit comments

Comments
 (0)