Skip to content

v1.12.14

Compare
Choose a tag to compare
@jungeun-cho jungeun-cho released this 22 Sep 06:52

Bug Fixes

  • 210d6ac Fix: setInterval callbacks error when from inactive tabs to active tabs (resolve #601)
  • 6e0e133 Fix: always undefined location value of createtion-schedule-popup(fix #615). Thanks @gayeon1025
  • fc55ad8 Fix: make sure the top of scheduleDetailPopup is non-negative (#638)
  • 6440bad Fix: fixed a bug that was displayed as a all-day schedule when the end time is 00:00 in a schedule within one day(#641)
  • 433bbe4 Fix: the issue that updateschedule wont update isReadOnly property (#645). Thanks @figofan
  • c9bc4a7 Fix: monthview content missing while draging all-day schedule(fix #673). Thanks @lhysdl
  • 1512dc6 Fix: always consider timezone when set allday schedule period(fix #662) (#667). Thanks @lhysdl
  • d056190 Fix: resolve schedule rendering issues on month view (#646)
  • 44ebf62 Fix: update attendees of schedule(#690)
  • 5a524e2 Fix: resolve setAllDayPeriod logic(fix #662)

Enhancement

  • 2c7acd2 Refactor: : Remove not needed util.bind
  • d535ccd Refactor: remove unused Collection.merge() (#619)
  • 3697672 Perf: remove unused vendor and mpzero stylus functions (#623)
  • de3ecf8 Perf: remove unused Collection.or() (#624)
  • e125cb2 Perf: css/popup.styl: compress two identical sections into one
  • dfe8541 Perf: variables.styl: remove unused Taskview and AllDay prefixes (#635)
  • c567e5a Perf: remove unused css/icons.styl: ic-public
  • ad71a41 Refactor: remove unused first/lastIn2Array function

Thank you for your contributions to all the refactoring work for legacy code. @dilyanpalauzov

Documentation

  • 33b3d2a Docs: update dependency cdn url
  • d4b8a58 Docs: update how to get calendar instance for using jquery
  • 92f31e9 Docs: change 'Yes' to 'Latest' of Browser Support section