All Versions
121
Latest Version
Avg Release Cycle
33 days
Latest Release
609 days ago

Changelog History
Page 11

  • v1.5.2 Changes

    August 21, 2011
    • correctly process UTC "Z" ISO8601 date strings (750)
  • v1.5.1 Changes

    April 09, 2011
    • ๐Ÿ“œ more flexible ISO8601 date parsing (814)
    • ๐Ÿ“œ more flexible parsing of UNIX timestamps (826)
    • ๐Ÿ— FullCalendar now buildable from source on a Mac (795)
    • FullCalendar QA'd in FF4 (883)
    • โฌ†๏ธ upgraded to jQuery 1.5.2 (which supports IE9) and jQuery UI 1.8.11
  • v1.5 Changes

    March 19, 2011
    • 0๏ธโƒฃ slicker default styling for buttons
    • reworked a lot of the calendar's HTML and accompanying CSS (solves 327 and 395)
    • ๐Ÿ–จ more printer-friendly (fullcalendar-print.css)
    • ๐Ÿ’… fullcalendar now inherits styles from jquery-ui themes differently. styles for buttons are distinct from styles for calendar cells. (solves 299)
    • can now color events through FullCalendar options and Event-Object properties (117) THIS IS NOW THE PREFERRED METHOD OF COLORING EVENTS (as opposed to using className and CSS)
      • FullCalendar options:
        • eventColor (changes both background and border)
        • eventBackgroundColor
        • eventBorderColor
        • eventTextColor
      • Event-Object options:
        • color (changes both background and border)
        • backgroundColor
        • borderColor
        • textColor
    • can now specify an event source as an object with a url property (json feed) or an events property (function or array) with additional properties that will be applied to the entire event source:
      • color (changes both background and border)
      • backgroudColor
      • borderColor
      • textColor
      • className
      • editable
      • allDayDefault
      • ignoreTimezone
      • startParam (for a feed)
      • endParam (for a feed)
      • ANY OF THE JQUERY $.ajax OPTIONS allows for easily changing from GET to POST and sending additional parameters (386) allows for easily attaching ajax handlers such as error (754) allows for turning caching on (355)
    • Google Calendar feeds are now specified differently:
      • specify a simple string of your feed's URL
      • specify an object with a url property of your feed's URL. you can include any of the new Event-Source options in this object.
      • the old $.fullCalendar.gcalFeed method still works
    • no more IE7 SSL popup (504)
    • โœ‚ remove cacheParam - use json event source cache option instead
    • โœ… latest jquery/jquery-ui
  • v1.4.11 Changes

    February 22, 2011
    • ๐Ÿ›  fixed rerenderEvents bug (790)
    • ๐Ÿ›  fixed bug with faulty dragging of events from all-day slot in agenda views
    • ๐Ÿ’ป bundled with jquery 1.5 and jquery-ui 1.8.9
  • v1.4.10 Changes

    January 02, 2011
    • ๐Ÿ›  fixed bug with resizing event to different week in 5-day month view (740)
    • ๐Ÿ›  fixed bug with events not sticking after a removeEvents call (757)
    • ๐Ÿ›  fixed bug with underlying parseTime method, and other uses of parseInt (688)
  • v1.4.9 Changes

    November 16, 2010
    • ๐Ÿ†• new algorithm for vertically stacking events (111)
    • resizing an event to a different week (306)
    • ๐Ÿ› bug: some events not rendered with consecutive calls to addEventSource (679)
  • v1.4.8 Changes

    October 16, 2010
    • ignoreTimezone option (set to false to process UTC offsets in ISO8601 dates)
    • ๐Ÿ›  bugfixes
      • event refetching not being called under certain conditions (417, 554)
      • event refetching being called multiple times under certain conditions (586, 616)
      • selection cannot be triggered by right mouse button (558)
      • agenda view left axis sized incorrectly (465)
      • IE js error when calendar is too narrow (517)
      • agenda view looks strange when no scrollbars (235)
      • improved parsing of ISO8601 dates with UTC offsets
    • $.fullCalendar.version
    • ๐Ÿ”จ an internal refactor of the code, for easier future development and modularity
  • v1.4.7 Changes

    July 05, 2010
    • "dropping" external objects onto the calendar
      • droppable (boolean, to turn on/off)
      • dropAccept (to filter which events the calendar will accept)
      • drop (trigger)
    • selectable options can now be specified with a View Option Hash
    • ๐Ÿ›  bugfixes
      • dragged & reverted events having wrong time text (406)
      • bug rendering events that have an endtime with seconds, but no hours/minutes (477)
      • gotoDate date overflow bug (429)
      • wrong date reported when clicking on edge of last column in agenda views 412
    • ๐Ÿ‘Œ support newlines in event titles
    • select/unselect callbacks now passes native js event
  • v1.4.6 Changes

    May 31, 2010
    • "selecting" days or timeslots
      • options: selectable, selectHelper, unselectAuto, unselectCancel
      • callbacks: select, unselect
      • methods: select, unselect
    • when dragging an event, the highlighting reflects the duration of the event
    • code compressing by Google Closure Compiler
    • ๐Ÿ’ป bundled with jQuery 1.4.2 and jQuery UI 1.8.1
  • v1.4.5 Changes

    February 21, 2010
    • lazyFetching option, which can force the calendar to fetch events on every view/date change
    • scroll state of agenda views are preserved when switching back to view
    • ๐Ÿ›  bugfixes
      • calling methods on an uninitialized fullcalendar throws error
      • IE6/7 bug where an entire view becomes invisible (320)
      • error when rendering a hidden calendar (in jquery ui tabs for example) in IE (340)
      • interconnected bugs related to calendar resizing and scrollbars
        • when switching views or clicking prev/next, calendar would "blink" (333)
        • liquid-width calendar's events shifted (depending on initial height of browser) (341)
        • more robust underlying algorithm for calendar resizing