Skip to content

Commit

Permalink
☀️ V1
Browse files Browse the repository at this point in the history
  • Loading branch information
C451 committed Dec 20, 2020
1 parent 24d9e65 commit ece6506
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,12 @@ That's why the title doesn't lie: you can draw ANYTHING.
* ~~Docs~~
* ~~Tests~~
* Solve known issues (marked as 'TODO: IMPORTANT')
* Performance improvements
* ~~Performance improvements~~
* ~~Data-manipulation helpers~~
* ~~Add more built-in overlays~~
* ~~Add toolbar (drawing tools)~~
* Custom loayout / layout persistence
* Fix and improve mobile version
* ~~Custom loayout / layout persistence~~[POST-RELEASE]
* ~~Fix and improve mobile version~~
* **Version 1.0.0 here**

Progress in details: https://github.com/tvjsx/trading-vue-js/projects/1
Expand Down
2 changes: 1 addition & 1 deletion dist/trading-vue.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* TradingVue.JS - v1.0.0-rc.1 - Tue Dec 15 2020
* TradingVue.JS - v1.0.0 - Sun Dec 20 2020
* https://github.com/tvjsx/trading-vue-js
* Copyright (c) 2019 C451 Code's All Right;
* Licensed under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion dist/trading-vue.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/trading-vue.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* TradingVue.JS - v1.0.0-rc.1 - Tue Dec 15 2020
* TradingVue.JS - v1.0.0 - Sun Dec 20 2020
* https://github.com/tvjsx/trading-vue-js
* Copyright (c) 2019 C451 Code's All Right;
* Licensed under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/OVERLAYS.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ draw(ctx) {
}
```

You also can use a predefined primitives, which can be imported as `import primitives form 'trading-vue-js'`. (the source codes are here: https://github.com/tvjsx/trading-vue-js/tree/master/src/components/primitives)
You can also use a predefined primitives, which can be imported as `import primitives form 'trading-vue-js'`. (the source codes are here: https://github.com/tvjsx/trading-vue-js/tree/master/src/components/primitives)

### Tool Descriptor

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trading-vue-js",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "Hackable charting lib for traders",
"main": "./dist/trading-vue.js",
"scripts": {
Expand Down

0 comments on commit ece6506

Please sign in to comment.