CHANGELOG.txt 50 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312
  1. v3.9.0 (2018-03-04)
  2. -------------------
  3. - Bootstrap 4 support (#4032, #4065, thx @GeekJosh)
  4. - add OptionsInput to the fullcalendar.d.ts exports (#4040, #4006)
  5. - columnHeaderFormat/columnHeaderHtml/columnHeaderText in .d.ts file (#4061, #4085)
  6. - list-view auto-height not working (#3346, #4071, thx @WhatTheBuild)
  7. - bump momentjs minimum version to 2.20.1, for locale fixes (#4014)
  8. - swedish week header translation fix (#4082)
  9. - dutch year translation (#4069)
  10. v3.8.2 (2018-01-30)
  11. -------------------
  12. Bugfixes:
  13. - Fix TypeScript definitions file with strictNullChecks (#4035)
  14. v3.8.1 (2018-01-28)
  15. -------------------
  16. Bugfixes:
  17. - TypeScript definition file not compatible with noImplicitAny (#4017)
  18. - ES6 classes are not supported for grid class (#3437)
  19. - day numbers in month view should be localized (#3339)
  20. - select helper is resizable, causes js error (#3764)
  21. - selecting over existing select helper causes js error (#4031)
  22. - eventOrder doesn't work on custom fields (#3950)
  23. - aria label on button icons (#4023)
  24. - dynamic option changes to select/overlap/allow doesn't cause rerender
  25. Locales:
  26. - added Georgian (#3994)
  27. - added Bosnian (#4029)
  28. v3.8.0 (2017-12-18)
  29. -------------------
  30. - new settings for month/agenda/basic views (#3078):
  31. - `columnHeaderFormat` (renamed from `columnFormat`)
  32. - `columnHeaderText`
  33. - `columnHeaderHtml`
  34. - TypeScript definition file (fullcalendar.d.ts) included in npm package (#3889)
  35. - codebase using SASS, though not taking advantage of it yet (#3463)
  36. - codebase fully ported to TypeScript / Webpack
  37. - Afrikaans locale fix (#3862)
  38. v3.7.0 (2017-11-13)
  39. -------------------
  40. Bugfixes:
  41. - `render` method does not re-adjust calendar dimension (#3893)
  42. - when custom view navigates completely into hidden weekends, JS error ([scheduler-375])
  43. Other:
  44. - in themes.html demo, fixed broken Bootswatch themes (#3917)
  45. - moved JavaScript codebase over to TypeScript
  46. (same external API; embedded typedefs coming soon)
  47. [scheduler-375]: https://github.com/fullcalendar/fullcalendar-scheduler/issues/375
  48. v3.6.2 (2017-10-23)
  49. -------------------
  50. Bugfixes:
  51. - Google Calendar event sources not calling `loading` callback (#3884)
  52. - `eventDataTransform` w/ eventConstraint shouldn't be called during event resizing (#3859)
  53. - `navLinks` would go to the previously navigated date (#3869)
  54. - `nowIndicator` arrow would repeatedly render (#3872)
  55. - fc-content-skeleton DOM element would repeatedly render on navigation in agenda view
  56. v3.6.1 (2017-10-11)
  57. -------------------
  58. Bugfixes:
  59. - JSON feed event sources always requesting current page (#3865)
  60. - multi-day events appearing multiple times in more+ popover (#3856)
  61. v3.6.0 (2017-10-10)
  62. -------------------
  63. Features:
  64. - `agendaEventMinHeight` for guaranteeing height (#961, #3788) thx @Stafie
  65. - `columnHeader` can be set to `false` to hide headings (#3438, #3787) thx @caseyjhol
  66. - export all View classes (#2851, #3831)
  67. - `updateEvent`, update complex attributes (#2864)
  68. - Albanian locale (#3847) thx @alensaqe
  69. Bugfixes:
  70. - objects used as non-standard Event properties ignored by `updateEvent` (#3839)
  71. - listDay error if event goes over period (#3843)
  72. - `validDays` with `hiddenDays`, js error when no days active (#3846)
  73. - json feed Event Source object no longer has `url` property (#3845)
  74. - `updateEvent`, allDay to timed, when no end, wrong end date (#3144)
  75. - `removeEvents` by `_id` stopped working (#3828)
  76. - correct `this` context in FuncEventSource (#3848) thx @declspec
  77. - js event not received in unselect callback when selecting another cell (#3832)
  78. Incompatibilities:
  79. - The `viewRender` callback might now be fired AFTER events have been rendered
  80. to the DOM. However, the eventRender/eventAfterRender/eventAfterAllRender callbacks
  81. will always be fired after `viewRender`, just as before.
  82. - The internal `Grid` class (accessed via `$.fullCalendar.Grid`) has been removed.
  83. For monkeypatching, use DayGrid/TimeGrid directly.
  84. v3.5.1 (2017-09-06)
  85. -------------------
  86. - fixed loading trigger not firing (#3810)
  87. - fixed overaggressively fetching events, on option changes (#3820)
  88. - fixed event object `date` property being discarded (tho still parsed) (#3819)
  89. - fixed event object `_id` property being discarded (#3811)
  90. v3.5.0 (2017-08-30)
  91. -------------------
  92. Features:
  93. - Bootstrap 3 theme support (#2334, #3566)
  94. - via `themeSystem: 'bootstrap3'` (the `theme` option is deprecated)
  95. - new `bootstrapGlyphicons` option
  96. - jQuery UI "Cupertino" theme no longer included in zip archive
  97. - improved theme switcher on demo page (#1436)
  98. (big thanks to @joankaradimov)
  99. - 25% event rendering performance improvement across the board (#2524)
  100. - console message for unknown method/calendar (#3253)
  101. - Serbian cyrilic/latin (#3656)
  102. - available via Packagist (#2999, #3617)
  103. Bugfixes:
  104. - slot time label invisible when minTime starts out of alignment (#2786)
  105. - bug with inverse-background event rendering when out of range (#3652)
  106. - wrongly disabled prev/next when current date outside of validRange (#3686, #3651)
  107. - updateEvent, error when changing allDay from false to true (#3518)
  108. - updateEvent doesn't support ID changes (#2928)
  109. - Promise then method doesn't forward result (#3744)
  110. - Korean typo (#3693)
  111. - fixed switching from any view to listview, eventAfterRender isn't called (#3751)
  112. Incompatibilities:
  113. - Event Objects obtained from clientEvents or various callbacks are no longer
  114. references to internally used objects. Rather, they are static object copies.
  115. - `clientEvents` method no longer returns events in same order as received.
  116. Do not depend on order.
  117. v3.4.0 (2017-04-27)
  118. -------------------
  119. - composer.json for Composer (PHP package manager) (#3617)
  120. - fix toISOString for locales with non-trivial postformatting (#3619)
  121. - fix for nested inverse-background events (#3609)
  122. - Estonian locale (#3600)
  123. - fixed Latvian localization (#3525)
  124. - internal refactor of async systems
  125. v3.3.1 (2017-04-01)
  126. -------------------
  127. Bugfixes:
  128. - stale calendar title when navigate away from then back to the a view (#3604)
  129. - js error when gotoDate immediately after calendar initialization (#3598)
  130. - agenda view scrollbars causes misalignment in jquery 3.2.1 (#3612)
  131. - navigation bug when trying to navigate to a day of another week (#3610)
  132. - dateIncrement not working when duration and dateIncrement have different units
  133. v3.3.0 (2017-03-23)
  134. -------------------
  135. Features:
  136. - `visibleRange` - complete control over view's date range (#2847, #3105, #3245)
  137. - `validRange` - restrict date range (#429)
  138. - `changeView` - pass in a date or visibleRange as second param (#3366)
  139. - `dateIncrement` - customize prev/next jump (#2710)
  140. - `dateAlignment` - custom view alignment, like start-of-week (#3113)
  141. - `dayCount` - force a fixed number-of-days, even with hiddenDays (#2753)
  142. - `showNonCurrentDates` - option to hide day cells for prev/next months (#437)
  143. - can define a defaultView with a duration/visibleRange/dayCount with needing
  144. to create a custom view in the `views` object. Known as a "Generic View".
  145. Behavior Changes:
  146. - when custom view is specified with duration `{days:7}`,
  147. it will no longer align with the start of the week. (#2847)
  148. - when `gotoDate` is called on a custom view with a duration of multiple days,
  149. the view will always shift to begin with the given date. (#3515)
  150. Bugfixes:
  151. - event rendering when excessive `minTime`/`maxTime` (#2530)
  152. - event dragging not shown when excessive `minTime`/`maxTime` (#3055)
  153. - excessive `minTime`/`maxTime` not reflected in event fetching (#3514)
  154. - when minTime is negative, or maxTime beyond 24 hours, when event data is requested
  155. via a function or a feed, the given data params will have time parts.
  156. - external event dragging via touchpunch broken (#3544)
  157. - can't make an immediate new selection after existing selection, with mouse.
  158. introduced in v3.2.0 (#3558)
  159. v3.2.0 (2017-02-14)
  160. -------------------
  161. Features:
  162. - `selectMinDistance`, threshold before a mouse selection begins (#2428)
  163. Bugfixes:
  164. - iOS 10, unwanted scrolling while dragging events/selection (#3403)
  165. - dayClick triggered when swiping on touch devices (#3332)
  166. - dayClick not functioning on Firefix mobile (#3450)
  167. - title computed incorrectly for views with no weekends (#2884)
  168. - unwanted scrollbars in month-view when non-integer width (#3453, #3444)
  169. - incorrect date formatting for locales with non-standlone month/day names (#3478)
  170. - date formatting, incorrect omission of trailing period for certain locales (#2504, #3486)
  171. - formatRange should collapse same week numbers (#3467)
  172. - Taiwanese locale updated (#3426)
  173. - Finnish noEventsMessage updated (#3476)
  174. - Croatian (hr) buttonText is blank (#3270)
  175. - JSON feed PHP example, date range math bug (#3485)
  176. v3.1.0 (2016-12-05)
  177. -------------------
  178. - experimental support for implicitly batched ("debounced") event rendering (#2938)
  179. - `eventRenderWait` (off by default)
  180. - new `footer` option, similar to header toolbar (#654, #3299)
  181. - event rendering batch methods (#3351):
  182. - `renderEvents`
  183. - `updateEvents`
  184. - more granular touch settings (#3377):
  185. - `eventLongPressDelay`
  186. - `selectLongPressDelay`
  187. - eventDestroy not called when removing the popover (#3416, #3419)
  188. - print stylesheet and gcal extension now offered as minified (#3415)
  189. - fc-today in agenda header cells (#3361, #3365)
  190. - height-related options in tandem with other options (#3327, #3384)
  191. - Kazakh locale (#3394)
  192. - Afrikaans locale (#3390)
  193. - internal refactor related to timing of rendering and firing handlers.
  194. calls to rerender the current date-range and events from within handlers
  195. might not execute immediately. instead, will execute after handler finishes.
  196. v3.0.1 (2016-09-26)
  197. -------------------
  198. Bugfixes:
  199. - list view rendering event times incorrectly (#3334)
  200. - list view rendering events/days out of order (#3347)
  201. - events with no title rendering as "undefined"
  202. - add .fc scope to table print styles (#3343)
  203. - "display no events" text fix for German (#3354)
  204. v3.0.0 (2016-09-04)
  205. -------------------
  206. Features:
  207. - List View (#560)
  208. - new views: `listDay`, `listWeek`, `listMonth`, `listYear`, and simply `list`
  209. - `listDayFormat`
  210. - `listDayAltFormat`
  211. - `noEventsMessage`
  212. - Clickable day/week numbers for easier navigation (#424)
  213. - `navLinks`
  214. - `navLinkDayClick`
  215. - `navLinkWeekClick`
  216. - Programmatically allow/disallow user interactions:
  217. - `eventAllow` (#2740)
  218. - `selectAllow` (#2511)
  219. - Option to display week numbers in cells (#3024)
  220. - `weekNumbersWithinDays` (set to `true` to activate)
  221. - When week calc is ISO, default first day-of-week to Monday (#3255)
  222. - Macedonian locale (#2739)
  223. - Malay locale
  224. Breaking Changes:
  225. - IE8 support dropped
  226. - jQuery: minimum support raised to v2.0.0
  227. - MomentJS: minimum support raised to v2.9.0
  228. - `lang` option renamed to `locale`
  229. - dist files have been renamed to be more consistent with MomentJS:
  230. - `lang/` -> `locale/`
  231. - `lang-all.js` -> `locale-all.js`
  232. - behavior of moment methods no longer affected by ambiguousness:
  233. - `isSame`
  234. - `isBefore`
  235. - `isAfter`
  236. - View-Option-Hashes no longer supported (deprecated in 2.2.4)
  237. - removed `weekMode` setting
  238. - removed `axisFormat` setting
  239. - DOM structure of month/basic-view day cell numbers changed
  240. Bugfixes:
  241. - `$.fullCalendar.version` incorrect (#3292)
  242. Build System:
  243. - using gulp instead of grunt (faster)
  244. - using npm internally for dependencies instead of bower
  245. - changed repo directory structure
  246. v2.9.1 (2016-07-31)
  247. -------------------
  248. - multiple definitions for businessHours (#2686)
  249. - businessHours for single day doesn't display weekends (#2944)
  250. - height/contentHeight can accept a function or 'parent' for dynamic value (#3271)
  251. - fix +more popover clipped by overflow (#3232)
  252. - fix +more popover positioned incorrectly when scrolled (#3137)
  253. - Norwegian Nynorsk translation (#3246)
  254. - fix isAnimating JS error (#3285)
  255. v2.9.0 (2016-07-10)
  256. -------------------
  257. - Setters for (almost) all options (#564).
  258. See [docs](http://fullcalendar.io/docs/utilities/dynamic_options/) for more info.
  259. - Travis CI improvements (#3266)
  260. v2.8.0 (2016-06-19)
  261. -------------------
  262. - getEventSources method (#3103, #2433)
  263. - getEventSourceById method (#3223)
  264. - refetchEventSources method (#3103, #1328, #254)
  265. - removeEventSources method (#3165, #948)
  266. - prevent flicker when refetchEvents is called (#3123, #2558)
  267. - fix for removing event sources that share same URL (#3209)
  268. - jQuery 3 support (#3197, #3124)
  269. - Travis CI integration (#3218)
  270. - EditorConfig for promoting consistent code style (#141)
  271. - use en dash when formatting ranges (#3077)
  272. - height:auto always shows scrollbars in month view on FF (#3202)
  273. - new languages:
  274. - Basque (#2992)
  275. - Galician (#194)
  276. - Luxembourgish (#2979)
  277. v2.7.3 (2016-06-02)
  278. -------------------
  279. internal enhancements that plugins can benefit from:
  280. - EventEmitter not correctly working with stopListeningTo
  281. - normalizeEvent hook for manipulating event data
  282. v2.7.2 (2016-05-20)
  283. -------------------
  284. - fixed desktops/laptops with touch support not accepting mouse events for
  285. dayClick/dragging/resizing (#3154, #3149)
  286. - fixed dayClick incorrectly triggered on touch scroll (#3152)
  287. - fixed touch event dragging wrongfully beginning upon scrolling document (#3160)
  288. - fixed minified JS still contained comments
  289. - UI change: mouse users must hover over an event to reveal its resizers
  290. v2.7.1 (2016-05-01)
  291. -------------------
  292. - dayClick not firing on touch devices (#3138)
  293. - icons for prev/next not working in MS Edge (#2852)
  294. - fix bad languages troubles with firewalls (#3133, #3132)
  295. - update all dev dependencies (#3145, #3010, #2901, #251)
  296. - git-ignore npm debug logs (#3011)
  297. - misc automated test updates (#3139, #3147)
  298. - Google Calendar htmlLink not always defined (#2844)
  299. v2.7.0 (2016-04-23)
  300. -------------------
  301. touch device support (#994):
  302. - smoother scrolling
  303. - interactions initiated via "long press":
  304. - event drag-n-drop
  305. - event resize
  306. - time-range selecting
  307. - `longPressDelay`
  308. v2.6.1 (2016-02-17)
  309. -------------------
  310. - make `nowIndicator` positioning refresh on window resize
  311. v2.6.0 (2016-01-07)
  312. -------------------
  313. - current time indicator (#414)
  314. - bundled with most recent version of moment (2.11.0)
  315. - UMD wrapper around lang files now handles commonjs (#2918)
  316. - fix bug where external event dragging would not respect eventOverlap
  317. - fix bug where external event dropping would not render the whole-day highlight
  318. v2.5.0 (2015-11-30)
  319. -------------------
  320. - internal timezone refactor. fixes #2396, #2900, #2945, #2711
  321. - internal "grid" system refactor. improved API for plugins.
  322. v2.4.0 (2015-08-16)
  323. -------------------
  324. - add new buttons to the header via `customButtons` ([225])
  325. - control stacking order of events via `eventOrder` ([364])
  326. - control frequency of slot text via `slotLabelInterval` ([946])
  327. - `displayEventTime` ([1904])
  328. - `on` and `off` methods ([1910])
  329. - renamed `axisFormat` to `slotLabelFormat`
  330. [225]: https://code.google.com/p/fullcalendar/issues/detail?id=225
  331. [364]: https://code.google.com/p/fullcalendar/issues/detail?id=364
  332. [946]: https://code.google.com/p/fullcalendar/issues/detail?id=946
  333. [1904]: https://code.google.com/p/fullcalendar/issues/detail?id=1904
  334. [1910]: https://code.google.com/p/fullcalendar/issues/detail?id=1910
  335. v2.3.2 (2015-06-14)
  336. -------------------
  337. - minor code adjustment in preparation for plugins
  338. v2.3.1 (2015-03-08)
  339. -------------------
  340. - Fix week view column title for en-gb ([PR220])
  341. - Publish to NPM ([2447])
  342. - Detangle bower from npm package ([PR179])
  343. [PR220]: https://github.com/arshaw/fullcalendar/pull/220
  344. [2447]: https://code.google.com/p/fullcalendar/issues/detail?id=2447
  345. [PR179]: https://github.com/arshaw/fullcalendar/pull/179
  346. v2.3.0 (2015-02-21)
  347. -------------------
  348. - internal refactoring in preparation for other views
  349. - businessHours now renders on whole-days in addition to timed areas
  350. - events in "more" popover not sorted by time ([2385])
  351. - avoid using moment's deprecated zone method ([2443])
  352. - destroying the calendar sometimes causes all window resize handlers to be unbound ([2432])
  353. - multiple calendars on one page, can't accept external elements after navigating ([2433])
  354. - accept external events from jqui sortable ([1698])
  355. - external jqui drop processed before reverting ([1661])
  356. - IE8 fix: month view renders incorrectly ([2428])
  357. - IE8 fix: eventLimit:true wouldn't activate "more" link ([2330])
  358. - IE8 fix: dragging an event with an href
  359. - IE8 fix: invisible element while dragging agenda view events
  360. - IE8 fix: erratic external element dragging
  361. [2385]: https://code.google.com/p/fullcalendar/issues/detail?id=2385
  362. [2443]: https://code.google.com/p/fullcalendar/issues/detail?id=2443
  363. [2432]: https://code.google.com/p/fullcalendar/issues/detail?id=2432
  364. [2433]: https://code.google.com/p/fullcalendar/issues/detail?id=2433
  365. [1698]: https://code.google.com/p/fullcalendar/issues/detail?id=1698
  366. [1661]: https://code.google.com/p/fullcalendar/issues/detail?id=1661
  367. [2428]: https://code.google.com/p/fullcalendar/issues/detail?id=2428
  368. [2330]: https://code.google.com/p/fullcalendar/issues/detail?id=2330
  369. v2.2.7 (2015-02-10)
  370. -------------------
  371. - view.title wasn't defined in viewRender callback ([2407])
  372. - FullCalendar versions >= 2.2.5 brokenness with Moment versions <= 2.8.3 ([2417])
  373. - Support Bokmal Norwegian language specifically ([2427])
  374. [2407]: https://code.google.com/p/fullcalendar/issues/detail?id=2407
  375. [2417]: https://code.google.com/p/fullcalendar/issues/detail?id=2417
  376. [2427]: https://code.google.com/p/fullcalendar/issues/detail?id=2427
  377. v2.2.6 (2015-01-11)
  378. -------------------
  379. - Compatibility with Moment v2.9. Was breaking GCal plugin ([2408])
  380. - View object's `title` property mistakenly omitted ([2407])
  381. - Single-day views with hiddens days could cause prev/next misbehavior ([2406])
  382. - Don't let the current date ever be a hidden day (solves [2395])
  383. - Hebrew locale ([2157])
  384. [2408]: https://code.google.com/p/fullcalendar/issues/detail?id=2408
  385. [2407]: https://code.google.com/p/fullcalendar/issues/detail?id=2407
  386. [2406]: https://code.google.com/p/fullcalendar/issues/detail?id=2406
  387. [2395]: https://code.google.com/p/fullcalendar/issues/detail?id=2395
  388. [2157]: https://code.google.com/p/fullcalendar/issues/detail?id=2157
  389. v2.2.5 (2014-12-30)
  390. -------------------
  391. - `buttonText` specified for custom views via the `views` option
  392. - bugfix: wrong default value, couldn't override default
  393. - feature: default value taken from locale
  394. v2.2.4 (2014-12-29)
  395. -------------------
  396. - Arbitrary durations for basic/agenda views with the `views` option ([692])
  397. - Specify view-specific options using the `views` option. fixes [2283]
  398. - Deprecate view-option-hashes
  399. - Formalize and expose View API ([1055])
  400. - updateEvent method, more intuitive behavior. fixes [2194]
  401. [692]: https://code.google.com/p/fullcalendar/issues/detail?id=692
  402. [2283]: https://code.google.com/p/fullcalendar/issues/detail?id=2283
  403. [1055]: https://code.google.com/p/fullcalendar/issues/detail?id=1055
  404. [2194]: https://code.google.com/p/fullcalendar/issues/detail?id=2194
  405. v2.2.3 (2014-11-26)
  406. -------------------
  407. - removeEventSource with Google Calendar object source, would not remove ([2368])
  408. - Events with invalid end dates are still accepted and rendered ([2350], [2237], [2296])
  409. - Bug when rendering business hours and navigating away from original view ([2365])
  410. - Links to Google Calendar events will use current timezone ([2122])
  411. - Google Calendar plugin works with timezone names that have spaces
  412. - Google Calendar plugin accepts person email addresses as calendar IDs
  413. - Internally use numeric sort instead of alphanumeric sort ([2370])
  414. [2368]: https://code.google.com/p/fullcalendar/issues/detail?id=2368
  415. [2350]: https://code.google.com/p/fullcalendar/issues/detail?id=2350
  416. [2237]: https://code.google.com/p/fullcalendar/issues/detail?id=2237
  417. [2296]: https://code.google.com/p/fullcalendar/issues/detail?id=2296
  418. [2365]: https://code.google.com/p/fullcalendar/issues/detail?id=2365
  419. [2122]: https://code.google.com/p/fullcalendar/issues/detail?id=2122
  420. [2370]: https://code.google.com/p/fullcalendar/issues/detail?id=2370
  421. v2.2.2 (2014-11-19)
  422. -------------------
  423. - Fixes to Google Calendar API V3 code
  424. - wouldn't recognize a lone-string Google Calendar ID if periods before the @ symbol
  425. - removeEventSource wouldn't work when given a Google Calendar ID
  426. v2.2.1 (2014-11-19)
  427. -------------------
  428. - Migrate Google Calendar plugin to use V3 of the API ([1526])
  429. [1526]: https://code.google.com/p/fullcalendar/issues/detail?id=1526
  430. v2.2.0 (2014-11-14)
  431. -------------------
  432. - Background events. Event object's `rendering` property ([144], [1286])
  433. - `businessHours` option ([144])
  434. - Controlling where events can be dragged/resized and selections can go ([396], [1286], [2253])
  435. - `eventOverlap`, `selectOverlap`, and similar
  436. - `eventConstraint`, `selectConstraint`, and similar
  437. - Improvements to dragging and dropping external events ([2004])
  438. - Associating with real event data. used with `eventReceive`
  439. - Associating a `duration`
  440. - Performance boost for moment creation
  441. - Be aware, FullCalendar-specific methods now attached directly to global moment.fn
  442. - Helps with [issue 2259][2259]
  443. - Reintroduced forgotten `dropAccept` option ([2312])
  444. [144]: https://code.google.com/p/fullcalendar/issues/detail?id=144
  445. [396]: https://code.google.com/p/fullcalendar/issues/detail?id=396
  446. [1286]: https://code.google.com/p/fullcalendar/issues/detail?id=1286
  447. [2004]: https://code.google.com/p/fullcalendar/issues/detail?id=2004
  448. [2253]: https://code.google.com/p/fullcalendar/issues/detail?id=2253
  449. [2259]: https://code.google.com/p/fullcalendar/issues/detail?id=2259
  450. [2312]: https://code.google.com/p/fullcalendar/issues/detail?id=2312
  451. v2.1.1 (2014-08-29)
  452. -------------------
  453. - removeEventSource not working with array ([2203])
  454. - mouseout not triggered after mouseover+updateEvent ([829])
  455. - agenda event's render with no <a> href, not clickable ([2263])
  456. [2203]: https://code.google.com/p/fullcalendar/issues/detail?id=2203
  457. [829]: https://code.google.com/p/fullcalendar/issues/detail?id=829
  458. [2263]: https://code.google.com/p/fullcalendar/issues/detail?id=2263
  459. v2.1.0 (2014-08-25)
  460. -------------------
  461. Large code refactor with better OOP, better code reuse, and more comments.
  462. **No more reliance on jQuery UI** for event dragging, resizing, or anything else.
  463. Significant changes to HTML/CSS skeleton:
  464. - Leverages tables for liquid rendering of days and events. No costly manual repositioning ([809])
  465. - **Backwards-incompatibilities**:
  466. - **Many classNames have changed. Custom CSS will likely need to be adjusted.**
  467. - IE7 definitely not supported anymore
  468. - In `eventRender` callback, `element` will not be attached to DOM yet
  469. - Events are styled to be one line by default ([1992]). Can be undone through custom CSS,
  470. but not recommended (might get gaps [like this][111] in certain situations).
  471. A "more..." link when there are too many events on a day ([304]). Works with month and basic views
  472. as well as the all-day section of the agenda views. New options:
  473. - `eventLimit`. a number or `true`
  474. - `eventLimitClick`. the `"popover`" value will reveal all events in a raised panel (the default)
  475. - `eventLimitText`
  476. - `dayPopoverFormat`
  477. Changes related to height and scrollbars:
  478. - `aspectRatio`/`height`/`contentHeight` values will be honored *no matter what*
  479. - If too many events causing too much vertical space, scrollbars will be used ([728]).
  480. This is default behavior for month view (**backwards-incompatibility**)
  481. - If too few slots in agenda view, view will stretch to be the correct height ([2196])
  482. - `'auto'` value for `height`/`contentHeight` options. If content is too tall, the view will
  483. vertically stretch to accomodate and no scrollbars will be used ([521]).
  484. - Tall weeks in month view will borrow height from other weeks ([243])
  485. - Automatically scroll the view then dragging/resizing an event ([1025], [2078])
  486. - New `fixedWeekCount` option to determines the number of weeks in month view
  487. - Supersedes `weekMode` (**deprecated**). Instead, use a combination of `fixedWeekCount` and
  488. one of the height options, possibly with an `'auto'` value
  489. Much nicer, glitch-free rendering of calendar *for printers* ([35]). Things you might not expect:
  490. - Buttons will become hidden
  491. - Agenda views display a flat list of events where the time slots would be
  492. Other issues resolved along the way:
  493. - Space on right side of agenda events configurable through CSS ([204])
  494. - Problem with window resize ([259])
  495. - Events sorting stays consistent across weeks ([510])
  496. - Agenda's columns misaligned on wide screens ([511])
  497. - Run `selectHelper` through `eventRender` callbacks ([629])
  498. - Keyboard access, tabbing ([637])
  499. - Run resizing events through `eventRender` ([714])
  500. - Resize an event to a different day in agenda views ([736])
  501. - Allow selection across days in agenda views ([778])
  502. - Mouseenter delegated event not working on event elements ([936])
  503. - Agenda event dragging, snapping to different columns is erratic ([1101])
  504. - Android browser cuts off Day view at 8 PM with no scroll bar ([1203])
  505. - Don't fire `eventMouseover`/`eventMouseout` while dragging/resizing ([1297])
  506. - Customize the resize handle text ("=") ([1326])
  507. - If agenda event is too short, don't overwrite `.fc-event-time` ([1700])
  508. - Zooming calendar causes events to misalign ([1996])
  509. - Event destroy callback on event removal ([2017])
  510. - Agenda views, when RTL, should have axis on right ([2132])
  511. - Make header buttons more accessibile ([2151])
  512. - daySelectionMousedown should interpret OSX ctrl+click as a right mouse click ([2169])
  513. - Best way to display time text on multi-day events *with times* ([2172])
  514. - Eliminate table use for header layout ([2186])
  515. - Event delegation used for event-related callbacks (like `eventClick`). Speedier.
  516. [35]: https://code.google.com/p/fullcalendar/issues/detail?id=35
  517. [204]: https://code.google.com/p/fullcalendar/issues/detail?id=204
  518. [243]: https://code.google.com/p/fullcalendar/issues/detail?id=243
  519. [259]: https://code.google.com/p/fullcalendar/issues/detail?id=259
  520. [304]: https://code.google.com/p/fullcalendar/issues/detail?id=304
  521. [510]: https://code.google.com/p/fullcalendar/issues/detail?id=510
  522. [511]: https://code.google.com/p/fullcalendar/issues/detail?id=511
  523. [521]: https://code.google.com/p/fullcalendar/issues/detail?id=521
  524. [629]: https://code.google.com/p/fullcalendar/issues/detail?id=629
  525. [637]: https://code.google.com/p/fullcalendar/issues/detail?id=637
  526. [714]: https://code.google.com/p/fullcalendar/issues/detail?id=714
  527. [728]: https://code.google.com/p/fullcalendar/issues/detail?id=728
  528. [736]: https://code.google.com/p/fullcalendar/issues/detail?id=736
  529. [778]: https://code.google.com/p/fullcalendar/issues/detail?id=778
  530. [809]: https://code.google.com/p/fullcalendar/issues/detail?id=809
  531. [936]: https://code.google.com/p/fullcalendar/issues/detail?id=936
  532. [1025]: https://code.google.com/p/fullcalendar/issues/detail?id=1025
  533. [1101]: https://code.google.com/p/fullcalendar/issues/detail?id=1101
  534. [1203]: https://code.google.com/p/fullcalendar/issues/detail?id=1203
  535. [1297]: https://code.google.com/p/fullcalendar/issues/detail?id=1297
  536. [1326]: https://code.google.com/p/fullcalendar/issues/detail?id=1326
  537. [1700]: https://code.google.com/p/fullcalendar/issues/detail?id=1700
  538. [1992]: https://code.google.com/p/fullcalendar/issues/detail?id=1992
  539. [1996]: https://code.google.com/p/fullcalendar/issues/detail?id=1996
  540. [2017]: https://code.google.com/p/fullcalendar/issues/detail?id=2017
  541. [2078]: https://code.google.com/p/fullcalendar/issues/detail?id=2078
  542. [2132]: https://code.google.com/p/fullcalendar/issues/detail?id=2132
  543. [2151]: https://code.google.com/p/fullcalendar/issues/detail?id=2151
  544. [2169]: https://code.google.com/p/fullcalendar/issues/detail?id=2169
  545. [2172]: https://code.google.com/p/fullcalendar/issues/detail?id=2172
  546. [2186]: https://code.google.com/p/fullcalendar/issues/detail?id=2186
  547. [2196]: https://code.google.com/p/fullcalendar/issues/detail?id=2196
  548. [111]: https://code.google.com/p/fullcalendar/issues/detail?id=111
  549. v2.0.3 (2014-08-15)
  550. -------------------
  551. - moment-2.8.1 compatibility ([2221])
  552. - relative path in bower.json ([PR 117])
  553. - upgraded jquery-ui and misc dev dependencies
  554. [2221]: https://code.google.com/p/fullcalendar/issues/detail?id=2221
  555. [PR 117]: https://github.com/arshaw/fullcalendar/pull/177
  556. v2.0.2 (2014-06-24)
  557. -------------------
  558. - bug with persisting addEventSource calls ([2191])
  559. - bug with persisting removeEvents calls with an array source ([2187])
  560. - bug with removeEvents method when called with 0 removes all events ([2082])
  561. [2191]: https://code.google.com/p/fullcalendar/issues/detail?id=2191
  562. [2187]: https://code.google.com/p/fullcalendar/issues/detail?id=2187
  563. [2082]: https://code.google.com/p/fullcalendar/issues/detail?id=2082
  564. v2.0.1 (2014-06-15)
  565. -------------------
  566. - `delta` parameters reintroduced in `eventDrop` and `eventResize` handlers ([2156])
  567. - **Note**: this changes the argument order for `revertFunc`
  568. - wrongfully triggering a windowResize when resizing an agenda view event ([1116])
  569. - `this` values in event drag-n-drop/resize handlers consistently the DOM node ([1177])
  570. - `displayEventEnd` - v2 workaround to force display of an end time ([2090])
  571. - don't modify passed-in eventSource items ([954])
  572. - destroy method now removes fc-ltr class ([2033])
  573. - weeks of last/next month still visible when weekends are hidden ([2095])
  574. - fixed memory leak when destroying calendar with selectable/droppable ([2137])
  575. - Icelandic language ([2180])
  576. - Bahasa Indonesia language ([PR 172])
  577. [1116]: https://code.google.com/p/fullcalendar/issues/detail?id=1116
  578. [1177]: https://code.google.com/p/fullcalendar/issues/detail?id=1177
  579. [2090]: https://code.google.com/p/fullcalendar/issues/detail?id=2090
  580. [954]: https://code.google.com/p/fullcalendar/issues/detail?id=954
  581. [2033]: https://code.google.com/p/fullcalendar/issues/detail?id=2033
  582. [2095]: https://code.google.com/p/fullcalendar/issues/detail?id=2095
  583. [2137]: https://code.google.com/p/fullcalendar/issues/detail?id=2137
  584. [2156]: https://code.google.com/p/fullcalendar/issues/detail?id=2156
  585. [2180]: https://code.google.com/p/fullcalendar/issues/detail?id=2180
  586. [PR 172]: https://github.com/arshaw/fullcalendar/pull/172
  587. v2.0.0 (2014-06-01)
  588. -------------------
  589. Internationalization support, timezone support, and [MomentJS] integration. Extensive changes, many
  590. of which are backwards incompatible.
  591. [Full list of changes][Upgrading-to-v2] | [Affected Issues][Date-Milestone]
  592. An automated testing framework has been set up ([Karma] + [Jasmine]) and tests have been written
  593. which cover about half of FullCalendar's functionality. Special thanks to @incre-d, @vidbina, and
  594. @sirrocco for the help.
  595. In addition, the main development repo has been repurposed to also include the built distributable
  596. JS/CSS for the project and will serve as the new [Bower] endpoint.
  597. [MomentJS]: http://momentjs.com/
  598. [Upgrading-to-v2]: http://arshaw.com/fullcalendar/wiki/Upgrading-to-v2/
  599. [Date-Milestone]: https://code.google.com/p/fullcalendar/issues/list?can=1&q=milestone%3Ddate
  600. [Karma]: http://karma-runner.github.io/
  601. [Jasmine]: http://jasmine.github.io/
  602. [Bower]: http://bower.io/
  603. v1.6.4 (2013-09-01)
  604. -------------------
  605. - better algorithm for positioning timed agenda events ([1115])
  606. - `slotEventOverlap` option to tweak timed agenda event overlapping ([218])
  607. - selection bug when slot height is customized ([1035])
  608. - supply view argument in `loading` callback ([1018])
  609. - fixed week number not displaying in agenda views ([1951])
  610. - fixed fullCalendar not initializing with no options ([1356])
  611. - NPM's `package.json`, no more warnings or errors ([1762])
  612. - building the bower component should output `bower.json` instead of `component.json` ([PR 125])
  613. - use bower internally for fetching new versions of jQuery and jQuery UI
  614. [1115]: https://code.google.com/p/fullcalendar/issues/detail?id=1115
  615. [218]: https://code.google.com/p/fullcalendar/issues/detail?id=218
  616. [1035]: https://code.google.com/p/fullcalendar/issues/detail?id=1035
  617. [1018]: https://code.google.com/p/fullcalendar/issues/detail?id=1018
  618. [1951]: https://code.google.com/p/fullcalendar/issues/detail?id=1951
  619. [1356]: https://code.google.com/p/fullcalendar/issues/detail?id=1356
  620. [1762]: https://code.google.com/p/fullcalendar/issues/detail?id=1762
  621. [PR 125]: https://github.com/arshaw/fullcalendar/pull/125
  622. v1.6.3 (2013-08-10)
  623. -------------------
  624. - `viewRender` callback ([PR 15])
  625. - `viewDestroy` callback ([PR 15])
  626. - `eventDestroy` callback ([PR 111])
  627. - `handleWindowResize` option ([PR 54])
  628. - `eventStartEditable`/`startEditable` options ([PR 49])
  629. - `eventDurationEditable`/`durationEditable` options ([PR 49])
  630. - specify function for `$.ajax` `data` parameter for JSON event sources ([PR 59])
  631. - fixed bug with agenda event dropping in wrong column ([PR 55])
  632. - easier event element z-index customization ([PR 58])
  633. - classNames on past/future days ([PR 88])
  634. - allow `null`/`undefined` event titles ([PR 84])
  635. - small optimize for agenda event rendering ([PR 56])
  636. - deprecated:
  637. - `viewDisplay`
  638. - `disableDragging`
  639. - `disableResizing`
  640. - bundled with latest jQuery (1.10.2) and jQuery UI (1.10.3)
  641. [PR 15]: https://github.com/arshaw/fullcalendar/pull/15
  642. [PR 111]: https://github.com/arshaw/fullcalendar/pull/111
  643. [PR 54]: https://github.com/arshaw/fullcalendar/pull/54
  644. [PR 49]: https://github.com/arshaw/fullcalendar/pull/49
  645. [PR 59]: https://github.com/arshaw/fullcalendar/pull/59
  646. [PR 55]: https://github.com/arshaw/fullcalendar/pull/55
  647. [PR 58]: https://github.com/arshaw/fullcalendar/pull/58
  648. [PR 88]: https://github.com/arshaw/fullcalendar/pull/88
  649. [PR 84]: https://github.com/arshaw/fullcalendar/pull/84
  650. [PR 56]: https://github.com/arshaw/fullcalendar/pull/56
  651. v1.6.2 (2013-07-18)
  652. -------------------
  653. - `hiddenDays` option ([686])
  654. - bugfix: when `eventRender` returns `false`, incorrect stacking of events ([762])
  655. - bugfix: couldn't change `event.backgroundImage` when calling `updateEvent` (thx @stephenharris)
  656. [686]: https://code.google.com/p/fullcalendar/issues/detail?id=686
  657. [762]: https://code.google.com/p/fullcalendar/issues/detail?id=762
  658. v1.6.1 (2013-04-14)
  659. -------------------
  660. - fixed event inner content overflow bug ([1783])
  661. - fixed table header className bug [1772]
  662. - removed text-shadow on events (better for general use, thx @tkrotoff)
  663. [1783]: https://code.google.com/p/fullcalendar/issues/detail?id=1783
  664. [1772]: https://code.google.com/p/fullcalendar/issues/detail?id=1772
  665. v1.6.0 (2013-03-18)
  666. -------------------
  667. - visual facelift, with bootstrap-inspired buttons and colors
  668. - simplified HTML/CSS for events and buttons
  669. - `dayRender`, for modifying a day cell ([191], thx @althaus)
  670. - week numbers on side of calendar ([295])
  671. - `weekNumber`
  672. - `weekNumberCalculation`
  673. - `weekNumberTitle`
  674. - `W` formatting variable
  675. - finer snapping granularity for agenda view events ([495], thx @ms-doodle-com)
  676. - `eventAfterAllRender` ([753], thx @pdrakeweb)
  677. - `eventDataTransform` (thx @joeyspo)
  678. - `data-date` attributes on cells (thx @Jae)
  679. - expose `$.fullCalendar.dateFormatters`
  680. - when clicking fast on buttons, prevent text selection
  681. - bundled with latest jQuery (1.9.1) and jQuery UI (1.10.2)
  682. - Grunt/Lumbar build system for internal development
  683. - build for Bower package manager
  684. - build for jQuery plugin site
  685. [191]: https://code.google.com/p/fullcalendar/issues/detail?id=191
  686. [295]: https://code.google.com/p/fullcalendar/issues/detail?id=295
  687. [495]: https://code.google.com/p/fullcalendar/issues/detail?id=495
  688. [753]: https://code.google.com/p/fullcalendar/issues/detail?id=753
  689. v1.5.4 (2012-09-05)
  690. -------------------
  691. - made compatible with jQuery 1.8.* (thx @archaeron)
  692. - bundled with jQuery 1.8.1 and jQuery UI 1.8.23
  693. v1.5.3 (2012-02-06)
  694. -------------------
  695. - fixed dragging issue with jQuery UI 1.8.16 ([1168])
  696. - bundled with jQuery 1.7.1 and jQuery UI 1.8.17
  697. [1168]: https://code.google.com/p/fullcalendar/issues/detail?id=1168
  698. v1.5.2 (2011-08-21)
  699. -------------------
  700. - correctly process UTC "Z" ISO8601 date strings ([750])
  701. [750]: https://code.google.com/p/fullcalendar/issues/detail?id=750
  702. v1.5.1 (2011-04-09)
  703. -------------------
  704. - more flexible ISO8601 date parsing ([814])
  705. - more flexible parsing of UNIX timestamps ([826])
  706. - FullCalendar now buildable from source on a Mac ([795])
  707. - FullCalendar QA'd in FF4 ([883])
  708. - upgraded to jQuery 1.5.2 (which supports IE9) and jQuery UI 1.8.11
  709. [814]: https://code.google.com/p/fullcalendar/issues/detail?id=814
  710. [826]: https://code.google.com/p/fullcalendar/issues/detail?id=826
  711. [795]: https://code.google.com/p/fullcalendar/issues/detail?id=795
  712. [883]: https://code.google.com/p/fullcalendar/issues/detail?id=883
  713. v1.5 (2011-03-19)
  714. -----------------
  715. - slicker default styling for buttons
  716. - reworked a lot of the calendar's HTML and accompanying CSS (solves [327] and [395])
  717. - more printer-friendly (fullcalendar-print.css)
  718. - fullcalendar now inherits styles from jquery-ui themes differently.
  719. styles for buttons are distinct from styles for calendar cells.
  720. (solves [299])
  721. - can now color events through FullCalendar options and Event-Object properties ([117])
  722. THIS IS NOW THE PREFERRED METHOD OF COLORING EVENTS (as opposed to using className and CSS)
  723. - FullCalendar options:
  724. - eventColor (changes both background and border)
  725. - eventBackgroundColor
  726. - eventBorderColor
  727. - eventTextColor
  728. - Event-Object options:
  729. - color (changes both background and border)
  730. - backgroundColor
  731. - borderColor
  732. - textColor
  733. - can now specify an event source as an *object* with a `url` property (json feed) or
  734. an `events` property (function or array) with additional properties that will
  735. be applied to the entire event source:
  736. - color (changes both background and border)
  737. - backgroudColor
  738. - borderColor
  739. - textColor
  740. - className
  741. - editable
  742. - allDayDefault
  743. - ignoreTimezone
  744. - startParam (for a feed)
  745. - endParam (for a feed)
  746. - ANY OF THE JQUERY $.ajax OPTIONS
  747. allows for easily changing from GET to POST and sending additional parameters ([386])
  748. allows for easily attaching ajax handlers such as `error` ([754])
  749. allows for turning caching on ([355])
  750. - Google Calendar feeds are now specified differently:
  751. - specify a simple string of your feed's URL
  752. - specify an *object* with a `url` property of your feed's URL.
  753. you can include any of the new Event-Source options in this object.
  754. - the old `$.fullCalendar.gcalFeed` method still works
  755. - no more IE7 SSL popup ([504])
  756. - remove `cacheParam` - use json event source `cache` option instead
  757. - latest jquery/jquery-ui
  758. [327]: https://code.google.com/p/fullcalendar/issues/detail?id=327
  759. [395]: https://code.google.com/p/fullcalendar/issues/detail?id=395
  760. [299]: https://code.google.com/p/fullcalendar/issues/detail?id=299
  761. [117]: https://code.google.com/p/fullcalendar/issues/detail?id=117
  762. [386]: https://code.google.com/p/fullcalendar/issues/detail?id=386
  763. [754]: https://code.google.com/p/fullcalendar/issues/detail?id=754
  764. [355]: https://code.google.com/p/fullcalendar/issues/detail?id=355
  765. [504]: https://code.google.com/p/fullcalendar/issues/detail?id=504
  766. v1.4.11 (2011-02-22)
  767. --------------------
  768. - fixed rerenderEvents bug ([790])
  769. - fixed bug with faulty dragging of events from all-day slot in agenda views
  770. - bundled with jquery 1.5 and jquery-ui 1.8.9
  771. [790]: https://code.google.com/p/fullcalendar/issues/detail?id=790
  772. v1.4.10 (2011-01-02)
  773. --------------------
  774. - fixed bug with resizing event to different week in 5-day month view ([740])
  775. - fixed bug with events not sticking after a removeEvents call ([757])
  776. - fixed bug with underlying parseTime method, and other uses of parseInt ([688])
  777. [740]: https://code.google.com/p/fullcalendar/issues/detail?id=740
  778. [757]: https://code.google.com/p/fullcalendar/issues/detail?id=757
  779. [688]: https://code.google.com/p/fullcalendar/issues/detail?id=688
  780. v1.4.9 (2010-11-16)
  781. -------------------
  782. - new algorithm for vertically stacking events ([111])
  783. - resizing an event to a different week ([306])
  784. - bug: some events not rendered with consecutive calls to addEventSource ([679])
  785. [111]: https://code.google.com/p/fullcalendar/issues/detail?id=111
  786. [306]: https://code.google.com/p/fullcalendar/issues/detail?id=306
  787. [679]: https://code.google.com/p/fullcalendar/issues/detail?id=679
  788. v1.4.8 (2010-10-16)
  789. -------------------
  790. - ignoreTimezone option (set to `false` to process UTC offsets in ISO8601 dates)
  791. - bugfixes
  792. - event refetching not being called under certain conditions ([417], [554])
  793. - event refetching being called multiple times under certain conditions ([586], [616])
  794. - selection cannot be triggered by right mouse button ([558])
  795. - agenda view left axis sized incorrectly ([465])
  796. - IE js error when calendar is too narrow ([517])
  797. - agenda view looks strange when no scrollbars ([235])
  798. - improved parsing of ISO8601 dates with UTC offsets
  799. - $.fullCalendar.version
  800. - an internal refactor of the code, for easier future development and modularity
  801. [417]: https://code.google.com/p/fullcalendar/issues/detail?id=417
  802. [554]: https://code.google.com/p/fullcalendar/issues/detail?id=554
  803. [586]: https://code.google.com/p/fullcalendar/issues/detail?id=586
  804. [616]: https://code.google.com/p/fullcalendar/issues/detail?id=616
  805. [558]: https://code.google.com/p/fullcalendar/issues/detail?id=558
  806. [465]: https://code.google.com/p/fullcalendar/issues/detail?id=465
  807. [517]: https://code.google.com/p/fullcalendar/issues/detail?id=517
  808. [235]: https://code.google.com/p/fullcalendar/issues/detail?id=235
  809. v1.4.7 (2010-07-05)
  810. -------------------
  811. - "dropping" external objects onto the calendar
  812. - droppable (boolean, to turn on/off)
  813. - dropAccept (to filter which events the calendar will accept)
  814. - drop (trigger)
  815. - selectable options can now be specified with a View Option Hash
  816. - bugfixes
  817. - dragged & reverted events having wrong time text ([406])
  818. - bug rendering events that have an endtime with seconds, but no hours/minutes ([477])
  819. - gotoDate date overflow bug ([429])
  820. - wrong date reported when clicking on edge of last column in agenda views [412]
  821. - support newlines in event titles
  822. - select/unselect callbacks now passes native js event
  823. [406]: https://code.google.com/p/fullcalendar/issues/detail?id=406
  824. [477]: https://code.google.com/p/fullcalendar/issues/detail?id=477
  825. [429]: https://code.google.com/p/fullcalendar/issues/detail?id=429
  826. [412]: https://code.google.com/p/fullcalendar/issues/detail?id=412
  827. v1.4.6 (2010-05-31)
  828. -------------------
  829. - "selecting" days or timeslots
  830. - options: selectable, selectHelper, unselectAuto, unselectCancel
  831. - callbacks: select, unselect
  832. - methods: select, unselect
  833. - when dragging an event, the highlighting reflects the duration of the event
  834. - code compressing by Google Closure Compiler
  835. - bundled with jQuery 1.4.2 and jQuery UI 1.8.1
  836. v1.4.5 (2010-02-21)
  837. -------------------
  838. - lazyFetching option, which can force the calendar to fetch events on every view/date change
  839. - scroll state of agenda views are preserved when switching back to view
  840. - bugfixes
  841. - calling methods on an uninitialized fullcalendar throws error
  842. - IE6/7 bug where an entire view becomes invisible ([320])
  843. - error when rendering a hidden calendar (in jquery ui tabs for example) in IE ([340])
  844. - interconnected bugs related to calendar resizing and scrollbars
  845. - when switching views or clicking prev/next, calendar would "blink" ([333])
  846. - liquid-width calendar's events shifted (depending on initial height of browser) ([341])
  847. - more robust underlying algorithm for calendar resizing
  848. [320]: https://code.google.com/p/fullcalendar/issues/detail?id=320
  849. [340]: https://code.google.com/p/fullcalendar/issues/detail?id=340
  850. [333]: https://code.google.com/p/fullcalendar/issues/detail?id=333
  851. [341]: https://code.google.com/p/fullcalendar/issues/detail?id=341
  852. v1.4.4 (2010-02-03)
  853. -------------------
  854. - optimized event rendering in all views (events render in 1/10 the time)
  855. - gotoDate() does not force the calendar to unnecessarily rerender
  856. - render() method now correctly readjusts height
  857. v1.4.3 (2009-12-22)
  858. -------------------
  859. - added destroy method
  860. - Google Calendar event pages respect currentTimezone
  861. - caching now handled by jQuery's ajax
  862. - protection from setting aspectRatio to zero
  863. - bugfixes
  864. - parseISO8601 and DST caused certain events to display day before
  865. - button positioning problem in IE6
  866. - ajax event source removed after recently being added, events still displayed
  867. - event not displayed when end is an empty string
  868. - dynamically setting calendar height when no events have been fetched, throws error
  869. v1.4.2 (2009-12-02)
  870. -------------------
  871. - eventAfterRender trigger
  872. - getDate & getView methods
  873. - height & contentHeight options (explicitly sets the pixel height)
  874. - minTime & maxTime options (restricts shown hours in agenda view)
  875. - getters [for all options] and setters [for height, contentHeight, and aspectRatio ONLY! stay tuned..]
  876. - render method now readjusts calendar's size
  877. - bugfixes
  878. - lightbox scripts that use iframes (like fancybox)
  879. - day-of-week classNames were off when firstDay=1
  880. - guaranteed space on right side of agenda events (even when stacked)
  881. - accepts ISO8601 dates with a space (instead of 'T')
  882. v1.4.1 (2009-10-31)
  883. -------------------
  884. - can exclude weekends with new 'weekends' option
  885. - gcal feed 'currentTimezone' option
  886. - bugfixes
  887. - year/month/date option sometimes wouldn't set correctly (depending on current date)
  888. - daylight savings issue caused agenda views to start at 1am (for BST users)
  889. - cleanup of gcal.js code
  890. v1.4 (2009-10-19)
  891. -----------------
  892. - agendaWeek and agendaDay views
  893. - added some options for agenda views:
  894. - allDaySlot
  895. - allDayText
  896. - firstHour
  897. - slotMinutes
  898. - defaultEventMinutes
  899. - axisFormat
  900. - modified some existing options/triggers to work with agenda views:
  901. - dragOpacity and timeFormat can now accept a "View Hash" (a new concept)
  902. - dayClick now has an allDay parameter
  903. - eventDrop now has an an allDay parameter
  904. (this will affect those who use revertFunc, adjust parameter list)
  905. - added 'prevYear' and 'nextYear' for buttons in header
  906. - minor change for theme users, ui-state-hover not applied to active/inactive buttons
  907. - added event-color-changing example in docs
  908. - better defaults for right-to-left themed button icons
  909. v1.3.2 (2009-10-13)
  910. -------------------
  911. - Bugfixes (please upgrade from 1.3.1!)
  912. - squashed potential infinite loop when addMonths and addDays
  913. is called with an invalid date
  914. - $.fullCalendar.parseDate() now correctly parses IETF format
  915. - when switching views, the 'today' button sticks inactive, fixed
  916. - gotoDate now can accept a single Date argument
  917. - documentation for changes in 1.3.1 and 1.3.2 now on website
  918. v1.3.1 (2009-09-30)
  919. -------------------
  920. - Important Bugfixes (please upgrade from 1.3!)
  921. - When current date was late in the month, for long months, and prev/next buttons
  922. were clicked in month-view, some months would be skipped/repeated
  923. - In certain time zones, daylight savings time would cause certain days
  924. to be misnumbered in month-view
  925. - Subtle change in way week interval is chosen when switching from month to basicWeek/basicDay view
  926. - Added 'allDayDefault' option
  927. - Added 'changeView' and 'render' methods
  928. v1.3 (2009-09-21)
  929. -----------------
  930. - different 'views': month/basicWeek/basicDay
  931. - more flexible 'header' system for buttons
  932. - themable by jQuery UI themes
  933. - resizable events (require jQuery UI resizable plugin)
  934. - rescoped & rewritten CSS, enhanced default look
  935. - cleaner css & rendering techniques for right-to-left
  936. - reworked options & API to support multiple views / be consistent with jQuery UI
  937. - refactoring of entire codebase
  938. - broken into different JS & CSS files, assembled w/ build scripts
  939. - new test suite for new features, uses firebug-lite
  940. - refactored docs
  941. - Options
  942. - + date
  943. - + defaultView
  944. - + aspectRatio
  945. - + disableResizing
  946. - + monthNames (use instead of $.fullCalendar.monthNames)
  947. - + monthNamesShort (use instead of $.fullCalendar.monthAbbrevs)
  948. - + dayNames (use instead of $.fullCalendar.dayNames)
  949. - + dayNamesShort (use instead of $.fullCalendar.dayAbbrevs)
  950. - + theme
  951. - + buttonText
  952. - + buttonIcons
  953. - x draggable -> editable/disableDragging
  954. - x fixedWeeks -> weekMode
  955. - x abbrevDayHeadings -> columnFormat
  956. - x buttons/title -> header
  957. - x eventDragOpacity -> dragOpacity
  958. - x eventRevertDuration -> dragRevertDuration
  959. - x weekStart -> firstDay
  960. - x rightToLeft -> isRTL
  961. - x showTime (use 'allDay' CalEvent property instead)
  962. - Triggered Actions
  963. - + eventResizeStart
  964. - + eventResizeStop
  965. - + eventResize
  966. - x monthDisplay -> viewDisplay
  967. - x resize -> windowResize
  968. - 'eventDrop' params changed, can revert if ajax cuts out
  969. - CalEvent Properties
  970. - x showTime -> allDay
  971. - x draggable -> editable
  972. - 'end' is now INCLUSIVE when allDay=true
  973. - 'url' now produces a real <a> tag, more native clicking/tab behavior
  974. - Methods:
  975. - + renderEvent
  976. - x prevMonth -> prev
  977. - x nextMonth -> next
  978. - x prevYear/nextYear -> moveDate
  979. - x refresh -> rerenderEvents/refetchEvents
  980. - x removeEvent -> removeEvents
  981. - x getEventsByID -> clientEvents
  982. - Utilities:
  983. - 'formatDate' format string completely changed (inspired by jQuery UI datepicker + datejs)
  984. - 'formatDates' added to support date-ranges
  985. - Google Calendar Options:
  986. - x draggable -> editable
  987. - Bugfixes
  988. - gcal extension fetched 25 results max, now fetches all
  989. v1.2.1 (2009-06-29)
  990. -------------------
  991. - bugfixes
  992. - allows and corrects invalid end dates for events
  993. - doesn't throw an error in IE while rendering when display:none
  994. - fixed 'loading' callback when used w/ multiple addEventSource calls
  995. - gcal className can now be an array
  996. v1.2 (2009-05-31)
  997. -----------------
  998. - expanded API
  999. - 'className' CalEvent attribute
  1000. - 'source' CalEvent attribute
  1001. - dynamically get/add/remove/update events of current month
  1002. - locale improvements: change month/day name text
  1003. - better date formatting ($.fullCalendar.formatDate)
  1004. - multiple 'event sources' allowed
  1005. - dynamically add/remove event sources
  1006. - options for prevYear and nextYear buttons
  1007. - docs have been reworked (include addition of Google Calendar docs)
  1008. - changed behavior of parseDate for number strings
  1009. (now interpets as unix timestamp, not MS times)
  1010. - bugfixes
  1011. - rightToLeft month start bug
  1012. - off-by-one errors with month formatting commands
  1013. - events from previous months sticking when clicking prev/next quickly
  1014. - Google Calendar API changed to work w/ multiple event sources
  1015. - can also provide 'className' and 'draggable' options
  1016. - date utilties moved from $ to $.fullCalendar
  1017. - more documentation in source code
  1018. - minified version of fullcalendar.js
  1019. - test suit (available from svn)
  1020. - top buttons now use `<button>` w/ an inner `<span>` for better css cusomization
  1021. - thus CSS has changed. IF UPGRADING FROM PREVIOUS VERSIONS,
  1022. UPGRADE YOUR FULLCALENDAR.CSS FILE
  1023. v1.1 (2009-05-10)
  1024. -----------------
  1025. - Added the following options:
  1026. - weekStart
  1027. - rightToLeft
  1028. - titleFormat
  1029. - timeFormat
  1030. - cacheParam
  1031. - resize
  1032. - Fixed rendering bugs
  1033. - Opera 9.25 (events placement & window resizing)
  1034. - IE6 (window resizing)
  1035. - Optimized window resizing for ALL browsers
  1036. - Events on same day now sorted by start time (but first by timespan)
  1037. - Correct z-index when dragging
  1038. - Dragging contained in overflow DIV for IE6
  1039. - Modified fullcalendar.css
  1040. - for right-to-left support
  1041. - for variable start-of-week
  1042. - for IE6 resizing bug
  1043. - for THEAD and TBODY (in 1.0, just used TBODY, restructured in 1.1)
  1044. - IF UPGRADING FROM FULLCALENDAR 1.0, YOU MUST UPGRADE FULLCALENDAR.CSS