Fullcalendar: v4.0.0-beta.2 Release

Release date:
February 6, 2019
Previous version:
v4.0.0-alpha.4 (released January 11, 2019)
Magnitude:
8,441 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

171 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored January 19, 2019
Authored February 3, 2019
Authored January 31, 2019
Authored January 18, 2019
Authored January 16, 2019
Authored January 28, 2019
Authored January 29, 2019
Authored January 30, 2019
Authored January 28, 2019
Authored January 23, 2019
Authored January 28, 2019
Authored January 18, 2019
Authored January 28, 2019
Authored January 17, 2019
Authored January 24, 2019
Authored January 29, 2019
Authored January 28, 2019
Authored January 28, 2019
Authored January 18, 2019
Authored January 30, 2019
Authored February 5, 2019
Authored January 17, 2019
Authored January 30, 2019
Authored January 20, 2019
Authored February 3, 2019
Authored February 1, 2019
Authored January 20, 2019
Authored January 30, 2019
Authored February 4, 2019
Authored January 24, 2019
Authored January 26, 2019
Authored January 19, 2019
Authored January 25, 2019
Authored January 29, 2019

Top Contributors in v4.0.0-beta.2

arshaw

Directory Browser for v4.0.0-beta.2

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

BIG changes since last alpha release: (see https://fullcalendar.io/docs/v4/release-notes for more info) - all functionality is broken up into plugins - changed the names of many views (ex: agendaWeek -> timeGridWeek) - changed the names of the npm packages (ex: @fullcalendar/core) - technique for initializing a calendar (and using plugins) has changed - SuperAgent is no longer needed - Bootstrap 3 theme support dropped - jQuery UI theme support dropped - Bower support dropped - Composer support temporarily dropped - a new npm-run based dev workflow - bundled via Rollup (instead of Webpack)

Smaller changes since last alpha release: - no need to specify timeZoneImpl setting. simply use luxon or moment-timezone plugin instead - agendaEventMinHeight renamed to timeGridEventMinHeight - for registering a custom view use createPlugin instead of defineView - groupByDatesAndResources and groupByResources removed. Use datesAboveResources instead - removed the deprecated theme settings. use themeSystem instead - for Boostrap 4 theme support, specify themeSystem: 'boostrap' instead of ('bootstrap4')

Really obscure changes: - MAX_TIMELINE_SLOTS moved to (packageRoot).config.MAX_TIMELINE_SLOTS - touchMouseIgnoreWait moved to (packageRoot).config.touchMouseIgnoreWait - dataAttrPrefix moved to (packageRoot).config.dataAttrPrefix