Releases: nhn/tui.calendar
Releases · nhn/tui.calendar
v1.9.0
v1.8.1
Features
- Added declaration file(
./index.d.ts
) for Typescript support.
Updated
- Update tui-code-snippet version to 1.5.0 for improving Google Analytics.
v1.8.0
Features
- b911572 Feat: Add 'clickMore' callback in monthly view (close #170)
- d9dde65 Feat: Don't show state(busy/free) if undefined (close #182)
- a98b35d Feat: Week.options.hourStart, Week.options.hourEnd
- 4fa8492 Feat: change annotations for typedef object description (close #220)
- 6bdca64 Feat: Add travel time in daily, weekly
- c978433 Feat: change border of travel time
Bug Fixes
- b4a7fd0 Fix: Wrong creation popup place if hourStar and hourEnd is set (close #199)
- e048fa4 Fix: Wrong undefined validation expression
- 3912abe Fix: wrong detail popup position
- 4b7efdc Fix: Dragging a schedule make wrong time on 24 o'click
- ac686a6 Fix: Editing a event on popup doesn't not work
- 189a8c9 Fix: State is always Busy (close #228)
Documentation
v1.7.0
Features
- 519879e Feat: Show task and milestone in month view by Options.month.scheduleFilter function
- 1a9119c Feat: The difference day of hourmarker text has a CRLF
- fc9d5e1 Feat: Add a collapse button to folder multiple timezones
Bug Fixes
- 816d78d Fix: getDateRangeEnd() error in month view when option.month.isAlways6Week is undefined.
v1.6.0
v1.5.0
v1.4.0
Features
- 106adb3 Feat: Add a configuration
isAlways6Week
in monthly view - 1e04c32 Feat: Add a configuration
disableDblClick
to disable delay clicking on calendar (close #143) - eeed0fe Feat: Add jquery plugin
tuiCalendar
(close #137)
Bug Fixes
- 58d06f3 Fix: dropdown menu arrow icon makes scrollbar at IE9 (resolves: #50)
- 05e0214 Fix: Update details popup to not show edit/delete buttons when the schedule is marked isReadOnly
Documentation
v1.3.0
Features
- 1edde49 Feat: Add an optional parameter
immediately
to Calendar#render APlrender()
=>render([immediately])