Releases: nhn/tui.calendar
Releases · nhn/tui.calendar
v1.12.12
Bug Fixes
- 154db7f Fix: when using
update Schedule
, if you pass theraw
value, the schedule.raw data is updated(fix #518) - b946c37 Fix: resolve incorrect difference date on timezones area(fix #529)
Enhancement
- 03968aa Refactor: change the properties of accessible objects using
util.pick
Documentation
- cffb597 Docs: add issue templates
v1.12.11
v1.12.10
Bug Fixes
- a6f489d Fix: : Resolved an issue where the time range was not normally represented in the time grid when the difference between the main time zone offset and the secondary time zone offset was less than 1 hour (fix #488)
- 17b1442 Fix: Fixed resize button being displayed in weekly view(time grid) when isReadOnly=true as Calendar option(fix #470)
- 346c4e1 Fix: : Fixed the problem which is not applied when changing template, timezones, calendars property value in setOptions(fix #487)
- 2730079 Fix: resolve test code
v1.12.9
v1.12.8
v1.12.7
Bug Fixes
- 07da5c1 Fix: Fixed an issue where all day events are not created when passing a category property as
allday
when creating an event (fix #434) - 07da5c1 Fix: When a custom color of a schedule is passed as a property, it is overwritten by the schedule color even if the calendar color exists. (fix #437)
- b4a435c Fix: Fixed the problem that the schedule cannot be edited by changing the calendar ID in the default edit popup. (fix #421)
- When editing (moving and resizing) a schedule using the mouse drag event or using the default popup UI, it is recommended to use the
changes
property, which is passed as a parameter of thebeforeUpdateSchedule
event.
calendar.on('beforeUpdateSchedule', function(event) { const { schedule, changes } = event; calendar.updateSchedule(schedule.id, schedule.calendarId, changes); });
- When editing (moving and resizing) a schedule using the mouse drag event or using the default popup UI, it is recommended to use the
- 3577b37 Fix: Fixed
timegridDisplayPrimaryTime
template not working (fix #452, react wrapper issue #18)
Documentation
- a3579bc Docs: add deprecated comment
- 5ea013c Docs: update docs (
updateSchedule
,beforeUpdateSchedule
)
v1.12.6
Bug Fixes
v1.12.5
v1.12.4
Features
Bug Fixes
- ad6a468 Fix: changes 00:00pm to 12:00pm in view popup (close #296)
- 578e659 Fix: disable workweek option in day view
- 382cca2 Fix: error to mutate workweek option in week view
- f1cc8cd Fix: broken test case
- a1026fc Fix: : hide resize icon with isReadOnly=true option (fix #359) (#363)
Documentation
- 5a5b2f5 Docs: import css dependencies