Francesco Mussi
2274cfab22
Update README.md
...
Added line break
2018-01-29 17:47:13 +02:00
Francesco Mussi
66533c09a9
Update README.md
...
Just Adding the npm install in the docs.
To avoid people to have to search trough the issues to see for the exact line for npm install.
2018-01-29 15:37:42 +02:00
Jakub
281c847070
Merge pull request #295 from ecaldwell/patch-1
...
fix typo
2018-01-24 09:35:51 +01:00
Evan Caldwell
e7be94e041
fix typo
2018-01-23 21:48:38 -05:00
Jakub Juszczak
9ef0dedeb0
chore: add dist files
2018-01-12 14:09:16 +01:00
Jakub Juszczak
4347fe906e
chore(release): 3.1.0
v3.1.0
2018-01-12 14:08:23 +01:00
Jakub Juszczak
662329846e
chore(docs): Update README with section about single file components and reactivemixins options
2018-01-12 13:59:43 +01:00
Jakub Juszczak
ecae747ba3
chore(examples): Update reactive prop examples
2018-01-12 13:52:45 +01:00
Jakub Juszczak
75bfa5ccbc
chore(dependencies): Remove nightwatch as not used
2018-01-12 13:47:38 +01:00
Jakub
8f91703e9f
Merge pull request #292 from apertureless/feature/remove_defaults
...
Feature/remove defaults
2018-01-12 13:35:25 +01:00
Jakub Juszczak
ac5d4d824c
feat(charts): Remove default styling
2018-01-12 13:30:29 +01:00
Jakub Juszczak
db0040e613
chore(dependencies): Remove lodash-merge
2018-01-12 13:29:59 +01:00
Jakub
3b46bc8f03
Merge pull request #291 from apertureless/feature/fix_reactive_mixins
...
fix(mixins): Check for chartjs instance before rendering chart
2018-01-12 13:16:43 +01:00
Jakub Juszczak
39ff839d92
fix(mixins): Check for chartjs instance before rendering chart
...
Closes #288
2018-01-12 13:13:46 +01:00
Jakub
0506b4ee35
Merge pull request #276 from daniel-shuy/develop
...
Add prop for inline plugins
2017-12-15 09:50:49 +01:00
Daniel Shuy
072724fc6f
Fix references to private _plugins data property
2017-12-13 20:58:43 +08:00
Daniel Shuy
dd9a5b855d
Fix test cases for inline prop
2017-12-13 20:33:40 +08:00
Daniel Shuy
5486560257
Add prop for inline plugins
2017-12-13 20:10:01 +08:00
Jakub
ae13d71081
Merge pull request #266 from Beomi/develop
...
Fix typo on readme.md (Three shaking)
2017-12-01 14:35:37 +01:00
Beomi
1902bf0b0e
Fix typo on readme.md
...
`three shaking` > `tree shaking`
2017-12-01 15:05:36 +09:00
Jakub
b0ad387856
Merge pull request #253 from bevingtongroup/fix-windows-node-env
...
fix NODE_ENV=... on windows
2017-11-14 17:11:27 +01:00
Cormac Relf
b7074e428f
windows build: fix NODE_ENV on windows
2017-11-14 17:14:55 +11:00
Jakub Juszczak
d9e5d5a5f0
💎 Release new version 3.0.2
...
Fixed unpkg target
v3.0.2
2017-11-07 11:03:36 +01:00
Jakub Juszczak
a5f112e952
📝 Update CHANGELOG
2017-11-06 16:28:13 +01:00
Jakub Juszczak
6e24da3c90
💎 Release new version 3.0.1
v3.0.1
2017-11-06 16:25:57 +01:00
Jakub
2f0ab67b79
Merge pull request #246 from apertureless/feature/dependency_and_build_fix
...
Feature/dependency and build fix
2017-11-06 16:14:58 +01:00
Jakub Juszczak
474b58196e
📝 Update README
2017-11-06 16:06:19 +01:00
Jakub Juszczak
d104e628e2
🐛 Fix webpack externals
2017-11-06 15:41:33 +01:00
Jakub Juszczak
b17602d041
🔥 Remove full build with bundled chart.js
2017-11-06 15:40:43 +01:00
Jakub
0b50728b28
Merge pull request #238 from chakan/en-docs-typo-fix
...
Typo fix in EN docs
2017-10-29 16:45:32 +01:00
Jakub
9abdaa9f66
Merge pull request #227 from kingkong64/develop
...
update webpack to version 3
2017-10-29 16:37:13 +01:00
Imre Csige
f19c6a4cfa
Typo fix in EN docs
...
Sorry, it was very annoying to me.
2017-10-29 16:35:25 +01:00
Jakub
d2f2374d7d
Merge pull request #232 from music-mind/patch-2
...
Made some small edits to French README.MD
2017-10-29 16:21:21 +01:00
Arri
d11eb27bc1
Made some small edits to French README.MD
...
Some edits and typo fixes
2017-10-24 02:58:45 -04:00
Chanwit Piromplad
50130a7a4d
update webpack to version 3
2017-10-15 20:34:19 +07:00
Jakub
05d69520af
Fix table in readme
2017-10-14 16:47:42 +02:00
Jakub Juszczak
b465070a7a
💎 Release new version 3.0.0
v3.0.0
2017-10-14 16:30:12 +02:00
Jakub
d498b7c8cf
Feature/v3 ( #225 )
...
* Remove Vue dependency and change extends
Signed-off-by: Jakub Juszczak <netghost03@gmail.com >
* 💎 Release new version 3.0.0-rc0
* ⬆️ Update examples
* 📝 Update README.md
* ⬆️ Update examples
* ⬆️ Update englishd docs
* ⬆️ Update transalted docs with current code examples
* 🔥 Remove dist files from gitignore
* ⬆️ Update dependencies vue and chartjs
* Change private data
Implements #182 . The private chart instance is now in the vue.js data model. And can be accessed over `this.$data._chart`
Updated unit tests
* 📝 Update docs with private data
* ✨ Add codeclimate ignore
* ⬆️ Update codeclimate
* ⬆️ Update codeclimate
* ⬆️ Update codeclimate
Add build and config folders to ignore
2017-10-14 16:27:07 +02:00
Jakub
0fa8261664
Merge pull request #215 from cugu/spelling
...
✏️ Spelling in docs
2017-10-10 10:31:23 +02:00
Jonas Plum
653b4d7580
Spelling
...
- Fix some spelling mistakes
- Apply consistent naming for Vue and Chart.js
- Minor text changes
2017-10-10 00:44:26 +02:00
Jakub
8b52bae9c1
Merge pull request #214 from pushkyn/fix-russian-translation
...
Fix inaccuracies in Russian translation
2017-10-07 17:23:02 +02:00
pushkyn
b8012b9944
Fix inaccuracies in Russian translation
2017-10-07 17:45:56 +03:00
Jakub
4b363b3e29
Merge pull request #213 from tesarwijaya/id-docs
...
Add id docs readme support
2017-10-05 20:40:58 +02:00
Jakub
b46d193caf
Merge pull request #211 from julienc91/french-readme
...
French translation for README.md
2017-10-05 20:40:15 +02:00
julien
831a70574f
Added French doc to config
2017-10-05 19:53:51 +02:00
Tesar Wijaya
a6593910ac
add bahasa indonesia docs
2017-10-05 22:51:07 +07:00
julien
892c5ed2ab
did not translate the correct file...
2017-10-04 20:28:21 +02:00
julien
3451769a65
French translation for README.md
2017-10-02 22:06:52 +02:00
Jakub
7e5bf7d9bc
✨ Add dist files to repo
2017-09-24 18:38:37 +02:00
Jakub Juszczak
58523d6155
💎 Release new version 2.8.7
v2.8.7
2017-09-16 13:35:48 +02:00