Commit Graph

491 Commits

Author SHA1 Message Date
Chupurnov Valeriy
d35c53dd59 New version 2.5.4 2016-05-20 00:46:42 +05:00
Valeriy
ac1b591a96 Merge pull request #457 from xdan/revert-455-master
Revert "Normalized scroll sensibility"
2016-05-20 00:41:08 +05:00
Valeriy
ab1da947f6 Merge pull request #460 from DivvyHQ/master
Added missing var definition
2016-05-20 00:40:50 +05:00
Fede Bruchmann
a42e0e416f Added missing var definition 2016-05-19 13:49:14 -03:00
Valeriy
fab41c89ea Revert "Normalized scroll sensibility" 2016-05-19 13:14:24 +05:00
Valeriy
20ce2cc831 Merge pull request #455 from DivvyHQ/master
Normalized scroll sensibility
2016-05-19 01:28:45 +05:00
Fede Bruchmann
ee1e2a275f Normalized scroll sensibility 2016-05-18 15:46:09 -03:00
Valeriy
52152ad672 Merge pull request #450 from liebsoer/master
Today button not working anymore
2016-05-10 14:34:25 +05:00
Sören Liebich
a102ce5a89 Today button not working anymore
Fixed a problem with the today button which is not working anymore. As
far as I could figure out the reason is
"XDSoft_datetime.prototype.setCurrentTime" which is now setting the
current time to null which doesn't reset the displayed date. Also double
clicking on the today button wasn't working because the "currentDate"
variable is null.
2016-05-10 03:59:43 +02:00
Valeriy
5da3d3df15 Merge pull request #443 from tobiasviehweger/master
Allow blank values if 'options.allowBlank' is set
2016-04-26 22:00:49 +05:00
Valeriy
4aee394659 Merge pull request #442 from podaweb/patch-1
Update doc.tpl
2016-04-26 22:00:25 +05:00
tobiasviehweger
630ab13931 Allow blank values if 'options.allowBlank' is set 2016-04-26 14:18:18 +02:00
podaweb
06db613a69 Update doc.tpl 2016-04-26 11:38:34 +02:00
Valeriy
26378d3402 Merge pull request #440 from wonderchang/master
Minify the css file
2016-04-25 09:27:02 +05:00
Wonder Chang
ee58e8a1dd Minify the css file 2016-04-24 02:24:03 +08:00
Valeriy
1d2cb002aa Merge pull request #428 from vzverev78/master
fixed sync of input value to calendar when using MomentJS
2016-04-07 12:28:24 +05:00
Vasiliy Zverev
4e3fc0b0ad fixed sync of input value to calendar when using MomentJS 2016-04-06 20:39:42 +03:00
Valeriy
b6f3be4ca1 Merge pull request #426 from vzverev78/master
Improvements for validation
2016-04-06 19:23:24 +05:00
Vasiliy Zverev
2266845f52 show parsed date/time to user after validation
https://github.com/xdan/datetimepicker/issues/425
2016-04-06 16:45:46 +03:00
Vasiliy Zverev
ebbc1a1f39 Corrected doc on using MomentJS for validation
https://github.com/xdan/datetimepicker/issues/425#issuecomment-205888975
2016-04-06 16:15:50 +03:00
Chupurnov Valeriy
c8dd8efe17 New version 2.5.3 Fix devDependencies with concat-cli 2016-04-02 00:56:51 +05:00
Chupurnov Valeriy
f4c063f13a New version 2.5.2 Fix devDependencies with concat-cli 2016-04-02 00:55:55 +05:00
Valeriy
b182ddf000 Merge pull request #421 from JSoon/jsoon
Fix bug: $.css method conflict with css3 transition
2016-03-25 14:53:18 +05:00
jsoon
64b031c98b Fix bug: $.css method conflict with css3 transition 2016-03-25 17:33:52 +08:00
Valeriy
f442a83391 Merge pull request #420 from greuff/master
Documentation update for setDateFormatter
2016-03-25 14:30:46 +05:00
Thomas Wana
ef8976b228 Documentation update for setDateFormatter 2016-03-25 10:11:15 +01:00
Valeriy
ab609606f9 Merge pull request #417 from Sibz/Sibz-patch-mask-exception
Fix exception when mask isn't set or is false.
2016-03-25 00:13:35 +05:00
Valeriy
bdb764af90 Merge pull request #418 from OOO-Technology/georgian
add Georgian translation
2016-03-25 00:11:55 +05:00
Valeriy
8bc423d938 Merge pull request #419 from greuff/master
Allow the date formatter to be set from external
2016-03-25 00:09:44 +05:00
Thomas Wana
70fa598cf0 Allow the date formatter to be set from external 2016-03-24 10:36:25 +01:00
Vitaliy Kotov
585154c55a add Georgian translation 2016-03-24 13:22:19 +05:00
Steven
ef522190fb Fix exception when mask isn't set or is false.
Added an additional check to ensure options.mask is a string as it is set to false when not using masks.
Fixes #414
2016-03-24 19:56:14 +13:00
Valeriy
467388d233 Merge pull request #413 from powderblue/master
The picker is positioned correctly when the date input is within a container with `position: fixed`.
2016-03-15 11:33:39 +05:00
Dan Bettles
33d1338268 The vertical position of the picker is completely reset before the new position is applied to prevent interference from previous values. 2016-03-11 12:48:34 +00:00
Dan Bettles
1b4fad11b3 The picker is positioned correctly when the date input resides within a fixed container: the picker is displayed above the date input when there is insufficient room beneath the input. Also: added a couple test pages; normalized indentation in the JavaScript; fixed a couple warnings raised by the build script. 2016-03-11 12:21:12 +00:00
Dan Bettles
3c53077dfe Updated version constraint for concat-cli because the previously-specified version wouldn't work. 2016-03-08 08:47:17 +00:00
Valeriy
6a6db42e10 Merge pull request #408 from bllkrkmz/master
#404 not selectable for readonly input element
2016-03-05 23:53:44 +05:00
Valeriy
2426ca3e2b Merge pull request #405 from afro1114/master
The mask is now a valid date when validate on blur is active.
2016-03-01 22:56:36 +05:00
Rodolfo Ospina Rojas
6e0f1a6365 The mask is now a valid date when validate on blur is active. Also the mask now displays every time you focus the field instead of just the first time 2016-03-01 09:14:46 -05:00
Bilal Korkmaz
6cc19d56d2 #404 not selectable for readonly input element 2016-02-29 13:43:02 +02:00
Valeriy
337ad368b9 Merge pull request #402 from beise/master
fix for allowDateRe and allowDates
2016-02-27 22:51:26 +05:00
beisetho
fa82ac3a09 fix for allowDateRe and allowDates
Replaced
start.dateFormat(options.formatDate) with dateHelper.formatDate(start, options.formatDate)
2016-02-27 18:20:50 +01:00
Valeriy
3c30a1c84e Merge pull request #399 from willemvb/master
Change main field in package.json
2016-02-25 22:31:46 +05:00
Willem Van Bockstal
522dc3bb4c change main field in package.json 2016-02-25 14:41:07 +01:00
Valeriy
1c08e89353 Merge pull request #398 from Maze-fr/master
Support for Moment.js formats
2016-02-25 18:34:59 +05:00
Maze-fr
5d5fb81a3e Support for Moment.js formats
When using Moment.js to format dates, the syntax is not the same as the default one :
http://momentjs.com/docs/#/parsing/string-format/
So, parsing something like "DD/MM/YYYY HH:mm" to build the mask ends with a wrong mask that fails when testing with "isValidValue" function, resulting in replacing the value of the input field with the wrong mask that was built just before.
2016-02-25 14:22:07 +01:00
Chupurnov Valeriy
bd4f97e128 New version 2.5.1 2016-02-24 18:57:25 +05:00
Chupurnov Valeriy
fa26114133 Fix bower dependencies 2016-02-24 18:56:51 +05:00
Chupurnov Valeriy
c30dc98195 New version 2.5.0 2016-02-24 18:53:01 +05:00
Chupurnov Valeriy
a55ee80291 New version 2.4.9 2016-02-24 18:52:52 +05:00