Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
63b8c10
Use formatting setting service
Aug 22, 2022
a8cd33c
Fixed issue with showElement
Aug 22, 2022
2740a14
unfinished optional slices
Aug 25, 2022
aa7a02b
broken display units
Aug 31, 2022
6d08ccd
finished with default settings (show broken)
Sep 5, 2022
e9f04d2
Added containers
Sep 16, 2022
92f8e5d
capabilities fix
Sep 16, 2022
dc41e6a
broken tooltips and containers
Sep 20, 2022
79a03e5
fixed npm i, bumped visuals api, style fixes
Sep 22, 2022
dba3fca
small fixes
Oct 3, 2022
7494476
updated d3
Oct 3, 2022
59f6828
Containers update
Oct 5, 2022
7a5c9da
bold + italic fix, show fix for two properties
Oct 5, 2022
44c00e4
format property fix
Oct 11, 2022
4932dab
Fixed container's dropdown
Oct 11, 2022
8f03701
added selectors
Oct 12, 2022
f487837
fixed selector to be the same as in old version
Oct 12, 2022
b96bdba
Implemented containers
Oct 17, 2022
fa2a5dd
fixed color picker in ALL container
Oct 17, 2022
0713d22
fixed wrong color from old api +fixed kpiIndicator
Oct 17, 2022
2c37fee
fixed click on visual
Oct 17, 2022
c42d956
Fixed bug with format property
Oct 18, 2022
46a2472
new deps
Oct 20, 2022
ff3c316
small style code fixes
Oct 21, 2022
2e03c9c
added some comments
Nov 7, 2022
36416b1
Updated tests
Nov 24, 2022
a9da0a5
Updated DotsDescriptor
Nov 26, 2022
7a13071
updated packages
Jan 24, 2023
5faddd2
Added localization
AleksSavelev Feb 20, 2023
9dadd74
Updated packages
AleksSavelev Feb 21, 2023
55e1c87
Added eslint
Apr 11, 2023
e80d04c
Added events support
Apr 11, 2023
f6125ce
Removed redundant changes for pbiviz.json
Apr 11, 2023
1a612cb
removed debug function
Apr 11, 2023
f73aa2a
Removed debug comments
Apr 11, 2023
63a96c1
Updated changelog, removed redundant files, updated eslint ignore
Apr 12, 2023
84122b9
Fixed localization
Sep 12, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .editorconfig

This file was deleted.

9 changes: 9 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
node_modules
dist
.eslintrc.js
coverage
karma.conf.ts
test.webpack.config.js
webpack.config.js
lib
specs
20 changes: 20 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
module.exports = {
env: {
"browser": true,
"es6": true,
"es2017": true
},
root: true,
parser: "@typescript-eslint/parser",
parserOptions: {
project: "tsconfig.json",
tsconfigRootDir: ".",
},
plugins: [
"powerbi-visuals"
],
extends: [
"plugin:powerbi-visuals/recommended"
],
rules: {}
};
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.0.0
* Updated packages
* API 5.3.0
* Migrated to format pane
* Removed `jquerry`

## 2.0.1
* Conditional loading of `core-js/stable` only for sandbox mode
* API 2.5.0
Expand Down
35 changes: 0 additions & 35 deletions azure-pipelines.yml

This file was deleted.

Loading