tui.calendar一个全功能的JavaScript日程安排日历🍞📅
tui.calendar一个全功能的JavaScript日程安排日历🍞📅Bug Fixes
Assets
2
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
Assets
2
Bug Fixes
Assets
2
Bug Fixes
- 2335862 Fix: add usageStatistics in calendar options (ts declaration)
- d8f9cab Fix: error for timegridDisplayPrimayTime
- e472232 Fix: rendering bug because of DST timezone (close #257 #283)
- e8db654 Fix: : fix ui broken more view on monthly view
- 5e08965 Fix: : fix ui broken more view on monthly view
Enhancement
- c5a7330 Refactor: change return value about render position(percent string to number)
Assets
2
Bug Fixes
Assets
2
dongsik-yoo released this
Bug Fixes
Assets
2
dongsik-yoo released this
Features
- 7f7f445 Feat: allow GA tacking disabling via options
- 338d923 Feat: disable statistics collection via options
Bug Fixes
- f85bd4e Fix: set more view position in monthly view
- 40695ee Fix: DST timezone bug (ref #257 #258 #283)
- bed9b14 Fix: rendering bug because of DST timezone (close #257 #258 #283)
Documentation
- 7633ba5 Docs: update statistics tracking disabling via option
Assets
2
jungeun-cho released this
Features
- Apply new design on API page.
- Add various examples for users
Add
-
support current time template on weekly, daily view
- use
timegridCurrentTime
props
const cal = new Calendar('#calendar', { defaultView: 'week', template: { timegridCurrentTime: function(timezone) { var templates = []; if (timezone.dateDifference) { templates.push('[' + timezone.dateDifferenceSign + timezone.dateDifference + ']<br>'); } templates.push(moment(timezone.hourmarker).format('HH:mm a')); return templates.join(''); } } });
- use
Fix
- Change Typescript definition file 'tui-calendar' export type to default export
Assets
2
dongsik-yoo released this
Bug Fixes
Documentation
Assets
2
Assets
2
Features
Bug Fixes
- 43b8dd1 Fix: not open creation popup when dragging outside window in monthly view (close #261)
- 99b1b72 Fix: Dropdown toggle doesn't work correctly (close #210)
- ff02073 Fix: 'attendees' not displayed in details popup (close #214)
- e1c5dc5 Fix: Event popup on Firefox - form fields not clickable (close #218)
- 558ea01 Fix: wrong end time when resizing it to before start time on montly view
Assets
2
Improved
- Improved Typescript Any type and global declaration issues
Changed
- Update tui-code-snippet version to 1.5.0 for improving Google Analytics.
- Update tui-date-picker version to 3.2.1.
- Update tui-time-picker version to 1.5.0.
Assets
2
Assets
2
Features
- Added declaration file(
./index.d.ts
) for Typescript support.
Updated
- Update tui-code-snippet version to 1.5.0 for improving Google Analytics.
Assets
2
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
dongsik-yoo released this
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
dongsik-yoo released this
v1.5.0
dongsik-yoo released this
v1.4.0
dongsik-yoo released this
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
youjung-hong released this
Features
- 1edde49 Feat: Add an optional parameter
immediately
to Calendar#render APlrender()
=>render([immediately])
v1.2.4
youjung-hong released this
v1.2.3
youjung-hong released this
v1.2.2
dongsik-yoo released this
v1.1.0
dongsik-yoo released this
Features
- cc0a9a6 Feat: Add default css(less configuration) (ref #76)
- dfd6dc0 Feat: Add default template of week day name (ref #76)
- 226fcb8 Feat: Add default month more button and dayname (ref #76)
- 1da32e1 Feat: Add default style and text of more layer (ref #76)
- b81048e Feat: Add default day grid left center style (ref #76)
- f388ecc Feat: Add default style to close button of more layer (ref #76)
- 0f4b35a Feat: Add default icons of more close button, collapse button (ref #76)
- 2fdd46f Feat: Add default text and style of milestone, task (ref #76)
- 77793f7 Feat: Add default month/week option (ref #76)
- d1ced63 Feat: Add schedule new properties(location, isPrivate, etc) (ref #76)
Bug Fixes
- 0bf2ecf Fix: not available demo code
Documentation
v1.0.2
dongsik-yoo released this
Watchers:159 |
Star:7776 |
Fork:604 |
创建时间: 2017-09-11 08:21:04 |
最后Commits: 7天前 |
许可协议:MIT |
分类:表单日历控件 / JavaScript开发 |
收录时间:2018-04-26 20:02:01 |
bd2d0ca
Bug Fixes
This was a feature for Dooray! it's not necessary on master branch (Dongsik Yoo)