Skip to content

Commit

Permalink
🍰 Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
C451 committed Nov 2, 2019
1 parent 7dfd144 commit d478b24
Show file tree
Hide file tree
Showing 6 changed files with 1,943 additions and 361 deletions.
2,291 changes: 1,936 additions & 355 deletions dist/trading-vue.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/trading-vue.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/trading-vue.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/trading-vue.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "trading-vue-js",
"version": "0.3.12",
"version": "0.4.0",
"description": "Hackable charting lib for traders",
"main": "./dist/trading-vue.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/helpers/dc_events.js
Expand Up @@ -205,6 +205,7 @@ export default class DCEvents {
}

remove_trash_icon() {
// TODO: Does not call Toolbar render (distr version)
const type = 'System:Remove'
this.data.tools =
this.data.tools.filter(x => x.type !== type)
Expand Down

0 comments on commit d478b24

Please sign in to comment.