Releases: fullcalendar/fullcalendar
Releases · fullcalendar/fullcalendar
v3.8.1
Bugfixes:
- Typescript definition file not compatible with noImplicitAny (#4017)
- ES6 classes are not supported for grid class (#3437)
- day numbers in month view should be localized (#3339)
- select helper is resizable, causes js error (#3764)
- selecting over existing select helper causes js error (#4031)
- eventOrder doesn't work on custom fields (#3950)
- aria label on button icons (#4023)
- dynamic option changes to select/overlap/allow doesn't cause rerender
Locales:
v3.8.0
- new settings for month/agenda/basic views (#3078):
columnHeaderFormat(renamed fromcolumnFormat)columnHeaderTextcolumnHeaderHtml
- TypeScript definition file (fullcalendar.d.ts) included in npm package (#3889)
- codebase using SASS, though not taking advantage of it yet (#3463)
- codebase fully ported to TypeScript / Webpack
- Afrikaans locale fix (#3862)
v3.7.0
Bugfixes:
rendermethod does not re-adjust calendar dimension (#3893)- when custom view navigates completely into hidden weekends, JS error (scheduler-375)
Other:
- in themes.html demo, fixed broken Bootswatch themes (#3917)
- moved JavaScript codebase over to TypeScript
(same external API; embedded typedefs coming soon)
v3.6.2
Bugfixes:
- Google Calendar event sources not calling
loadingcallback (#3884) eventDataTransformw/ eventConstraint shouldn't be called during event resizing (#3859)navLinkswould go to the previously navigated date (#3869)nowIndicatorarrow would repeatedly render (#3872)- fc-content-skeleton DOM element would repeatedly render on navigation in agenda view
v3.6.1
v3.6.0
Features:
agendaEventMinHeightfor guaranteeing height (#961, #3788) thx @StafiecolumnHeadercan be set tofalseto hide headings (#3438, #3787) thx @caseyjhol- export all View classes (#2851, #3831)
updateEvent, update complex attributes (#2864)- Albanian locale (#3847) thx @alensaqe
Bugfixes:
- objects used as non-standard Event properties ignored by
updateEvent(#3839) - listDay error if event goes over period (#3843)
validDayswithhiddenDays, js error when no days active (#3846)- json feed Event Source object no longer has
urlproperty (#3845) updateEvent, allDay to timed, when no end, wrong end date (#3144)removeEventsby_idstopped working (#3828)- correct
thiscontext in FuncEventSource (#3848) thx @declspec - js event not received in unselect callback when selecting another cell (#3832)
Incompatibilities:
- The
viewRendercallback might now be fired AFTER events have been rendered
to the DOM. However, the eventRender/eventAfterRender/eventAfterAllRender callbacks
will always be fired afterviewRender, just as before. - The internal
Gridclass (accessed via$.fullCalendar.Grid) has been removed.
For monkeypatching, use DayGrid/TimeGrid directly.
v3.5.1
v3.5.0
Features:
- Bootstrap 3 theme support (#2334, #3566)
- (big thanks to @joankaradimov)
- via
themeSystem: 'bootstrap3'(thethemeoption is deprecated) - new
bootstrapGlyphiconsoption - jQuery UI "Cupertino" theme no longer included in zip archive
- improved theme switcher on demo page (#1436)
- 25% event rendering performance improvement across the board (#2524)
- console message for unknown method/calendar (#3253)
- Serbian cyrilic/latin (#3656)
- available via Packagist (#2999, #3617)
Bugfixes:
- slot time label invisible when minTime starts out of alignment (#2786)
- bug with inverse-background event rendering when out of range (#3652)
- wrongly disabled prev/next when current date outside of validRange (#3686, #3651)
- updateEvent, error when changing allDay from false to true (#3518)
- updateEvent doesn't support ID changes (#2928)
- Promise then method doesn't forward result (#3744)
- Korean typo (#3693)
Incompatibilities:
- Event Objects obtained from
clientEventsor various callbacks are no longer
references to internally used objects. Rather, they are static object copies.
v3.4.0
v3.3.1
Bugfixes:
- stale calendar title when navigate away from then back to the a view (#3604)
- js error when gotoDate immediately after calendar initialization (#3598)
- agenda view scrollbars causes misalignment in jquery 3.2.1 (#3612)
- navigation bug when trying to navigate to a day of another week (#3610)
- dateIncrement not working when duration and dateIncrement have different units