jQuery.Fullcalendar
1.6.4
See the version list below for details.
dotnet add package jQuery.Fullcalendar --version 1.6.4
NuGet\Install-Package jQuery.Fullcalendar -Version 1.6.4
<PackageReference Include="jQuery.Fullcalendar" Version="1.6.4" />
paket add jQuery.Fullcalendar --version 1.6.4
#r "nuget: jQuery.Fullcalendar, 1.6.4"
// Install jQuery.Fullcalendar as a Cake Addin #addin nuget:?package=jQuery.Fullcalendar&version=1.6.4 // Install jQuery.Fullcalendar as a Cake Tool #tool nuget:?package=jQuery.Fullcalendar&version=1.6.4
A full-sized, drag and drop calendar for jQuery
Fullcalendar is Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
Copyright (c) 2011 Adam Shaw (http://arshaw.com/)
Learn more about Target Frameworks and .NET Standard.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on jQuery.Fullcalendar:
Package | Downloads |
---|---|
FullCalendar.MVC5
FullCalendarMVC is an ASP.NET MVC HTML helper for FullCalendar. |
|
FullCalendar.MVC4
FullCalendarMVC is an ASP.NET MVC HTML helper for FullCalendar. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.9.0 | 146,168 | 4/17/2018 |
3.8.2 | 29,785 | 2/16/2018 |
3.8.0 | 4,130 | 12/21/2017 |
3.5.1 | 19,292 | 10/6/2017 |
3.4.0 | 9,292 | 8/22/2017 |
3.3.1 | 27,350 | 4/14/2017 |
3.0.0 | 137,617 | 9/13/2016 |
2.9.1 | 6,593 | 8/25/2016 |
2.4.0 | 82,927 | 9/15/2015 |
1.6.4 | 279,582 | 9/4/2013 |
1.6.1 | 31,530 | 5/15/2013 |
1.6.0 | 3,189 | 3/19/2013 |
1.5.4 | 5,156 | 10/25/2012 |
1.5.3.2 | 5,808 | 8/14/2012 |
version 1.6.4 (9/1/13)
- better algorithm for positioning timed agenda events (issue 1115)
- `slotEventOverlap` option to tweak timed agenda event overlapping (issue 218)
- selection bug when slot height is customized (issue 1035)
- supply view argument in `loading` callback (issue 1018)
- fixed week number not displaying in agenda views (issue 1951)
- fixed fullCalendar not initializing with no options (issue 1356)
- NPM's package.json, no more warnings or errors (issue 1762)
- building the bower component should output bower.json instead of component.json (PR 125)
- use bower internally for fetching new versions of jQuery and jQuery UI
version 1.6.3 (8/10/13)
- viewRender callback (PR 15)
- viewDestroy callback (PR 15)
- eventDestroy callback (PR 111)
- handleWindowResize option (PR 54)
- eventStartEditable/startEditable options (PR 49)
- eventDurationEditable/durationEditable options (PR 49)
- specify function for $.ajax `data` parameter for JSON event sources (PR 59)
- fixed bug with agenda event dropping in wrong column (PR 55)
- easier event element z-index customization (PR 58)
- classNames on past/future days (PR 88)
- allow null/undefined event titles (PR 84)
- small optimize for agenda event rendering (PR 56)
- deprecated:
- viewDisplay
- disableDragging
- disableResizing
- bundled with latest jQuery (1.10.2) and jQuery UI (1.10.3)
version 1.6.2 (7/18/13)
- hiddenDays option (issue 686)
- bugfix: when eventRender returns false, incorrect stacking of events (issue 762)
- bugfix: couldn't change event.backgroundImage when calling updateEvent (thx stephenharris)