Skip to content

Commit da354a5

Browse files
committed
Update README.md
1 parent ebf1cb8 commit da354a5

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

README.md

+20-14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bootstrap v3 datetimepicker widget [![GitHub version](https://badge.fury.io/gh/Eonasdan%2Fbootstrap-datetimepicker.png)](http://badge.fury.io/gh/Eonasdan%2Fbootstrap-datetimepicker)
1+
# Bootstrap v3 datetimepicker widget ![GitHub version](https://badge.fury.io/gh/Eonasdan%2Fbootstrap-datetimepicker.png)
22

33
![DateTimePicker](http://i.imgur.com/nfnvh5g.png)
44

@@ -9,18 +9,18 @@ I'd love to know if your public site is using this plugin and list your logo on
99

1010
## Quick installation using
1111

12-
## [bower](http://bower.io): [![Bower version](https://badge.fury.io/bo/eonasdan-bootstrap-datetimepicker.png)](http://badge.fury.io/bo/eonasdan-bootstrap-datetimepicker)
12+
## [bower](http://bower.io): ![Bower version](https://badge.fury.io/bo/eonasdan-bootstrap-datetimepicker.png)
1313

1414
Run the following command:
1515
```
1616
bower install eonasdan-bootstrap-datetimepicker#latest --save
1717
```
18-
## [Nuget](https://www.nuget.org/packages/Bootstrap.v3.Datetimepicker/): [![NuGet version](https://badge.fury.io/nu/Bootstrap.v3.Datetimepicker.png)](http://badge.fury.io/nu/Bootstrap.v3.Datetimepicker)
18+
## [Nuget](https://www.nuget.org/packages/Bootstrap.v3.Datetimepicker/): ![NuGet version](https://badge.fury.io/nu/Bootstrap.v3.Datetimepicker.png)
1919
```
2020
PM> Install-Package Bootstrap.v3.Datetimepicker
2121
```
2222

23-
## [Rails](http://rubyonrails.org/) [![Gem Version](https://badge.fury.io/rb/bootstrap3-datetimepicker-rails.png)](http://badge.fury.io/rb/bootstrap3-datetimepicker-rails)
23+
## [Rails](http://rubyonrails.org/) ![Gem Version](https://badge.fury.io/rb/bootstrap3-datetimepicker-rails.png)
2424

2525
Add the following to your `Gemfile`:
2626
```
@@ -98,7 +98,18 @@ Finally include the main javascript file.
9898

9999
# Change Log
100100

101-
## New features (2.1.20)!
101+
## 2.1.30
102+
#### Important! `build.less` file name has been been changed to `bootstrap-datetimepicker-build.less` to prevent collisions
103+
104+
* Fix for #135: `setStartDate` and `setEndDate` should now properly set.
105+
* Fix for #133: Typed in date now respects en/disabled dates
106+
* Fix for #132: En/disable picker function works again
107+
* Fix for #117, #119, #128, #121: double event `change` event issues should be fixed
108+
* Fix for #112: `change` function no longer sets the input to a blank value if the passed in date is invalid
109+
110+
* Enhancement for #103: Increated the `z-index` of the widget
111+
112+
## 2.1.20
102113
* Fix for #83: Changes to the picker should fire native `change` event for knockout and the like as well as `change.dp` which contains the old date and the new date
103114
* Fix for #78: Script has been update for breaking changes in Moment 2.4.0
104115
* Fix for #73: IE8 should be working now
@@ -107,14 +118,14 @@ Finally include the main javascript file.
107118
* Enhancement for #74 and #65: `useMinutes` and `useSeconds` are now options. Disabling seconds will hide the seconds spinner. Disabling minutes will display `00` and hide the arrows
108119
* Enhancement for #67: Picker will now attempt to convert all `data-OPTION` into its appropriate option
109120

110-
## New features (2.1.11)!
121+
## 2.1.11
111122
* Fix for #51, #60
112123
* Fix for #52: Picker has its own `moment` object since moment 2.4.0 has removed global reference
113124
* Fix for #57: New option for `useStrict`. When validating dates in `update` and `change`, the picker can use a stricter formatting validation
114125
* Fix for #61: Picker should now properly take formatted date. Should also have correct start of the week for locales.
115126
* Fix for #62: Default format will properly validate time picker only.
116127

117-
## New features (2.1.5)!
128+
## 2.1.5
118129
* Custom icons, such as Font Awesome, are now supported. (#49) See [Example#9](http://eonasdan.github.io/bootstrap-datetimepicker/#example9)
119130
* If more then one `input-group-addon` is present use `datepickerbutton` to identify where the picker should popup from. (#48)
120131
* New Event: `error.dp`. Fires when Moment cannot parse the date or when the timepicker cannot change because of a `disabledDates` setting. Returns a Moment date object. The specific error can be found be using `invalidAt()`. For more information see [Moment's docs](http://momentjs.com/docs/#/parsing/is-valid/)
@@ -123,16 +134,11 @@ Finally include the main javascript file.
123134
* Fix for #46, fixed active date highlighting
124135
* Fix for #47, `change.dp` event to also include the previous date.
125136

126-
####New features (2.0.1)!
137+
####2.0.1
127138
* New event `error.dp` fires when plugin cannot parse date or when increase/descreasing hours/minutes to a disabled date. See [Example#7](http://eonasdan.github.io/bootstrap-datetimepicker/#example7)
128139
* Minor fixes
129140

130-
####New features (2.0.0)!
141+
####2.0.0
131142
* `disabledDates` is now an option to set the disabled dates. It accepts date objects like `new Date("November 12, 2013 00:00:00")` and `12/25/2013' and `moment` date objects. See [Example#7](http://eonasdan.github.io/bootstrap-datetimepicker/#example7) for usage.
132143
* Events are easier to use; see [Example#8](http://eonasdan.github.io/bootstrap-datetimepicker/#example8)
133144

134-
###Removed features
135-
* pickSeconds
136-
* pick12HourFormat
137-
* maskInput
138-

0 commit comments

Comments
 (0)