Skip to content

Releases: nhn/tui.calendar

v1.9.0

18 Dec 12:26
Compare
Choose a tag to compare

Features

  • 8d3b099 Feat: Display a recurrenceRule and body text (close #251)

Bug Fixes

  • bf0231e Fix: Overapped long title lines on detail schedule popup (close #246)

Documentation

  • 4301939 Docs: Add recurrenceRule and body properties (ref #252)

v1.8.1

12 Dec 11:06
Compare
Choose a tag to compare

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

06 Nov 07:17
Compare
Choose a tag to compare

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

  • 78f9fd9 Docs: fix APIs link
  • afec32d Docs: Add template guides for timegridDisplayPrimayTime, timegridDisplayTime
  • 70e4263 Doc: Add document usage statistics (close #172)
  • 2328ba9 Doc: Add introducing React wrapper by community
  • 8e6efb6 Doc: Add a guide for showing multiple timezones.

v1.7.0

08 Aug 02:53
Compare
Choose a tag to compare

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

25 Jul 04:50
Compare
Choose a tag to compare

Features

  • b5b5e18 Feat: Support isReadOnly option of Calendar (close #164)

Bug Fixes

  • 54da811 Fix: getElement return null on month view in case of hidden schedules (close #161)
  • 2e72303 Fix: Drag to other day in weekly calendar is not available on firefox (close #158)

v1.5.0

16 Jul 06:25
Compare
Choose a tag to compare

Features

  • 67d6578 Feat: Add Schedule.state string property

Bug Fixes

  • 1f3b74a Fix: jquery plugin namespace error
  • 2ceed8a Fix: Schedules overlap when no duration (start == end) (close #154)
  • cf7d915 Fix: setCalendarColor error with option.calendars
  • d5ac9fe Fix: save new location and new state during schedule update (Thanks to @stephanepilla)

v1.4.0

29 Jun 02:21
Compare
Choose a tag to compare

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

  • fc37263 Doc: add usage of e.guide.clearGuideElement()
  • 30122ef Doc: Update TOAST UI Family and information used by

v1.3.0

08 Jun 03:11
Compare
Choose a tag to compare

Features

  • 1edde49 Feat: Add an optional parameter immediately to Calendar#render APl
    • render() => render([immediately])

v1.2.4

07 Jun 06:12
Compare
Choose a tag to compare

Bug Fixes

  • 7dd1cb6 Fix: move to prev month on 31th
  • a703a35 Fix: move month logic

Documentation

  • 189ef01 Doc: Add vue wrapper guide in README

v1.2.3

23 May 08:19
Compare
Choose a tag to compare

Features

  • 8081d24 Feat: Add ability to display last time in different color

Bug Fixes

  • 806d183 Fix: script error when calendar list is not set(refs: #81) (#123)

Documentation

  • 1e6da1f Doc: Strengthened the language style Thanks to @jhbiggs
  • b824dff Doc: Add tui-code-snippet dependency to via CDN contents