Skip to content

Commit

Permalink
Update packages (#17)
Browse files Browse the repository at this point in the history
* Update API version
* Update dependencies
* Remove jQuery
* Remove unused code
* Increase version to 1.4.0
  • Loading branch information
MrMeison authored and ignatvilesov committed Jul 10, 2017
1 parent 405ae37 commit 32256d9
Show file tree
Hide file tree
Showing 11 changed files with 6,105 additions and 83 deletions.
12 changes: 9 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@
"editor.insertSpaces": true,
"files.eol": "\n",
"files.watcherExclude": {
"coverage": true,
"**/.git/objects/**": true,
"**/node_modules/**": true,
".tmp": true
".tmp": true,
"dist": true
},
"files.exclude": {
"dist": true,
"coverage": true,
".tmp": true
},
"search.exclude": {
"dist": true,
"coverage": true,
".tmp": true,
"typings": true
},
Expand All @@ -19,13 +25,13 @@
"fileMatch": [
"/pbiviz.json"
],
"url": "./.api/v1.6.0/schema.pbiviz.json"
"url": "./.api/v1.7.0/schema.pbiviz.json"
},
{
"fileMatch": [
"/capabilities.json"
],
"url": "./.api/v1.6.0/schema.capabilities.json"
"url": "./.api/v1.7.0/schema.capabilities.json"
}
]
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.0
* Updated dependencies
* Updated API version

## 1.3.8
* New property "Intersection" in "Data labels" option of "Format" panel to hide overlaped labels in visual.
* New option "Bound by box" in "Format" panel to configure the behavior of nodes near a border of visual.
1 change: 1 addition & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ module.exports = (config) => {
files: [
srcCssRecursivePath,
srcRecursivePath,
'node_modules/jquery/dist/jquery.min.js',
'node_modules/jasmine-jquery/lib/jasmine-jquery.js',
'node_modules/powerbi-visuals-utils-testutils/lib/index.js',
recursivePathToTests,
Expand Down
Loading

0 comments on commit 32256d9

Please sign in to comment.