Closed solomax closed 3 years ago
@sebfz1 ping :)
Thanks! I'll do it tomorrow or Saturday! :)
On Thu, Jun 17, 2021, 20:45 Martin Grigorov @.***> wrote:
@.**** approved this pull request.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sebfz1/wicket-jquery-ui/pull/335#pullrequestreview-686203133, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANDHGDL7WRE7KEDGN3DJLLTTHN4PANCNFSM46YKTR3A .
Hi Maxim, deployed 9.3.2-SNAPSHOT
.
I tried removing the dependency to moment.js
but it didn't worked. I'll try to investigate...
I you think it's good to be released, I will release 9.3.2
...
Thanks for the SNAPSHOT @sebfz1 !
weird enough this file https://github.com/sebfz1/wicket-jquery-ui/blob/wicket9.x/wicket-jquery-ui-calendar/src/main/resources/com/googlecode/wicket/jquery/ui/calendar/resource/fullcalendar.js still has old version :(
moment.js is not required since v4 https://fullcalendar.io/docs/v4/upgrading-from-v3
Both v4 and v5 introduces breaking changes https://fullcalendar.io/docs/upgrading-from-v4
So I guess it worth to migrate to v5 directly ...
I deployed the snapshot from another branch from your commit. I will merge as soon as you confirm it's working as expected....
everything works as expected, thanks! :)
Hello @sebfz1,
could you lease create SNAPSHOT with this version? :)
BTW latest version of fullcalendar is 5.7.2, new version has no dependencies to
jquery
,jquery-ui
andmoment.js
shall I try to create PR with update to this version? or maybe you have time for this? :)