changelog.txt 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. version 1.6.4 (9/1/13)
  2. - better algorithm for positioning timed agenda events (issue 1115)
  3. - `slotEventOverlap` option to tweak timed agenda event overlapping (issue 218)
  4. - selection bug when slot height is customized (issue 1035)
  5. - supply view argument in `loading` callback (issue 1018)
  6. - fixed week number not displaying in agenda views (issue 1951)
  7. - fixed fullCalendar not initializing with no options (issue 1356)
  8. - NPM's package.json, no more warnings or errors (issue 1762)
  9. - building the bower component should output bower.json instead of component.json (PR 125)
  10. - use bower internally for fetching new versions of jQuery and jQuery UI
  11. version 1.6.3 (8/10/13)
  12. - viewRender callback (PR 15)
  13. - viewDestroy callback (PR 15)
  14. - eventDestroy callback (PR 111)
  15. - handleWindowResize option (PR 54)
  16. - eventStartEditable/startEditable options (PR 49)
  17. - eventDurationEditable/durationEditable options (PR 49)
  18. - specify function for $.ajax `data` parameter for JSON event sources (PR 59)
  19. - fixed bug with agenda event dropping in wrong column (PR 55)
  20. - easier event element z-index customization (PR 58)
  21. - classNames on past/future days (PR 88)
  22. - allow null/undefined event titles (PR 84)
  23. - small optimize for agenda event rendering (PR 56)
  24. - deprecated:
  25. - viewDisplay
  26. - disableDragging
  27. - disableResizing
  28. - bundled with latest jQuery (1.10.2) and jQuery UI (1.10.3)
  29. version 1.6.2 (7/18/13)
  30. - hiddenDays option (issue 686)
  31. - bugfix: when eventRender returns false, incorrect stacking of events (issue 762)
  32. - bugfix: couldn't change event.backgroundImage when calling updateEvent (thx stephenharris)
  33. version 1.6.1 (4/14/13)
  34. - fixed event inner content overflow bug (issue 1783)
  35. - fixed table header className bug (1772)
  36. - removed text-shadow on events (better for general use, thx tkrotoff)
  37. version 1.6.0 (3/18/13)
  38. - visual facelift, with bootstrap-inspired buttons and colors
  39. - simplified HTML/CSS for events and buttons
  40. - dayRender, for modifying a day cell (issue 191, thx althaus)
  41. - week numbers on side of calendar (issue 295)
  42. - weekNumber
  43. - weekNumberCalculation
  44. - weekNumberTitle
  45. - "W" formatting variable
  46. - finer snapping granularity for agenda view events (issue 495, thx ms-doodle-com)
  47. - eventAfterAllRender (issue 753, thx pdrakeweb)
  48. - eventDataTransform (thx joeyspo)
  49. - data-date attributes on cells (thx Jae)
  50. - expose $.fullCalendar.dateFormatters
  51. - when clicking fast on buttons, prevent text selection
  52. - bundled with latest jQuery (1.9.1) and jQuery UI (1.10.2)
  53. - Grunt/Lumbar build system for internal development
  54. - build for Bower package manager
  55. - build for jQuery plugin site
  56. version 1.5.4 (9/5/12)
  57. - made compatible with jQuery 1.8.* (thx archaeron)
  58. - bundled with jQuery 1.8.1 and jQuery UI 1.8.23
  59. version 1.5.3 (2/6/12)
  60. - fixed dragging issue with jQuery UI 1.8.16 (issue 1168)
  61. - bundled with jQuery 1.7.1 and jQuery UI 1.8.17
  62. version 1.5.2 (8/21/11)
  63. - correctly process UTC "Z" ISO8601 date strings (issue 750)
  64. version 1.5.1 (4/9/11)
  65. - more flexible ISO8601 date parsing (issue 814)
  66. - more flexible parsing of UNIX timestamps (issue 826)
  67. - FullCalendar now buildable from source on a Mac (issue 795)
  68. - FullCalendar QA'd in FF4 (issue 883)
  69. - upgraded to jQuery 1.5.2 (which supports IE9) and jQuery UI 1.8.11
  70. version 1.5 (3/19/11)
  71. - slicker default styling for buttons
  72. - reworked a lot of the calendar's HTML and accompanying CSS
  73. (solves issues 327 and 395)
  74. - more printer-friendly (fullcalendar-print.css)
  75. - fullcalendar now inherits styles from jquery-ui themes differently.
  76. styles for buttons are distinct from styles for calendar cells.
  77. (solves issue 299)
  78. - can now color events through FullCalendar options and Event-Object properties (issue 117)
  79. THIS IS NOW THE PREFERRED METHOD OF COLORING EVENTS (as opposed to using className and CSS)
  80. - FullCalendar options:
  81. - eventColor (changes both background and border)
  82. - eventBackgroundColor
  83. - eventBorderColor
  84. - eventTextColor
  85. - Event-Object options:
  86. - color (changes both background and border)
  87. - backgroundColor
  88. - borderColor
  89. - textColor
  90. - can now specify an event source as an *object* with a `url` property (json feed) or
  91. an `events` property (function or array) with additional properties that will
  92. be applied to the entire event source:
  93. - color (changes both background and border)
  94. - backgroudColor
  95. - borderColor
  96. - textColor
  97. - className
  98. - editable
  99. - allDayDefault
  100. - ignoreTimezone
  101. - startParam (for a feed)
  102. - endParam (for a feed)
  103. - ANY OF THE JQUERY $.ajax OPTIONS
  104. allows for easily changing from GET to POST and sending additional parameters (issue 386)
  105. allows for easily attaching ajax handlers such as `error` (issue 754)
  106. allows for turning caching on (issue 355)
  107. - Google Calendar feeds are now specified differently:
  108. - specify a simple string of your feed's URL
  109. - specify an *object* with a `url` property of your feed's URL.
  110. you can include any of the new Event-Source options in this object.
  111. - the old `$.fullCalendar.gcalFeed` method still works
  112. - no more IE7 SSL popup (issue 504)
  113. - remove `cacheParam` - use json event source `cache` option instead
  114. - latest jquery/jquery-ui
  115. version 1.4.11 (2/22/11)
  116. - fixed rerenderEvents bug (issue 790)
  117. - fixed bug with faulty dragging of events from all-day slot in agenda views
  118. - bundled with jquery 1.5 and jquery-ui 1.8.9
  119. version 1.4.10 (1/2/11)
  120. - fixed bug with resizing event to different week in 5-day month view (issue 740)
  121. - fixed bug with events not sticking after a removeEvents call (issue 757)
  122. - fixed bug with underlying parseTime method, and other uses of parseInt (issue 688)
  123. version 1.4.9 (11/16/10)
  124. - new algorithm for vertically stacking events (issue 111)
  125. - resizing an event to a different week (issue 306)
  126. - bug: some events not rendered with consecutive calls to addEventSource (issue 679)
  127. version 1.4.8 (10/16/10)
  128. - ignoreTimezone option (set to `false` to process UTC offsets in ISO8601 dates)
  129. - bugfixes
  130. - event refetching not being called under certain conditions (issues 417, 554)
  131. - event refetching being called multiple times under certain conditions (issues 586, 616)
  132. - selection cannot be triggered by right mouse button (issue 558)
  133. - agenda view left axis sized incorrectly (issue 465)
  134. - IE js error when calendar is too narrow (issue 517)
  135. - agenda view looks strange when no scrollbars (issue 235)
  136. - improved parsing of ISO8601 dates with UTC offsets
  137. - $.fullCalendar.version
  138. - an internal refactor of the code, for easier future development and modularity
  139. version 1.4.7 (7/5/10)
  140. - "dropping" external objects onto the calendar
  141. - droppable (boolean, to turn on/off)
  142. - dropAccept (to filter which events the calendar will accept)
  143. - drop (trigger)
  144. - selectable options can now be specified with a View Option Hash
  145. - bugfixes
  146. - dragged & reverted events having wrong time text (issue 406)
  147. - bug rendering events that have an endtime with seconds, but no hours/minutes (issue 477)
  148. - gotoDate date overflow bug (issue 429)
  149. - wrong date reported when clicking on edge of last column in agenda views (412)
  150. - support newlines in event titles
  151. - select/unselect callbacks now passes native js event
  152. version 1.4.6 (5/31/10)
  153. - "selecting" days or timeslots
  154. - options: selectable, selectHelper, unselectAuto, unselectCancel
  155. - callbacks: select, unselect
  156. - methods: select, unselect
  157. - when dragging an event, the highlighting reflects the duration of the event
  158. - code compressing by Google Closure Compiler
  159. - bundled with jQuery 1.4.2 and jQuery UI 1.8.1
  160. version 1.4.5 (2/21/10)
  161. - lazyFetching option, which can force the calendar to fetch events on every view/date change
  162. - scroll state of agenda views are preserved when switching back to view
  163. - bugfixes
  164. - calling methods on an uninitialized fullcalendar throws error
  165. - IE6/7 bug where an entire view becomes invisible (issue 320)
  166. - error when rendering a hidden calendar (in jquery ui tabs for example) in IE (issue 340)
  167. - interconnected bugs related to calendar resizing and scrollbars
  168. - when switching views or clicking prev/next, calendar would "blink" (issue 333)
  169. - liquid-width calendar's events shifted (depending on initial height of browser) (issue 341)
  170. - more robust underlying algorithm for calendar resizing
  171. version 1.4.4 (2/3/10)
  172. - optimized event rendering in all views (events render in 1/10 the time)
  173. - gotoDate() does not force the calendar to unnecessarily rerender
  174. - render() method now correctly readjusts height
  175. version 1.4.3 (12/22/09)
  176. - added destroy method
  177. - Google Calendar event pages respect currentTimezone
  178. - caching now handled by jQuery's ajax
  179. - protection from setting aspectRatio to zero
  180. - bugfixes
  181. - parseISO8601 and DST caused certain events to display day before
  182. - button positioning problem in IE6
  183. - ajax event source removed after recently being added, events still displayed
  184. - event not displayed when end is an empty string
  185. - dynamically setting calendar height when no events have been fetched, throws error
  186. version 1.4.2 (12/02/09)
  187. - eventAfterRender trigger
  188. - getDate & getView methods
  189. - height & contentHeight options (explicitly sets the pixel height)
  190. - minTime & maxTime options (restricts shown hours in agenda view)
  191. - getters [for all options] and setters [for height, contentHeight, and aspectRatio ONLY! stay tuned..]
  192. - render method now readjusts calendar's size
  193. - bugfixes
  194. - lightbox scripts that use iframes (like fancybox)
  195. - day-of-week classNames were off when firstDay=1
  196. - guaranteed space on right side of agenda events (even when stacked)
  197. - accepts ISO8601 dates with a space (instead of 'T')
  198. version 1.4.1 (10/31/09)
  199. - can exclude weekends with new 'weekends' option
  200. - gcal feed 'currentTimezone' option
  201. - bugfixes
  202. - year/month/date option sometimes wouldn't set correctly (depending on current date)
  203. - daylight savings issue caused agenda views to start at 1am (for BST users)
  204. - cleanup of gcal.js code
  205. version 1.4 (10/19/09)
  206. - agendaWeek and agendaDay views
  207. - added some options for agenda views:
  208. - allDaySlot
  209. - allDayText
  210. - firstHour
  211. - slotMinutes
  212. - defaultEventMinutes
  213. - axisFormat
  214. - modified some existing options/triggers to work with agenda views:
  215. - dragOpacity and timeFormat can now accept a "View Hash" (a new concept)
  216. - dayClick now has an allDay parameter
  217. - eventDrop now has an an allDay parameter
  218. (this will affect those who use revertFunc, adjust parameter list)
  219. - added 'prevYear' and 'nextYear' for buttons in header
  220. - minor change for theme users, ui-state-hover not applied to active/inactive buttons
  221. - added event-color-changing example in docs
  222. - better defaults for right-to-left themed button icons
  223. version 1.3.2 (10/13/09)
  224. - Bugfixes (please upgrade from 1.3.1!)
  225. - squashed potential infinite loop when addMonths and addDays
  226. is called with an invalid date
  227. - $.fullCalendar.parseDate() now correctly parses IETF format
  228. - when switching views, the 'today' button sticks inactive, fixed
  229. - gotoDate now can accept a single Date argument
  230. - documentation for changes in 1.3.1 and 1.3.2 now on website
  231. version 1.3.1 (9/30/09)
  232. - Important Bugfixes (please upgrade from 1.3!)
  233. - When current date was late in the month, for long months, and prev/next buttons
  234. were clicked in month-view, some months would be skipped/repeated
  235. - In certain time zones, daylight savings time would cause certain days
  236. to be misnumbered in month-view
  237. - Subtle change in way week interval is chosen when switching from month to basicWeek/basicDay view
  238. - Added 'allDayDefault' option
  239. - Added 'changeView' and 'render' methods
  240. version 1.3 (9/21/09)
  241. - different 'views': month/basicWeek/basicDay
  242. - more flexible 'header' system for buttons
  243. - themable by jQuery UI themes
  244. - resizable events (require jQuery UI resizable plugin)
  245. - rescoped & rewritten CSS, enhanced default look
  246. - cleaner css & rendering techniques for right-to-left
  247. - reworked options & API to support multiple views / be consistent with jQuery UI
  248. - refactoring of entire codebase
  249. - broken into different JS & CSS files, assembled w/ build scripts
  250. - new test suite for new features, uses firebug-lite
  251. - refactored docs
  252. - Options
  253. + date
  254. + defaultView
  255. + aspectRatio
  256. + disableResizing
  257. + monthNames (use instead of $.fullCalendar.monthNames)
  258. + monthNamesShort (use instead of $.fullCalendar.monthAbbrevs)
  259. + dayNames (use instead of $.fullCalendar.dayNames)
  260. + dayNamesShort (use instead of $.fullCalendar.dayAbbrevs)
  261. + theme
  262. + buttonText
  263. + buttonIcons
  264. x draggable -> editable/disableDragging
  265. x fixedWeeks -> weekMode
  266. x abbrevDayHeadings -> columnFormat
  267. x buttons/title -> header
  268. x eventDragOpacity -> dragOpacity
  269. x eventRevertDuration -> dragRevertDuration
  270. x weekStart -> firstDay
  271. x rightToLeft -> isRTL
  272. x showTime (use 'allDay' CalEvent property instead)
  273. - Triggered Actions
  274. + eventResizeStart
  275. + eventResizeStop
  276. + eventResize
  277. x monthDisplay -> viewDisplay
  278. x resize -> windowResize
  279. 'eventDrop' params changed, can revert if ajax cuts out
  280. - CalEvent Properties
  281. x showTime -> allDay
  282. x draggable -> editable
  283. 'end' is now INCLUSIVE when allDay=true
  284. 'url' now produces a real <a> tag, more native clicking/tab behavior
  285. - Methods:
  286. + renderEvent
  287. x prevMonth -> prev
  288. x nextMonth -> next
  289. x prevYear/nextYear -> moveDate
  290. x refresh -> rerenderEvents/refetchEvents
  291. x removeEvent -> removeEvents
  292. x getEventsByID -> clientEvents
  293. - Utilities:
  294. 'formatDate' format string completely changed (inspired by jQuery UI datepicker + datejs)
  295. 'formatDates' added to support date-ranges
  296. - Google Calendar Options:
  297. x draggable -> editable
  298. - Bugfixes
  299. - gcal extension fetched 25 results max, now fetches all
  300. version 1.2.1 (6/29/09)
  301. - bugfixes
  302. - allows and corrects invalid end dates for events
  303. - doesn't throw an error in IE while rendering when display:none
  304. - fixed 'loading' callback when used w/ multiple addEventSource calls
  305. - gcal className can now be an array
  306. version 1.2 (5/31/09)
  307. - expanded API
  308. - 'className' CalEvent attribute
  309. - 'source' CalEvent attribute
  310. - dynamically get/add/remove/update events of current month
  311. - locale improvements: change month/day name text
  312. - better date formatting ($.fullCalendar.formatDate)
  313. - multiple 'event sources' allowed
  314. - dynamically add/remove event sources
  315. - options for prevYear and nextYear buttons
  316. - docs have been reworked (include addition of Google Calendar docs)
  317. - changed behavior of parseDate for number strings
  318. (now interpets as unix timestamp, not MS times)
  319. - bugfixes
  320. - rightToLeft month start bug
  321. - off-by-one errors with month formatting commands
  322. - events from previous months sticking when clicking prev/next quickly
  323. - Google Calendar API changed to work w/ multiple event sources
  324. - can also provide 'className' and 'draggable' options
  325. - date utilties moved from $ to $.fullCalendar
  326. - more documentation in source code
  327. - minified version of fullcalendar.js
  328. - test suit (available from svn)
  329. - top buttons now use <button> w/ an inner <span> for better css cusomization
  330. - thus CSS has changed. IF UPGRADING FROM PREVIOUS VERSIONS,
  331. UPGRADE YOUR FULLCALENDAR.CSS FILE!!!
  332. version 1.1 (5/10/09)
  333. - Added the following options:
  334. - weekStart
  335. - rightToLeft
  336. - titleFormat
  337. - timeFormat
  338. - cacheParam
  339. - resize
  340. - Fixed rendering bugs
  341. - Opera 9.25 (events placement & window resizing)
  342. - IE6 (window resizing)
  343. - Optimized window resizing for ALL browsers
  344. - Events on same day now sorted by start time (but first by timespan)
  345. - Correct z-index when dragging
  346. - Dragging contained in overflow DIV for IE6
  347. - Modified fullcalendar.css
  348. - for right-to-left support
  349. - for variable start-of-week
  350. - for IE6 resizing bug
  351. - for THEAD and TBODY (in 1.0, just used TBODY, restructured in 1.1)
  352. - IF UPGRADING FROM FULLCALENDAR 1.0, YOU MUST UPGRADE FULLCALENDAR.CSS
  353. !!!!!!!!!!!