Skip to content

Commit ad2c48d

Browse files
new version 1.2.1
1 parent 0437286 commit ad2c48d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Your config method may look like this if you wish to setup the configuration. Bu
5959
showTodayButton: true,
6060
dateFormat: 'dd MMMM yyyy',
6161
closeOnSelect: false,
62-
disableWeekdays: [6]
62+
disableWeekdays: []
6363
};
6464
ionicDatePickerProvider.configDatePicker(datePickerObj);
6565
})
@@ -103,7 +103,7 @@ The properties you can configure are as follows.
103103
new Date(),
104104
new Date(2016, 7, 10), //Months are 0-based, this is August, 10th.
105105
new Date('Wednesday, August 12, 2015'), //Works with any valid Date formats like long format
106-
new Date("08-14-2015"), //Short format
106+
new Date("08-14-2016"), //Short format
107107
new Date(1439676000000) //UNIX format
108108
];
109109
````
@@ -348,6 +348,10 @@ Lots of bug fixes. Lots of PR's merged.
348348
349349
CSS changes for popup, so that all the dates of all the months fits in the specified height.
350350
351+
### 16) v1.2.1
352+
353+
Version modified to match with the current release version.
354+
351355
352356
##License:
353357
[MIT](https://github.com/rajeshwarpatlolla/ionic-datepicker/blob/master/LICENSE.MD "MIT")

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic-datepicker",
3-
"version": "1.1.0",
3+
"version": "1.2.1",
44
"authors": [
55
"rajeshwarpatlolla <rajeshwar.patlolla@gmail.com>"
66
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic-datepicker",
3-
"version": "1.1.0",
3+
"version": "1.2.1",
44
"description": "A date picker for ionic framework",
55
"main": "./dist/ionic-datepicker.bundle.min.js",
66
"scripts": {},

0 commit comments

Comments
 (0)