Releases: zkoss/zkcalendar
Releases · zkoss/zkcalendar
v3.2.0
Release Notes - ZK Calendar - Version 3.2.0
Bug Fixes
- ZKCAL-45 - Mold default not found for
calendars.month
- ZKCAL-80 - Calendar item text is cut if there's not enough space to display it
- ZKCAL-86 - Tooltip event causes NPE (when hovered item is no longer in view)
- ZKCAL-101 -
100%
height produces an unexpected vertical scrollbar - ZKCAL-110 -
setDays()
renders date header elements differently from the default mold - ZKCAL-115 - Inconsistent license information
- ZKCAL-122 - ZK Calendar fails to load when
mold="month"
on iPad/iPhone - ZKCAL-123 -
_createBoundDate
setslowerBoundEd
one day later for single-day calendar, should only be for instant - ZKCAL-124 - An item with end date after 12:00 causes a JavaScript error
- ZKCAL-125 - Failed to mount:
cells[k]
is undefined - ZKCAL-126 - Setting
readOnly=false
causes a JavaScript error - ZKCAL-127 - Rendering calendar items in month mold causes a JavaScript error
- ZKCAL-128 - Failed to update
SimpleCalendarItem
sclass
- ZKCAL-130 -
DefaultCalendarItem.Builder
doesn't provide methods to set header style and content style - ZKCAL-131 - Changing calendar's height doesn't take effect immediately
- ZKCAL-133 - No "more" link generated on a day having only 1 item
- ZKCAL-134 - Clicking an empty place on a day in month view produces a JavaScript error
New Features
v3.1.2
Release Notes - ZK Calendar - Version 3.1.2
Bug Fixes
- [ZKCAL-103] - onDayClick event is not fired
- [ZKCAL-104] - AbstractCalendarItem have no arg constructor, fails to deserialize
- [ZKCAL-105] - calendarsMonth use new Date() instead of current date when drawing from mold
- [ZKCAL-109] - the hovering effect of texts day-of-week is gone
- [ZKCAL-111] - Remove border-radius if the item is continued to a different row
- [ZKCAL-113] - doesn't render consecutive calendar Items in full width and non-shifted
- [ZKCAL-114] - a calendar item starts at 00:00 and end at 00:00 causes a js error
- [ZKCAL-116] - CalendarItem's sclass is not rendered in a browser
- [ZKCAL-117] - an item with the same begin time and end time is invisible
- [ZKCAL-118] - an instant item covers another half-hour item at the same begin time
- [ZKCAL-119] - an item starts and ends with 00:00 is not rendered on 1/1
- [ZKCAL-120] - set content color and header color doesn't work as expected
- [ZKCAL-121] - an item that spans 2 days, its width doesn't equal to the day column width in one-day view
v3.1.1
v3.1.0
3.1.0.FL.20220225
v3.1.0.FL.20220225
3.1.0.FL.20220217
v3.1.0.FL.20220217
release FL version
3.0.2.FL.20211223
v3.0.2.FL.20211223
release FL version
v3.0.1
3.0.0
Features:
- ZKCAL-67: CalendarEvent can accept that beingDate and endDate are the same time
- ZKCAL-78: Change Java compiler source/target to 8
- ZKCAL-76: update ZK Calendar's look & feel
- ZKCAL-73: Add compatibility with java.time API
- ZKCAL-82: Rename CalendarEvent and SimpleCalendarEvent to avoid confusing
Bugs:
- ZKCAL-70: adding 2 short duration events causes a JavaScript error
- ZKCAL-71: the height of the popup to show more events is too large
- ZKCAL-63: CalendarEvents longer than 12 hours are displayed as all day event
- ZKCAL-68: moving an Calendar event causes a NumberFormatException in IE11
- ZKCAL-83: errors when updating calendar events
Upgrade Notes:
- The Java binary-compatible level is Java 8 since ZK Calendar 3.
- CalendarEvent and SimpleCalendarEvent are deprecated and renamed to CalendarItem and SimpleCalendarItem.
The related API and the event name constants (ex. CalendarsEvent.ON_EVENT_CREATE = "onEventCreate"; => CalendarsEvent.ON_ITEM_CREATE = "onItemCreate";)
have been updated accordingly. - Some methods in CalendarItem with java.util.Date are deprecated, and add ZonedDateTimeFormatter/DefaultCalendarItem for java.time API.
2.1.6.FL.20161111
2.1.6.FL.20161111