File tree 2 files changed +28
-25
lines changed
2 files changed +28
-25
lines changed Original file line number Diff line number Diff line change
1
+
2
+ ### 0.0.8
3
+
4
+ * support week numbers
5
+ * support to select forward/backward
6
+ * support mobile browsers
7
+ * fix many bugs and style issues
8
+
9
+ ### 0.0.7
10
+
11
+ * add hovering effect on day elements
12
+ * add sticky month mode
13
+ * add single month mode
14
+ * enable adding elements on each day element
15
+ * available to hide the top bar
16
+ * no longer support IE6,7
17
+ * fix many bugs and style issues
18
+
19
+ ### 0.0.5
20
+
21
+ * enable control by script
22
+ * enable batch mode ( select week or month by one click )
23
+ * fixed some position issues
24
+ * fixed some time related bugs
Original file line number Diff line number Diff line change @@ -15,30 +15,6 @@ jQuery Date Range Picker is a jQuery plugin that allows user to select a date ra
15
15
16
16
![ screenshot] ( https://raw.github.com/longbill/jquery-date-range-picker/master/preview.jpg )
17
17
18
- ##what's new in 0.0.8##
19
-
20
- * support week numbers
21
- * support to select forward/backward
22
- * support mobile browsers
23
- * fix many bugs and style issues
24
-
25
- ##what's new in 0.0.7##
26
-
27
- * add hovering effect on day elements
28
- * add sticky month mode
29
- * add single month mode
30
- * enable adding elements on each day element
31
- * available to hide the top bar
32
- * no longer support IE6,7
33
- * fix many bugs and style issues
34
-
35
- ##what's new in 0.0.5##
36
-
37
- * enable crontrol by script
38
- * enable batch mode ( select week or month by one click )
39
- * fixed some position issues
40
- * fixed some time related bugs
41
-
42
18
#### How to setup this project on your development machine
43
19
* Install node.js [ Ubuntu/Mac] ( https://github.com/creationix/nvm ) , [ Windows] ( https://nodejs.org/en/download/ )
44
20
* Update npm to latest version
64
40
```
65
41
* Above command will generate new files by reading from ``` src ```
66
42
67
- ###LICENSE###
43
+ ### Change log
44
+ * See [ changelog] ( CHANGELOG.md )
45
+
46
+ ### License
68
47
This date range picker plugin is under MIT LICENSE
You can’t perform that action at this time.
0 commit comments