Skip to content

Releases: nhn/tui.calendar

v1.12.12

23 Mar 06:11
Compare
Choose a tag to compare

Bug Fixes

  • 154db7f Fix: when using update Schedule, if you pass the raw 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

05 Feb 10:15
Compare
Choose a tag to compare

Bug Fixes

  • b9eb66b Fix: Resolves an issue that overwrites default options while month and week options extends
  • 67f21f8 Fix: : Fixed an issue where the coordinates in the schedule creation popup were calculated incorrectly if 'workweek = true'(fix #480)

Documentation

  • 13373ba Docs: Removed the issue template that can be written in Korean
  • b9eb66b Docs: Fix CustomEvents link(fix #496)

v1.12.10

23 Jan 07:09
Compare
Choose a tag to compare

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

30 Dec 02:21
Compare
Choose a tag to compare

Bug Fixes

  • 48b45ea Fix: Date convert wrong type as number (close #462)

v1.12.8

28 Nov 05:20
Compare
Choose a tag to compare

Bug Fixes

  • af2874d fix: remove fixing start of milestone and task as one day(close #467)
    This was a feature for Dooray! it's not necessary on master branch (Dongsik Yoo)

v1.12.7

05 Nov 02:53
Compare
Choose a tag to compare

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 the beforeUpdateSchedule event.
    calendar.on('beforeUpdateSchedule', function(event) {
      const { schedule, changes } = event;
    
      calendar.updateSchedule(schedule.id, schedule.calendarId, changes);
    });
  • 3577b37 Fix: Fixed timegridDisplayPrimaryTime template not working (fix #452, react wrapper issue #18)

Documentation

v1.12.6

24 Oct 11:46
Compare
Choose a tag to compare

Bug Fixes

  • 0d813c8 Fix: resolve security vulnerabiliti for npm audit(fix #405)
  • e802db3 Fix: If the user directly inputs the end time as 00:00, render the schedule correctly.
  • a62d5f2 Fix: change method name 'getNextStartDay' to 'getStartOfNextDay'
  • 2be914b Fix: when changing timezone, today display issue(#416)

v1.12.5

30 Aug 08:49
Compare
Choose a tag to compare

Bug Fixes

  • 1c891d6 Fix: add semicolon for more view schdule custom style (#374)
  • 2e50f07 Fix: : add dependency tui-dom for cdn example pages. (fix #376)
  • 038c247 Fix: can use html text for templates (fix #380) (#389)
  • 56f36b0 Fix: update type definition file (fix #383)

v1.12.4

31 Jul 07:01
Compare
Choose a tag to compare

Features

  • fc21b0f Feat: support minimum height of month and week view (#351)

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

v1.12.3

05 Jul 10:32
Compare
Choose a tag to compare

Fix

  • 10e8472 Fix : remove duplicate tui-time-picker option