Skip to content

Releases: Eonasdan/tempus-dominus

v4.0.0

19 Jan 00:06
Compare
Choose a tag to compare

Fixes #747, #742, #726, #696, #695, #677 and many more!

This release has breaking changes! Please read the updated docs.

v3.1.3

06 Sep 18:48
Compare
Choose a tag to compare

Fixes

  • PR #513 Fix versions of jQuery and Bootstrap
  • PR #517 fixed time picker arrows box-shadow when active
  • PR #526 unsubscribe from 'change' event using correct function
  • PR #531 Use the bootstrap variable for the button active color, instead of hardcoding white

v3.1.2

22 Aug 08:14
Compare
Choose a tag to compare

Fixes

Enchancements

  • added dependencies on package.json
  • added version number in nuget spec files

v3.1.1

16 Aug 06:46
Compare
Choose a tag to compare

fixed #490

v3.1.0

15 Aug 17:47
Compare
Choose a tag to compare

Changes:

Fixes:

  • #389 top orientation not accurate
  • #476 Always fire dp.change event when value changes from invalid state

Enchancements:

  • #130 thanks @csnauwaert a new option calendarWeeks now allows showing weeknumbers in day view
  • updated 24hour detection to look for hh/HH besides a if format string thanks @caponica
  • Added grunt task to build nuget package

v3.0.3

08 Aug 20:57
Compare
Choose a tag to compare

a number of fixes please check the related milestone

v3.0.2

04 Aug 10:34
Compare
Choose a tag to compare

fixes issue #451

version 3.0.1

04 Aug 07:02
Compare
Choose a tag to compare

A number of fixes since 3.0.0, please see commit history.
Fixed incompatibilities with moment.js 2.8.1
Changed build system to use Grunt

v3.0.0 Several fixes, see matching milestone

12 Mar 13:58
Compare
Choose a tag to compare

3.0.0

Breaking changes in this update! Pay attention!!

  • Fix for #170, #179, #183: Changed event to dp.- options load as
    data-date-OPTION instead of data-OPTION. This should fix the double
    change event firing.
  • Fix for #192: setDate now fires dp.change
  • Fix for #182: Picker will not set the default date if the input
    field has a value
  • Fix for #169: Seconds doesn't get reset when changing the date (Thanks
    to PR #174)
  • Fix for #168 z-index fix for BS modal
  • Fix for #155 Picker properly displays the active year and month
  • Fix for #154 CSS update to fix the collapse jump
  • Fix for #150 and #75 minViewMode and viewMode work properly
  • Fix for #44 Finally! It's here!! Thanks to @ruiwei and his code on
    #210 picker will adjust the positioning of the widget.

Manually merged PR

  • #178 When using minuteStepping the minute select grid will only show
    available steppings
  • #195, #197 Using the data-OPTION has been changed to
    data-date-OPTION. These options are expected to be on the
    input-group if you're using the form-group or the input field
  • #184 The option sideBySide change be used to display both the d and
    the timepicker side by side

Other Changes

  • Changed picker width to 300px if using seconds and am/pm
  • Added option useCurrent, thanks to @ruiwei. When true, picker will
    set the value to the current date/time (respects picker's format)
  • Added option showToday, thanks to @ruiwei. When true, picker will
    display a small arrow to indicate today's date.
  • Changed startDate to minDate and endDate to maxDate to make it
    more clear what these options do.

v2.1.30: Several fixes, see matching milestone

25 Jan 18:14
Compare
Choose a tag to compare
Version 2.1.30

Important! build.less file name has been been changed to
bootstrap-datetimepicker-build.less to prevent collisions

Fix for #135: setStartDate and setEndDate should now properly set.
Fix for #133: Typed in date now respects en/disabled dates
Fix for #132: En/disable picker function works again
Fix for #117, #119, #128, #121: double event change event issues should
be fixed
Fix for #112: change function no longer sets the input to a blank value
if the passed in date is invalid

Enhancement for #103: Increated the z-index of the widget