Skip to content

Commit

Permalink
🐄 bower update and doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Mar 13, 2016
1 parent 3967e4a commit 02c9f4c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@
<!-- ![jv-datepicker-portrait](https://cloud.githubusercontent.com/assets/10607759/9871234/cacf33c6-5bc4-11e5-833a-96cbd3dbf440.PNG) -->
<!-- ![dark-themed-jv-datepicker](https://cloud.githubusercontent.com/assets/10607759/10106751/1bec71c0-63e9-11e5-93f2-ee197d2ba0f2.png) -->

## Update (v2.1.0)
Three new features have been added to the element:
## Update (v2.3.0)
A list of new features have been added to the element:
- `minDate` (dates that are smaller than the predefined `minDate` will be disabled)
- `maxDate` (dates that are larger than the predefined `maxDate` will be disabled)
- `showLongDate` (to show long date instead of short date. Eg. Fri, May 12 2017)
- `inputDate` (To allow date change from the external eg. `paper-input`)
- `invalidDate` (Comes with `inputDate` to indicate whether the input date is in valid date format)
- `noAnimation` (To enable/ disable all animations and transitions of the datepicker)
- `pageEntryAnimation` (To customize the entry animation for page switching between months)
- `pageExitAnimation` (To customize the exit animation for page switching between months)
- `enforceDateChange` (A public method to force update a datepicker w/o any buttons to confirm date change)

See the [component page](http://motss.github.io/jv-datepicker/components/jv-datepicker/) for more information.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jv-datepicker",
"version": "2.2.0",
"version": "2.3.0",
"authors": [
"motss <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion jv-datepicker.html
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
value: !1
},
/**
* Set true if input date. Only use it with inputDate properte
* To indicate the input date is in an invalid format hence no date change is applied. Only use this with inputDate property.
*/
invalidDate: {
type: Boolean,
Expand Down

0 comments on commit 02c9f4c

Please sign in to comment.