diff --git a/README.md b/README.md index 9b20292c..448b68dd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/dist/trading-vue.js b/dist/trading-vue.js index db6025e9..1706d8fb 100644 --- a/dist/trading-vue.js +++ b/dist/trading-vue.js @@ -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 diff --git a/dist/trading-vue.min.js b/dist/trading-vue.min.js index 58cf292a..7e459e1e 100644 --- a/dist/trading-vue.min.js +++ b/dist/trading-vue.min.js @@ -1,4 +1,4 @@ -/*! 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 */ diff --git a/dist/trading-vue.min.js.LICENSE.txt b/dist/trading-vue.min.js.LICENSE.txt index 17d04ea3..53d9c495 100644 --- a/dist/trading-vue.min.js.LICENSE.txt +++ b/dist/trading-vue.min.js.LICENSE.txt @@ -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 diff --git a/docs/guide/OVERLAYS.md b/docs/guide/OVERLAYS.md index c4773bcb..7fe74418 100644 --- a/docs/guide/OVERLAYS.md +++ b/docs/guide/OVERLAYS.md @@ -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 diff --git a/package.json b/package.json index d2133d2e..6bde0f42 100644 --- a/package.json +++ b/package.json @@ -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": {