changelog.txt 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
  1. v2.0.3 (2014-08-15)
  2. -------------------
  3. - moment-2.8.1 compatibility ([2221])
  4. - relative path in bower.json ([PR 117])
  5. - upgraded jquery-ui and misc dev dependencies
  6. [2221]: https://code.google.com/p/fullcalendar/issues/detail?id=2221
  7. [PR 117]: https://github.com/arshaw/fullcalendar/pull/177
  8. v2.0.2 (2014-06-24)
  9. -------------------
  10. - bug with persisting addEventSource calls ([2191])
  11. - bug with persisting removeEvents calls with an array source ([2187])
  12. - bug with removeEvents method when called with 0 removes all events ([2082])
  13. [2191]: https://code.google.com/p/fullcalendar/issues/detail?id=2191
  14. [2187]: https://code.google.com/p/fullcalendar/issues/detail?id=2187
  15. [2082]: https://code.google.com/p/fullcalendar/issues/detail?id=2082
  16. v2.0.1 (2014-06-15)
  17. -------------------
  18. - `delta` parameters reintroduced in `eventDrop` and `eventResize` handlers ([2156])
  19. - **Note**: this changes the argument order for `revertFunc`
  20. - wrongfully triggering a windowResize when resizing an agenda view event ([1116])
  21. - `this` values in event drag-n-drop/resize handlers consistently the DOM node ([1177])
  22. - `displayEventEnd` - v2 workaround to force display of an end time ([2090])
  23. - don't modify passed-in eventSource items ([954])
  24. - destroy method now removes fc-ltr class ([2033])
  25. - weeks of last/next month still visible when weekends are hidden ([2095])
  26. - fixed memory leak when destroying calendar with selectable/droppable ([2137])
  27. - Icelandic language ([2180])
  28. - Bahasa Indonesia language ([PR 172])
  29. [1116]: https://code.google.com/p/fullcalendar/issues/detail?id=1116
  30. [1177]: https://code.google.com/p/fullcalendar/issues/detail?id=1177
  31. [2090]: https://code.google.com/p/fullcalendar/issues/detail?id=2090
  32. [954]: https://code.google.com/p/fullcalendar/issues/detail?id=954
  33. [2033]: https://code.google.com/p/fullcalendar/issues/detail?id=2033
  34. [2095]: https://code.google.com/p/fullcalendar/issues/detail?id=2095
  35. [2137]: https://code.google.com/p/fullcalendar/issues/detail?id=2137
  36. [2156]: https://code.google.com/p/fullcalendar/issues/detail?id=2156
  37. [2180]: https://code.google.com/p/fullcalendar/issues/detail?id=2180
  38. [PR 172]: https://github.com/arshaw/fullcalendar/pull/172
  39. v2.0.0 (2014-06-01)
  40. -------------------
  41. Internationalization support, timezone support, and [MomentJS] integration. Extensive changes, many
  42. of which are backwards incompatible.
  43. [Full list of changes][Upgrading-to-v2] | [Affected Issues][Date-Milestone]
  44. An automated testing framework has been set up ([Karma] + [Jasmine]) and tests have been written
  45. which cover about half of FullCalendar's functionality. Special thanks to @incre-d, @vidbina, and
  46. @sirrocco for the help.
  47. In addition, the main development repo has been repurposed to also include the built distributable
  48. JS/CSS for the project and will serve as the new [Bower] endpoint.
  49. [MomentJS]: http://momentjs.com/
  50. [Upgrading-to-v2]: http://arshaw.com/fullcalendar/wiki/Upgrading-to-v2/
  51. [Date-Milestone]: https://code.google.com/p/fullcalendar/issues/list?can=1&q=milestone%3Ddate
  52. [Karma]: http://karma-runner.github.io/
  53. [Jasmine]: http://jasmine.github.io/
  54. [Bower]: http://bower.io/
  55. v1.6.4 (2013-09-01)
  56. -------------------
  57. - better algorithm for positioning timed agenda events ([1115])
  58. - `slotEventOverlap` option to tweak timed agenda event overlapping ([218])
  59. - selection bug when slot height is customized ([1035])
  60. - supply view argument in `loading` callback ([1018])
  61. - fixed week number not displaying in agenda views ([1951])
  62. - fixed fullCalendar not initializing with no options ([1356])
  63. - NPM's `package.json`, no more warnings or errors ([1762])
  64. - building the bower component should output `bower.json` instead of `component.json` ([PR 125])
  65. - use bower internally for fetching new versions of jQuery and jQuery UI
  66. [1115]: https://code.google.com/p/fullcalendar/issues/detail?id=1115
  67. [218]: https://code.google.com/p/fullcalendar/issues/detail?id=218
  68. [1035]: https://code.google.com/p/fullcalendar/issues/detail?id=1035
  69. [1018]: https://code.google.com/p/fullcalendar/issues/detail?id=1018
  70. [1951]: https://code.google.com/p/fullcalendar/issues/detail?id=1951
  71. [1356]: https://code.google.com/p/fullcalendar/issues/detail?id=1356
  72. [1762]: https://code.google.com/p/fullcalendar/issues/detail?id=1762
  73. [PR 125]: https://github.com/arshaw/fullcalendar/pull/125
  74. v1.6.3 (2013-08-10)
  75. -------------------
  76. - `viewRender` callback ([PR 15])
  77. - `viewDestroy` callback ([PR 15])
  78. - `eventDestroy` callback ([PR 111])
  79. - `handleWindowResize` option ([PR 54])
  80. - `eventStartEditable`/`startEditable` options ([PR 49])
  81. - `eventDurationEditable`/`durationEditable` options ([PR 49])
  82. - specify function for `$.ajax` `data` parameter for JSON event sources ([PR 59])
  83. - fixed bug with agenda event dropping in wrong column ([PR 55])
  84. - easier event element z-index customization ([PR 58])
  85. - classNames on past/future days ([PR 88])
  86. - allow `null`/`undefined` event titles ([PR 84])
  87. - small optimize for agenda event rendering ([PR 56])
  88. - deprecated:
  89. - `viewDisplay`
  90. - `disableDragging`
  91. - `disableResizing`
  92. - bundled with latest jQuery (1.10.2) and jQuery UI (1.10.3)
  93. [PR 15]: https://github.com/arshaw/fullcalendar/pull/15
  94. [PR 111]: https://github.com/arshaw/fullcalendar/pull/111
  95. [PR 54]: https://github.com/arshaw/fullcalendar/pull/54
  96. [PR 49]: https://github.com/arshaw/fullcalendar/pull/49
  97. [PR 59]: https://github.com/arshaw/fullcalendar/pull/59
  98. [PR 55]: https://github.com/arshaw/fullcalendar/pull/55
  99. [PR 58]: https://github.com/arshaw/fullcalendar/pull/58
  100. [PR 88]: https://github.com/arshaw/fullcalendar/pull/88
  101. [PR 84]: https://github.com/arshaw/fullcalendar/pull/84
  102. [PR 56]: https://github.com/arshaw/fullcalendar/pull/56
  103. v1.6.2 (2013-07-18)
  104. -------------------
  105. - `hiddenDays` option ([686])
  106. - bugfix: when `eventRender` returns `false`, incorrect stacking of events ([762])
  107. - bugfix: couldn't change `event.backgroundImage` when calling `updateEvent` (thx @stephenharris)
  108. [686]: https://code.google.com/p/fullcalendar/issues/detail?id=686
  109. [762]: https://code.google.com/p/fullcalendar/issues/detail?id=762
  110. v1.6.1 (2013-04-14)
  111. -------------------
  112. - fixed event inner content overflow bug ([1783])
  113. - fixed table header className bug [1772]
  114. - removed text-shadow on events (better for general use, thx @tkrotoff)
  115. [1783]: https://code.google.com/p/fullcalendar/issues/detail?id=1783
  116. [1772]: https://code.google.com/p/fullcalendar/issues/detail?id=1772
  117. v1.6.0 (2013-03-18)
  118. -------------------
  119. - visual facelift, with bootstrap-inspired buttons and colors
  120. - simplified HTML/CSS for events and buttons
  121. - `dayRender`, for modifying a day cell ([191], thx @althaus)
  122. - week numbers on side of calendar ([295])
  123. - `weekNumber`
  124. - `weekNumberCalculation`
  125. - `weekNumberTitle`
  126. - `W` formatting variable
  127. - finer snapping granularity for agenda view events ([495], thx @ms-doodle-com)
  128. - `eventAfterAllRender` ([753], thx @pdrakeweb)
  129. - `eventDataTransform` (thx @joeyspo)
  130. - `data-date` attributes on cells (thx @Jae)
  131. - expose `$.fullCalendar.dateFormatters`
  132. - when clicking fast on buttons, prevent text selection
  133. - bundled with latest jQuery (1.9.1) and jQuery UI (1.10.2)
  134. - Grunt/Lumbar build system for internal development
  135. - build for Bower package manager
  136. - build for jQuery plugin site
  137. [191]: https://code.google.com/p/fullcalendar/issues/detail?id=191
  138. [295]: https://code.google.com/p/fullcalendar/issues/detail?id=295
  139. [495]: https://code.google.com/p/fullcalendar/issues/detail?id=495
  140. [753]: https://code.google.com/p/fullcalendar/issues/detail?id=753
  141. v1.5.4 (2012-09-05)
  142. -------------------
  143. - made compatible with jQuery 1.8.* (thx @archaeron)
  144. - bundled with jQuery 1.8.1 and jQuery UI 1.8.23
  145. v1.5.3 (2012-02-06)
  146. -------------------
  147. - fixed dragging issue with jQuery UI 1.8.16 ([1168])
  148. - bundled with jQuery 1.7.1 and jQuery UI 1.8.17
  149. [1168]: https://code.google.com/p/fullcalendar/issues/detail?id=1168
  150. v1.5.2 (2011-08-21)
  151. -------------------
  152. - correctly process UTC "Z" ISO8601 date strings ([750])
  153. [750]: https://code.google.com/p/fullcalendar/issues/detail?id=750
  154. v1.5.1 (2011-04-09)
  155. -------------------
  156. - more flexible ISO8601 date parsing ([814])
  157. - more flexible parsing of UNIX timestamps ([826])
  158. - FullCalendar now buildable from source on a Mac ([795])
  159. - FullCalendar QA'd in FF4 ([883])
  160. - upgraded to jQuery 1.5.2 (which supports IE9) and jQuery UI 1.8.11
  161. [814]: https://code.google.com/p/fullcalendar/issues/detail?id=814
  162. [826]: https://code.google.com/p/fullcalendar/issues/detail?id=826
  163. [795]: https://code.google.com/p/fullcalendar/issues/detail?id=795
  164. [883]: https://code.google.com/p/fullcalendar/issues/detail?id=883
  165. v1.5 (2011-03-19)
  166. -----------------
  167. - slicker default styling for buttons
  168. - reworked a lot of the calendar's HTML and accompanying CSS (solves [327] and [395])
  169. - more printer-friendly (fullcalendar-print.css)
  170. - fullcalendar now inherits styles from jquery-ui themes differently.
  171. styles for buttons are distinct from styles for calendar cells.
  172. (solves [299])
  173. - can now color events through FullCalendar options and Event-Object properties ([117])
  174. THIS IS NOW THE PREFERRED METHOD OF COLORING EVENTS (as opposed to using className and CSS)
  175. - FullCalendar options:
  176. - eventColor (changes both background and border)
  177. - eventBackgroundColor
  178. - eventBorderColor
  179. - eventTextColor
  180. - Event-Object options:
  181. - color (changes both background and border)
  182. - backgroundColor
  183. - borderColor
  184. - textColor
  185. - can now specify an event source as an *object* with a `url` property (json feed) or
  186. an `events` property (function or array) with additional properties that will
  187. be applied to the entire event source:
  188. - color (changes both background and border)
  189. - backgroudColor
  190. - borderColor
  191. - textColor
  192. - className
  193. - editable
  194. - allDayDefault
  195. - ignoreTimezone
  196. - startParam (for a feed)
  197. - endParam (for a feed)
  198. - ANY OF THE JQUERY $.ajax OPTIONS
  199. allows for easily changing from GET to POST and sending additional parameters ([386])
  200. allows for easily attaching ajax handlers such as `error` ([754])
  201. allows for turning caching on ([355])
  202. - Google Calendar feeds are now specified differently:
  203. - specify a simple string of your feed's URL
  204. - specify an *object* with a `url` property of your feed's URL.
  205. you can include any of the new Event-Source options in this object.
  206. - the old `$.fullCalendar.gcalFeed` method still works
  207. - no more IE7 SSL popup ([504])
  208. - remove `cacheParam` - use json event source `cache` option instead
  209. - latest jquery/jquery-ui
  210. [327]: https://code.google.com/p/fullcalendar/issues/detail?id=327
  211. [395]: https://code.google.com/p/fullcalendar/issues/detail?id=395
  212. [299]: https://code.google.com/p/fullcalendar/issues/detail?id=299
  213. [117]: https://code.google.com/p/fullcalendar/issues/detail?id=117
  214. [386]: https://code.google.com/p/fullcalendar/issues/detail?id=386
  215. [754]: https://code.google.com/p/fullcalendar/issues/detail?id=754
  216. [355]: https://code.google.com/p/fullcalendar/issues/detail?id=355
  217. [504]: https://code.google.com/p/fullcalendar/issues/detail?id=504
  218. v1.4.11 (2011-02-22)
  219. --------------------
  220. - fixed rerenderEvents bug ([790])
  221. - fixed bug with faulty dragging of events from all-day slot in agenda views
  222. - bundled with jquery 1.5 and jquery-ui 1.8.9
  223. [790]: https://code.google.com/p/fullcalendar/issues/detail?id=790
  224. v1.4.10 (2011-01-02)
  225. --------------------
  226. - fixed bug with resizing event to different week in 5-day month view ([740])
  227. - fixed bug with events not sticking after a removeEvents call ([757])
  228. - fixed bug with underlying parseTime method, and other uses of parseInt ([688])
  229. [740]: https://code.google.com/p/fullcalendar/issues/detail?id=740
  230. [757]: https://code.google.com/p/fullcalendar/issues/detail?id=757
  231. [688]: https://code.google.com/p/fullcalendar/issues/detail?id=688
  232. v1.4.9 (2010-11-16)
  233. -------------------
  234. - new algorithm for vertically stacking events ([111])
  235. - resizing an event to a different week ([306])
  236. - bug: some events not rendered with consecutive calls to addEventSource ([679])
  237. [111]: https://code.google.com/p/fullcalendar/issues/detail?id=111
  238. [306]: https://code.google.com/p/fullcalendar/issues/detail?id=306
  239. [679]: https://code.google.com/p/fullcalendar/issues/detail?id=679
  240. v1.4.8 (2010-10-16)
  241. -------------------
  242. - ignoreTimezone option (set to `false` to process UTC offsets in ISO8601 dates)
  243. - bugfixes
  244. - event refetching not being called under certain conditions ([417], [554])
  245. - event refetching being called multiple times under certain conditions ([586], [616])
  246. - selection cannot be triggered by right mouse button ([558])
  247. - agenda view left axis sized incorrectly ([465])
  248. - IE js error when calendar is too narrow ([517])
  249. - agenda view looks strange when no scrollbars ([235])
  250. - improved parsing of ISO8601 dates with UTC offsets
  251. - $.fullCalendar.version
  252. - an internal refactor of the code, for easier future development and modularity
  253. [417]: https://code.google.com/p/fullcalendar/issues/detail?id=417
  254. [554]: https://code.google.com/p/fullcalendar/issues/detail?id=554
  255. [586]: https://code.google.com/p/fullcalendar/issues/detail?id=586
  256. [616]: https://code.google.com/p/fullcalendar/issues/detail?id=616
  257. [558]: https://code.google.com/p/fullcalendar/issues/detail?id=558
  258. [465]: https://code.google.com/p/fullcalendar/issues/detail?id=465
  259. [517]: https://code.google.com/p/fullcalendar/issues/detail?id=517
  260. [235]: https://code.google.com/p/fullcalendar/issues/detail?id=235
  261. v1.4.7 (2010-07-05)
  262. -------------------
  263. - "dropping" external objects onto the calendar
  264. - droppable (boolean, to turn on/off)
  265. - dropAccept (to filter which events the calendar will accept)
  266. - drop (trigger)
  267. - selectable options can now be specified with a View Option Hash
  268. - bugfixes
  269. - dragged & reverted events having wrong time text ([406])
  270. - bug rendering events that have an endtime with seconds, but no hours/minutes ([477])
  271. - gotoDate date overflow bug ([429])
  272. - wrong date reported when clicking on edge of last column in agenda views [412]
  273. - support newlines in event titles
  274. - select/unselect callbacks now passes native js event
  275. [406]: https://code.google.com/p/fullcalendar/issues/detail?id=406
  276. [477]: https://code.google.com/p/fullcalendar/issues/detail?id=477
  277. [429]: https://code.google.com/p/fullcalendar/issues/detail?id=429
  278. [412]: https://code.google.com/p/fullcalendar/issues/detail?id=412
  279. v1.4.6 (2010-05-31)
  280. -------------------
  281. - "selecting" days or timeslots
  282. - options: selectable, selectHelper, unselectAuto, unselectCancel
  283. - callbacks: select, unselect
  284. - methods: select, unselect
  285. - when dragging an event, the highlighting reflects the duration of the event
  286. - code compressing by Google Closure Compiler
  287. - bundled with jQuery 1.4.2 and jQuery UI 1.8.1
  288. v1.4.5 (2010-02-21)
  289. -------------------
  290. - lazyFetching option, which can force the calendar to fetch events on every view/date change
  291. - scroll state of agenda views are preserved when switching back to view
  292. - bugfixes
  293. - calling methods on an uninitialized fullcalendar throws error
  294. - IE6/7 bug where an entire view becomes invisible ([320])
  295. - error when rendering a hidden calendar (in jquery ui tabs for example) in IE ([340])
  296. - interconnected bugs related to calendar resizing and scrollbars
  297. - when switching views or clicking prev/next, calendar would "blink" ([333])
  298. - liquid-width calendar's events shifted (depending on initial height of browser) ([341])
  299. - more robust underlying algorithm for calendar resizing
  300. [320]: https://code.google.com/p/fullcalendar/issues/detail?id=320
  301. [340]: https://code.google.com/p/fullcalendar/issues/detail?id=340
  302. [333]: https://code.google.com/p/fullcalendar/issues/detail?id=333
  303. [341]: https://code.google.com/p/fullcalendar/issues/detail?id=341
  304. v1.4.4 (2010-02-03)
  305. -------------------
  306. - optimized event rendering in all views (events render in 1/10 the time)
  307. - gotoDate() does not force the calendar to unnecessarily rerender
  308. - render() method now correctly readjusts height
  309. v1.4.3 (2009-12-22)
  310. -------------------
  311. - added destroy method
  312. - Google Calendar event pages respect currentTimezone
  313. - caching now handled by jQuery's ajax
  314. - protection from setting aspectRatio to zero
  315. - bugfixes
  316. - parseISO8601 and DST caused certain events to display day before
  317. - button positioning problem in IE6
  318. - ajax event source removed after recently being added, events still displayed
  319. - event not displayed when end is an empty string
  320. - dynamically setting calendar height when no events have been fetched, throws error
  321. v1.4.2 (2009-12-02)
  322. -------------------
  323. - eventAfterRender trigger
  324. - getDate & getView methods
  325. - height & contentHeight options (explicitly sets the pixel height)
  326. - minTime & maxTime options (restricts shown hours in agenda view)
  327. - getters [for all options] and setters [for height, contentHeight, and aspectRatio ONLY! stay tuned..]
  328. - render method now readjusts calendar's size
  329. - bugfixes
  330. - lightbox scripts that use iframes (like fancybox)
  331. - day-of-week classNames were off when firstDay=1
  332. - guaranteed space on right side of agenda events (even when stacked)
  333. - accepts ISO8601 dates with a space (instead of 'T')
  334. v1.4.1 (2009-10-31)
  335. -------------------
  336. - can exclude weekends with new 'weekends' option
  337. - gcal feed 'currentTimezone' option
  338. - bugfixes
  339. - year/month/date option sometimes wouldn't set correctly (depending on current date)
  340. - daylight savings issue caused agenda views to start at 1am (for BST users)
  341. - cleanup of gcal.js code
  342. v1.4 (2009-10-19)
  343. -----------------
  344. - agendaWeek and agendaDay views
  345. - added some options for agenda views:
  346. - allDaySlot
  347. - allDayText
  348. - firstHour
  349. - slotMinutes
  350. - defaultEventMinutes
  351. - axisFormat
  352. - modified some existing options/triggers to work with agenda views:
  353. - dragOpacity and timeFormat can now accept a "View Hash" (a new concept)
  354. - dayClick now has an allDay parameter
  355. - eventDrop now has an an allDay parameter
  356. (this will affect those who use revertFunc, adjust parameter list)
  357. - added 'prevYear' and 'nextYear' for buttons in header
  358. - minor change for theme users, ui-state-hover not applied to active/inactive buttons
  359. - added event-color-changing example in docs
  360. - better defaults for right-to-left themed button icons
  361. v1.3.2 (2009-10-13)
  362. -------------------
  363. - Bugfixes (please upgrade from 1.3.1!)
  364. - squashed potential infinite loop when addMonths and addDays
  365. is called with an invalid date
  366. - $.fullCalendar.parseDate() now correctly parses IETF format
  367. - when switching views, the 'today' button sticks inactive, fixed
  368. - gotoDate now can accept a single Date argument
  369. - documentation for changes in 1.3.1 and 1.3.2 now on website
  370. v1.3.1 (2009-09-30)
  371. -------------------
  372. - Important Bugfixes (please upgrade from 1.3!)
  373. - When current date was late in the month, for long months, and prev/next buttons
  374. were clicked in month-view, some months would be skipped/repeated
  375. - In certain time zones, daylight savings time would cause certain days
  376. to be misnumbered in month-view
  377. - Subtle change in way week interval is chosen when switching from month to basicWeek/basicDay view
  378. - Added 'allDayDefault' option
  379. - Added 'changeView' and 'render' methods
  380. v1.3 (2009-09-21)
  381. -----------------
  382. - different 'views': month/basicWeek/basicDay
  383. - more flexible 'header' system for buttons
  384. - themable by jQuery UI themes
  385. - resizable events (require jQuery UI resizable plugin)
  386. - rescoped & rewritten CSS, enhanced default look
  387. - cleaner css & rendering techniques for right-to-left
  388. - reworked options & API to support multiple views / be consistent with jQuery UI
  389. - refactoring of entire codebase
  390. - broken into different JS & CSS files, assembled w/ build scripts
  391. - new test suite for new features, uses firebug-lite
  392. - refactored docs
  393. - Options
  394. - + date
  395. - + defaultView
  396. - + aspectRatio
  397. - + disableResizing
  398. - + monthNames (use instead of $.fullCalendar.monthNames)
  399. - + monthNamesShort (use instead of $.fullCalendar.monthAbbrevs)
  400. - + dayNames (use instead of $.fullCalendar.dayNames)
  401. - + dayNamesShort (use instead of $.fullCalendar.dayAbbrevs)
  402. - + theme
  403. - + buttonText
  404. - + buttonIcons
  405. - x draggable -> editable/disableDragging
  406. - x fixedWeeks -> weekMode
  407. - x abbrevDayHeadings -> columnFormat
  408. - x buttons/title -> header
  409. - x eventDragOpacity -> dragOpacity
  410. - x eventRevertDuration -> dragRevertDuration
  411. - x weekStart -> firstDay
  412. - x rightToLeft -> isRTL
  413. - x showTime (use 'allDay' CalEvent property instead)
  414. - Triggered Actions
  415. - + eventResizeStart
  416. - + eventResizeStop
  417. - + eventResize
  418. - x monthDisplay -> viewDisplay
  419. - x resize -> windowResize
  420. - 'eventDrop' params changed, can revert if ajax cuts out
  421. - CalEvent Properties
  422. - x showTime -> allDay
  423. - x draggable -> editable
  424. - 'end' is now INCLUSIVE when allDay=true
  425. - 'url' now produces a real <a> tag, more native clicking/tab behavior
  426. - Methods:
  427. - + renderEvent
  428. - x prevMonth -> prev
  429. - x nextMonth -> next
  430. - x prevYear/nextYear -> moveDate
  431. - x refresh -> rerenderEvents/refetchEvents
  432. - x removeEvent -> removeEvents
  433. - x getEventsByID -> clientEvents
  434. - Utilities:
  435. - 'formatDate' format string completely changed (inspired by jQuery UI datepicker + datejs)
  436. - 'formatDates' added to support date-ranges
  437. - Google Calendar Options:
  438. - x draggable -> editable
  439. - Bugfixes
  440. - gcal extension fetched 25 results max, now fetches all
  441. v1.2.1 (2009-06-29)
  442. -------------------
  443. - bugfixes
  444. - allows and corrects invalid end dates for events
  445. - doesn't throw an error in IE while rendering when display:none
  446. - fixed 'loading' callback when used w/ multiple addEventSource calls
  447. - gcal className can now be an array
  448. v1.2 (2009-05-31)
  449. -----------------
  450. - expanded API
  451. - 'className' CalEvent attribute
  452. - 'source' CalEvent attribute
  453. - dynamically get/add/remove/update events of current month
  454. - locale improvements: change month/day name text
  455. - better date formatting ($.fullCalendar.formatDate)
  456. - multiple 'event sources' allowed
  457. - dynamically add/remove event sources
  458. - options for prevYear and nextYear buttons
  459. - docs have been reworked (include addition of Google Calendar docs)
  460. - changed behavior of parseDate for number strings
  461. (now interpets as unix timestamp, not MS times)
  462. - bugfixes
  463. - rightToLeft month start bug
  464. - off-by-one errors with month formatting commands
  465. - events from previous months sticking when clicking prev/next quickly
  466. - Google Calendar API changed to work w/ multiple event sources
  467. - can also provide 'className' and 'draggable' options
  468. - date utilties moved from $ to $.fullCalendar
  469. - more documentation in source code
  470. - minified version of fullcalendar.js
  471. - test suit (available from svn)
  472. - top buttons now use `<button>` w/ an inner `<span>` for better css cusomization
  473. - thus CSS has changed. IF UPGRADING FROM PREVIOUS VERSIONS,
  474. UPGRADE YOUR FULLCALENDAR.CSS FILE
  475. v1.1 (2009-05-10)
  476. -----------------
  477. - Added the following options:
  478. - weekStart
  479. - rightToLeft
  480. - titleFormat
  481. - timeFormat
  482. - cacheParam
  483. - resize
  484. - Fixed rendering bugs
  485. - Opera 9.25 (events placement & window resizing)
  486. - IE6 (window resizing)
  487. - Optimized window resizing for ALL browsers
  488. - Events on same day now sorted by start time (but first by timespan)
  489. - Correct z-index when dragging
  490. - Dragging contained in overflow DIV for IE6
  491. - Modified fullcalendar.css
  492. - for right-to-left support
  493. - for variable start-of-week
  494. - for IE6 resizing bug
  495. - for THEAD and TBODY (in 1.0, just used TBODY, restructured in 1.1)
  496. - IF UPGRADING FROM FULLCALENDAR 1.0, YOU MUST UPGRADE FULLCALENDAR.CSS