What is the lastest version of fullcalendar compatible with jQuery 1.12 ? I can't find this information.
Asked
Active
Viewed 158 times
0
-
have you tried the latest version – L_Church Apr 16 '18 at 12:09
-
1I'm not convinced that if software providers don't document their stuff properly, that it becomes SO's responsibility to answer support questions. – underscore_d Apr 16 '18 at 12:15
-
what's the reason? Do you still require support for IE8 or below? That's the only reason to stick with jQuery 1.x. Otherwise you should go to the 2.x branch - there are no breaking differences apart from the removal of support for older IEs. If you want to a bit bolder go for 3.x. There are some differences, but well documented, and probably not an issue for most people, but you can look it up easily enough. There are migration tools as well. See https://stackoverflow.com/a/23139871/5947043 for a quick summary of the 1.x -> 2.x path – ADyson Apr 16 '18 at 12:24
-
I want to create plugin, where "base" jQuery is in 1.12 version. I'm thinking about use jQ v3 as additional script (use only with calendar) but I'm afraid about website size. – IceManSpy Apr 17 '18 at 12:58
1 Answers
2
Such information can usually be found the the changelog.
v3.0.0 (2016-09-04)
[...]
jQuery: minimum support raised to v2.0.0
So the latest version of FullCalendar that supports jQuery 1.12 is probably 2.9.1.
But be aware that jQuery 1.12 is very old and does not get any updates anymore. You should have a very good reason to stick with such an outdated version.

str
- 42,689
- 17
- 109
- 127