yii2fullcalendar icon indicating copy to clipboard operation
yii2fullcalendar copied to clipboard

Fullcalendar v4 released, will be supported?

Open matteo-cerioni opened this issue 5 years ago • 7 comments

matteo-cerioni avatar Mar 28 '19 14:03 matteo-cerioni

From Fullcalendar Blog Article A year after the project first began, version 4 is finally released. A tremendous amount of work went into it. To summarize the advancements over v3:

  • jQuery has been removed
  • Moment has been removed and time zones have been rethought
  • The API is more modern
  • Functionality is broken into lightweight plugins
  • Plugins have been added for recurring events, Moment, and Luxon
  • Touch interactions and scrolling work better
  • Lots of internal refactoring that has already made development much faster

V4 Release Notes and Upgrade Guide

matteo-cerioni avatar Mar 28 '19 15:03 matteo-cerioni

yes will migrate to the new version - release planned for easter

philippfrenzel avatar Apr 17 '19 13:04 philippfrenzel

New version 4.0.2 doesn't have correct paths to bower files. See: Fullcalendar v4.0.2 and your AssetBundle + moment package is not installed, you must require it in composer.json.

hamrak avatar Apr 24 '19 08:04 hamrak

Moment JS dependency has been removed, i suggest to remove the MomentAsset dependency from CoreAsset

matteo-cerioni avatar Apr 24 '19 08:04 matteo-cerioni

Thanks, will remove it

philippfrenzel avatar Apr 25 '19 07:04 philippfrenzel

In v4 bower paths are changed because the functionalities were splitted in plugins. Loading scripts : https://fullcalendar.io/docs/initialize-globals Plugin Index: https://fullcalendar.io/docs/plugin-index

matteo-cerioni avatar Apr 26 '19 08:04 matteo-cerioni

@philippfrenzel Is there an update on this?

dsdobrzynski avatar Jun 12 '23 21:06 dsdobrzynski