Changelog History
Page 5
-
v4.0.0-beta.4
February 06, 2019 -
v4.0.0-beta.3
February 06, 2019 -
v4.0.0-beta.2 Changes
February 06, 2019๐ 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 totimeGridEventMinHeight
- ๐ for registering a custom view use
createPlugin
instead ofdefineView
- ๐
groupByDatesAndResources
andgroupByResources
removed. UsedatesAboveResources
instead - โ removed the deprecated
theme
settings. usethemeSystem
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
-
v4.0.0-alpha.4 Changes
January 11, 2019API changes:
- in
eventDrop
callback, theprevEvent
property has been renamed tooldEvent
๐ bugfixes that preexisted v4
- ๐ฎ forceEventDuration takes wrong duration when switching between all day and timed event (#4097)
- first day in View, event spans from previous day ignoring nextDayThreshold (#3943)
- eventResize helper element should go through eventDestroy (#3543)
- set touchstart listeners as passive (#4149)
๐ bugfixes for regressions: #4363, #4422, #4331, #4342, #4416, #4333, #4350, #4348, #4149, #4444
๐ also, all bugfixes from v3.10.0 have been merged
- in
-
v4.0.0-alpha.3 Changes
December 22, 2018๐ Changes since last alpha release:
- ๐ Calendar::getView method removed. Use Calendar::view property instead
- the event JSON feed property
extraData
has been renamedextraParams
- the external Draggable property
time
has been renamedstartTime
- the constraint setting can accept an array of objects
- MonthView class is no longer exposed. Has been rolled into BasicView,
which is exposed instead.
Regressions from v3: #4421, #4420
More info:
๐ https://fullcalendar.io/blog/2018/12/alpha-release-scheduler-support
๐ https://fullcalendar.io/docs/v4/release-notes -
v3.10.2 Changes
May 19, 2020 -
v3.10.1
August 10, 2019 -
v3.10.0 Changes
January 11, 2019POTENTIALLY BREAKING CHANGE:
๐ฆ The jquery and moment packages have been moved to peerDependencies. If you are using
NPM to install fullcalendar, you'll need to explicitly add jquery and moment as
dependencies of your project. NPM will not install them automatically. (#4136, #4233)๐ New Features:
- events from a Google Calendar event source will receive extended props (#4123)
- export more classes and util functions (#4124)
- ๐ new locales: zh-hk (#4266), be (#4274)
๐ Bugfixes:
- not accepting dayClicks/selects because of overflow-x:hidden on html/body (#3615)
- event end time not displayed when duration is one slot, in agenda view (#3049)
- switching views before event fetch resolves, JS error (#3689)
- single-day allDay event not showing when time is specified (#3854)
- prev button doesn't work when previous days are hidden by hiddenDays and dayCount
is greater than dateIncrement (#4202) - calendar locale not used in all moments objects (#4174)
- background event background color does not completely fill cells in Chrome (#4145)
- provide a delta for eventResize when resizing from start (#4135)
- IE11 memory leak from not removing handler correctly (#4311)
- ๐ make touchstart handlers passive (#4087)
- ๐ fixed typescript definition for: eventAllow (#4243), selectAllow (#4319)
- ๐ fixed locales: de (#4197, #4371), hu (#4203), tr (#4312), ja (#4329)
-
v3.9.0 Changes
March 04, 2018- ๐ Bootstrap 4 support (#4032, #4065, thx @GeekJosh)
- โ add OptionsInput to the fullcalendar.d.ts exports (#4040, #4006)
- columnHeaderFormat/columnHeaderHtml/columnHeaderText in .d.ts file (#4061, #4085)
- list-view auto-height not working (#3346, #4071, thx @WhatTheBuild)
- โฌ๏ธ bump momentjs minimum version to 2.20.1, for locale fixes (#4014)
- ๐ swedish week header translation fix (#4082)
- ๐ dutch year translation (#4069)
-
v3.8.2 Changes
January 30, 2018๐ Bugfixes:
- ๐ Fix TypeScript definitions file with strictNullChecks (#4035)