gwt-cal Changelog

What's new in gwt-cal 0.9.4

Mar 19, 2013
  • Available in public Maven repository
  • Added support for ISO Weeks
  • Added support to specify a list of Holidays
  • Added support to specify the day starting time.
  • Option to hide the multi day view section
  • Option to define if should show the NoonLabel or 12:00
  • Added multiple locales (Thanks to Dennis Foster)
  • Some API improvements

New in gwt-cal 0.9.3 (Mar 19, 2013)

  • Updated project to use gwt 2.4.0
  • Updated project to use gwt-dnd 3.1.2
  • The whole project is now 100% mavenized
  • Added Swedish and Dutch locales
  • Added support to create an Appointment with Drag&Drop

New in gwt-cal 0.9.2 (Oct 12, 2010)

  • Added a MouseOver event for Appointments
  • Updated project to use gwt 2.0.3
  • Updated project to use gwt-dnd 3.0.0
  • Implemented RequiresResize and ProvidesResize for compatibility with LayoutPanels
  • Added the Polish locale

New in gwt-cal 0.9.0 (Jun 7, 2010)

  • Add support for multiple views, includes MonthView
  • Add drag drop support in the MonthView, including event handling and ability to cancel
  • Create Calendar facade class to easily switch between views
  • Support html in an Appointment's description property
  • Improve Calendar and Appointment domain model. Remove all gwt dependencies from the Appointment class.
  • Unit tests to support the new Views and the new domain Model
  • A ton of small bug fixes and enhancements that I don't feel like typing up ... see the full list here

New in gwt-cal 0.9.0 Beta 1 (Apr 30, 2010)

  • Added support for multiple views (MonthView, DayView, etc)
  • Calendar facade class to easily switch between views
  • Ability to create and set custom views
  • MonthView includes DragDrop support using gwt-dnd
  • Added new UpdateEvent to notify when an appointment is dragged and updated
  • Ability to 'undo' the update
  • Appointment class is now a plain java object. No longer extends a gwt Widget
  • Appointments in the DayView can now display custom HTML in the description area
  • Fixed  issue 11  - Switching appointments with arrow keys past last appointment causes crash
  • Added unit tests to a number of classes (finally)
  • Upgraded project to use gwt 1.7

New in gwt-cal 0.8.2 (Oct 29, 2009)

  • Basic support for all/multi-day appointments
  • Added full set of color schemes for iCal theme
  • Click time block to create new appointment, Issue #9
  • Workaround for error when inserting DayView into DockPanel, Issue #8
  • This is just a preview of what's to come. There is quite a bit more work to do on all/multi-day appointments. Anders Lundgren has been kind enough to provide a patch for very flexible all/multi-day appointment rendering. The developers are working to integrate these changes with a number of structural changes required to enable multiple views (i.e. month view, list view) and drag drop functionality.