dakala / fullcalendar

Fork of Fullcalendar Drupal 8 module
3 stars 9 forks source link

question about fullcalendar.make #2

Closed Lowell20 closed 8 years ago

Lowell20 commented 8 years ago

is this obsolete or are you using it. it is referencing fullcalendar-1.6.0 which version are we working with? it looks like the current version is 2.7.3

dakala commented 8 years ago

It needs to be updated to the current version which is 2.7.3. That's what I think we should be targeting bearing in mind the warning on the project page on d.o. (https://www.drupal.org/project/fullcalendar):

"WARNING: The module has only been tested with the 1.5.x version of the jQuery plugin. The 2.0.x version has shown some issues, consider using the older versions."

Lowell20 commented 8 years ago

it looks like we are using jquery 2.1.4, right?

dakala commented 8 years ago

Yes, that's correct. If you look in my fullcalendar.services.yml you'll notice that I'm not using their version of jquery for now. The core/jquery dependency takes care of it. If we get the calendar displaying and discover we need their version, that shouldn't be a problem.

Lowell20 commented 8 years ago

Yes, it is good to have a baseline understanding. We are now looking at the same versions.