Skip to content

Commit

Permalink
new version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshwarpatlolla committed Sep 3, 2016
1 parent 0437286 commit ad2c48d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Your config method may look like this if you wish to setup the configuration. Bu
showTodayButton: true,
dateFormat: 'dd MMMM yyyy',
closeOnSelect: false,
disableWeekdays: [6]
disableWeekdays: []
};
ionicDatePickerProvider.configDatePicker(datePickerObj);
})
Expand Down Expand Up @@ -103,7 +103,7 @@ The properties you can configure are as follows.
new Date(),
new Date(2016, 7, 10), //Months are 0-based, this is August, 10th.
new Date('Wednesday, August 12, 2015'), //Works with any valid Date formats like long format
new Date("08-14-2015"), //Short format
new Date("08-14-2016"), //Short format
new Date(1439676000000) //UNIX format
];
````
Expand Down Expand Up @@ -348,6 +348,10 @@ Lots of bug fixes. Lots of PR's merged.
CSS changes for popup, so that all the dates of all the months fits in the specified height.
### 16) v1.2.1
Version modified to match with the current release version.
##License:
[MIT](https://github.com/rajeshwarpatlolla/ionic-datepicker/blob/master/LICENSE.MD "MIT")
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": "ionic-datepicker",
"version": "1.1.0",
"version": "1.2.1",
"authors": [
"rajeshwarpatlolla <[email protected]>"
],
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": "ionic-datepicker",
"version": "1.1.0",
"version": "1.2.1",
"description": "A date picker for ionic framework",
"main": "./dist/ionic-datepicker.bundle.min.js",
"scripts": {},
Expand Down

0 comments on commit ad2c48d

Please sign in to comment.