Commit Graph

650 Commits

Author SHA1 Message Date
Valeriy
24d7dd5df2
Merge pull request #781 from arcanemachine/master
Fix inverted scrolling issue for date selectors
2022-04-06 14:53:44 +03:00
Valeriy
031fe1f32f
Merge branch 'master' into master 2022-04-06 14:53:38 +03:00
Valeriy
14403461f9
Merge pull request #786 from CommanderRoot/rm-deprecated-substr
Replace deprecated String.prototype.substr()
2022-04-06 14:49:35 +03:00
Valeriy
23bbde013a
Merge pull request #754 from Alonski/feature/update-php-date-formatter
Feature/update php date formatter
2022-04-06 14:48:50 +03:00
Valeriy
382ca171bc
Merge branch 'master' into feature/update-php-date-formatter 2022-04-06 14:48:42 +03:00
Valeriy
38ab2b722c
Merge pull request #767 from PeterDaveHelloKitchen/FixTravisCI
Fix Travis CI "sh: 0: Can't open /etc/init.d/xvfb" issue
2022-04-06 14:47:14 +03:00
Valeriy
88231dcfea
Merge pull request #761 from monosolutions/master
jQuery migration going to 3.5.1 complains about use of specified functions.
2022-04-06 14:46:52 +03:00
Valeriy
1f84c043a2
Merge pull request #773 from harry-wood/patch-1
README minor english tweaks
2022-04-06 14:42:31 +03:00
Tobias Speicher
4d7b36b24d
Replace deprecated String.prototype.substr()
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() which works similarily but isn't deprecated.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-02-17 17:06:55 +01:00
Nicholas Moen
ac83979ed0 Fix inverted scrolling issue for date selectors 2022-01-07 16:22:41 -07:00
Harry Wood
953be28bf7
README minor english tweaks
Minor english tweaks e.g. were missing "the" in some sentences.
2021-07-27 12:03:28 +01:00
Peter Dave Hello
eb92045cf9 Fix Travis CI "sh: 0: Can't open /etc/init.d/xvfb" issue 2021-04-23 21:51:47 +08:00
Christopher Lassen
d2ba49d54d Fresh build 2020-10-12 12:24:08 +02:00
Christopher Lassen
1a685952f6 Trim depreacted fixed 2020-10-12 12:23:28 +02:00
Christopher Lassen
1d1e91e7b0 New version %npm_package_version% 2020-10-12 11:58:57 +02:00
Christopher Lassen
ba53eb4986 New build 2020-10-12 11:55:34 +02:00
Christopher Lassen
b2854bb6fd Fixed isArray deprecation 2020-10-12 11:34:38 +02:00
Christopher Lassen
7b87f5841e
Merge pull request #2 from monosolutions/isfunction-deprecation
Isfunction deprecation
2020-10-12 11:31:07 +02:00
Christopher Lassen
e1c8056d87 Fixed isFunction deprecation 2020-10-12 11:29:46 +02:00
Christopher Lassen
7c75d6360b Fixed isArray deprecation 2020-10-12 11:24:36 +02:00
Christopher Lassen
207047515b
Merge pull request #1 from monosolutions/type-deprecation
Fixed jQuery migration plugin deprecation warning for use of .type()
2020-10-12 11:15:25 +02:00
Christopher Lassen
06b7997e67 Fixed jQuery migration plugin deprecation warning for use of .type() 2020-10-12 11:11:44 +02:00
Alon
3072e13429 feat: Build with new php-date-formatter 2020-08-13 16:04:26 +03:00
Alon
c6b2378650 feat: Update php-date-formatter to 1.3.6 2020-08-13 16:04:13 +03:00
Alon
33e7113f11 chore: Git ignore bower components folder 2020-08-13 16:03:58 +03:00
Valeriy Chupurnov
bb372ec424
Merge pull request #743 from xdan/dependabot/npm_and_yarn/jquery-3.5.0
Bump jquery from 3.3.1 to 3.5.0
2020-06-23 12:17:50 +03:00
Valeriy Chupurnov
441cb69610
Merge pull request #723 from toptalo/issue-689
Add normalization to mousewheel event to fix scroll speed issue
2020-06-23 12:17:39 +03:00
Valeriy Chupurnov
87319b4baf
Merge pull request #738 from okremer84/fix_up_down_arrow
Fix up/down arrow
2020-06-23 12:16:56 +03:00
Valeriy Chupurnov
7898b5e4c1
Merge pull request #739 from kokaia/master
bugfix: infinite loop
2020-06-23 12:15:41 +03:00
dependabot[bot]
fea2799326
Bump jquery from 3.3.1 to 3.5.0
Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-29 23:28:44 +00:00
Giga
a9c876db7c
fix infinite loop
if start is `Invalid Date` then start.getDay() is `Nan`, so code gets stuck on infinite loop.
2020-04-16 22:46:53 +04:00
Omer Kremer
02652edbbf Fix up/down arrow 2020-03-29 13:50:46 -07:00
Valeriy Chupurnov
cda4cbc903
Merge pull request #725 from Lukom/feature/fix-ukrainian-short-day-names
Fix ukrainian short day names
2020-02-03 00:32:24 +03:00
Valeriy Chupurnov
6b6e0d8dc2
Merge pull request #732 from crayxt/patch-1
Add Kazakh locale.
2020-02-03 00:31:57 +03:00
Valeriy Chupurnov
f3058e45ab
Merge pull request #729 from thijstriemstra/patch-1
link to english version
2020-02-03 00:31:41 +03:00
Baurzhan Muftakhidinov
cb636d2439
Add Kazakh locale. 2020-01-11 19:17:28 +05:00
Thijs Triemstra
985a52050f
link to english version 2019-12-10 20:32:11 +01:00
Lev Lukomskyi
58174a023d Fix ukrainian short day names 2019-11-15 22:47:38 +02:00
toptalo
b0e96fe2c4 Add normalization to mousewheel event to fix scroll speed issue
Closes #689
2019-11-11 18:57:26 +03:00
Valera
82a256409f Fix gitignore 2019-02-23 15:07:25 +03:00
Valera
6d7042131b Why idea in git? 2019-02-23 14:33:13 +03:00
Valera
da3d5bc407 Added pull request template 2019-02-23 14:31:01 +03:00
Valera
98e0955209 New version %npm_package_version% 2019-02-23 14:25:17 +03:00
Valera
2b6edfc633 Fix karma config 2019-02-23 14:23:52 +03:00
Maksim Degtyarev
b11add5663 add insideParent property
(cherry picked from commit ebc3c8630e)
2019-02-23 14:22:03 +03:00
Maksim Degtyarev
9ab5953f50 fix removing symbols with cmd or selecting
(cherry picked from commit cf89d330df)
2019-02-23 14:21:01 +03:00
Valera
1621ce716c Change Uglify to Uglify-JS 2019-02-23 14:11:10 +03:00
Valeriy Chupurnov
af7dbc036b
Merge pull request #693 from bmalpham8/master
fix onClose call multiple times
2019-02-23 13:29:53 +03:00
Valeriy Chupurnov
3451e14ed5
Merge pull request #697 from xdan/revert-694-master
Revert "fix removing symbols with cmd or selecting"
2019-02-23 13:29:37 +03:00
Valeriy Chupurnov
aee154de73
Merge pull request #685 from degroote-benjamin/Fix/wheel
fix timepicker wheel
2019-02-23 13:28:38 +03:00