Skip to content

Commit

Permalink
Merge pull request #30 from koleary94/version-0.5.0
Browse files Browse the repository at this point in the history
Version 0.5.0
  • Loading branch information
kevinoleary19 authored Oct 26, 2016
2 parents e689770 + e1d5bab commit 4147509
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ Optional parameters are listed below.
|---|---|---|
| `accentColor` | string | Replaces the default blue accent color |
|`altInputStyle` | boolean | If `true`, changes the input styling to primarily use the accent color |
|`disabled` | boolean | If `true`, adds "disabled" attribute to input |
|`placeholder` | string | This text will be shown if the date is empty |
| `date` | Date | The source of truth for the selected date. If passed, the date will automatically be displayed in the input field and clicking on the input field will bring up the respective month. |
| `dateFormat` | string | By default, the date will be shown in `YYYY-MM-DD` (ISO 8601 standard). Other formats include `MM-DD-YYYY` and `DD-MM-YYYY`. This string is *not* case sensitive. |
|`disabled` | boolean | If `true`, adds "disabled" attribute to input |
| `fontFamily` | string | By default, the element will use `'Helvetica Neue', 'Helvetica', 'Arial', 'Calibri', 'Roboto'` in that order. Passing in this value will override these defaults.|
|`placeholder` | string | This text will be shown if the date is empty |
| `rangeStart` | Date | The beginning boundary for selecting a date. For example, passing in `new Date(2015,2)` will prevent the user from being able to get to February 2015. |
| `rangeEnd` | Date | Same as `rangeStart`, but for the end boundary. e.g. passing in `new Date()` will prevent the user from being able to get to the next month. |

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-material-datepicker",
"version": "0.3.2",
"version": "0.5.0",
"author": "Kevin O'Leary",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 4147509

Please sign in to comment.