Skip to content

Commit ece6506

Browse files
committed
☀️ V1
1 parent 24d9e65 commit ece6506

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,12 @@ That's why the title doesn't lie: you can draw ANYTHING.
218218
* ~~Docs~~
219219
* ~~Tests~~
220220
* Solve known issues (marked as 'TODO: IMPORTANT')
221-
* Performance improvements
221+
* ~~Performance improvements~~
222222
* ~~Data-manipulation helpers~~
223223
* ~~Add more built-in overlays~~
224224
* ~~Add toolbar (drawing tools)~~
225-
* Custom loayout / layout persistence
226-
* Fix and improve mobile version
225+
* ~~Custom loayout / layout persistence~~[POST-RELEASE]
226+
* ~~Fix and improve mobile version~~
227227
* **Version 1.0.0 here**
228228

229229
Progress in details: https://github.com/tvjsx/trading-vue-js/projects/1

dist/trading-vue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* TradingVue.JS - v1.0.0-rc.1 - Tue Dec 15 2020
2+
* TradingVue.JS - v1.0.0 - Sun Dec 20 2020
33
* https://github.com/tvjsx/trading-vue-js
44
* Copyright (c) 2019 C451 Code's All Right;
55
* Licensed under the MIT license

dist/trading-vue.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/trading-vue.min.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* TradingVue.JS - v1.0.0-rc.1 - Tue Dec 15 2020
2+
* TradingVue.JS - v1.0.0 - Sun Dec 20 2020
33
* https://github.com/tvjsx/trading-vue-js
44
* Copyright (c) 2019 C451 Code's All Right;
55
* Licensed under the MIT license

docs/guide/OVERLAYS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ draw(ctx) {
339339
}
340340
```
341341

342-
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)
342+
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)
343343

344344
### Tool Descriptor
345345

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trading-vue-js",
3-
"version": "1.0.0-rc.1",
3+
"version": "1.0.0",
44
"description": "Hackable charting lib for traders",
55
"main": "./dist/trading-vue.js",
66
"scripts": {

0 commit comments

Comments
 (0)