Skip to content

Commit a727bc0

Browse files
committed
Add clear option and release 0.2.7
Fix docs
1 parent 6f4018c commit a727bc0

24 files changed

+91
-39
lines changed

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
[![CircleCI](https://circleci.com/gh/ittus/vue-monthly-picker.svg?style=shield&circle-token=fa41e296ca28a346dfcea28addb1d5f671f187a8)](https://circleci.com/gh/ittus/vue-monthly-picker)
77

88
Checkout demo at https://ittus.github.io/vue-monthly-picker/
9+
10+
# Support
11+
<a href="https://www.buymeacoffee.com/8buMYCOog" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;"></a>
12+
913
# Install
1014
```
1115
npm install vue-monthly-picker --save
@@ -41,6 +45,8 @@ Vue.component('my-component', {
4145
| value | moment | `null` | Moment value of selected month and year |
4246
| alignment | String | `left` | Alignment of input value, possible value: `left`, `right`, `center` |
4347
| selectedBackgroundColor | String | `#007bff` | Background color of selected value. It can be HTML color name (red, green, blue) or hexa color code (`#00FF00`, `#0000FF`) |
48+
| clearOption | Boolean | true | Show/Hide clear option |
49+
4450

4551
## Events
4652

@@ -52,23 +58,14 @@ Vue.component('my-component', {
5258

5359
``` bash
5460
# install dependencies
55-
npm install
61+
yarn install
5662

5763
# serve with hot reload at localhost:8080
58-
npm run dev
64+
yarn dev
5965

6066
# build for production with minification
61-
npm run build
62-
63-
# build for production and view the bundle analyzer report
64-
npm run build --report
65-
66-
# run unit tests
67-
npm run unit
68-
69-
# run e2e tests
70-
npm run e2e
67+
yarn build
7168

7269
# run all tests
73-
npm test
70+
yarn test
7471
```

dist/docs/css/docs.286f4ddc6bc82697b65316658fc54f4b.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/docs/css/docs.286f4ddc6bc82697b65316658fc54f4b.css renamed to dist/docs/css/docs.35e73dd194ffef90523e8b8cbb7eb9d0.css

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/docs/css/docs.35e73dd194ffef90523e8b8cbb7eb9d0.css.map

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

dist/docs/css/vue-monthly-picker.ed5188bba752cc6b43447265b57c525f.css

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

dist/docs/css/vue-monthly-picker.ed5188bba752cc6b43447265b57c525f.css.map

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

dist/docs/css/vue-monthly-picker.f0c6597e5bb32ba483de33ee0efcba06.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/docs/css/vue-monthly-picker.f0c6597e5bb32ba483de33ee0efcba06.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/docs/js/docs.7b36ccae4e11d187ec50.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/docs/js/docs.7b36ccae4e11d187ec50.js renamed to dist/docs/js/docs.8479318bebfea277a9cb.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)