Skip to content

v0.9.0

Compare
Choose a tag to compare
@youjung-hong youjung-hong released this 26 Mar 01:11
· 1646 commits to main since this release

Features

  • 4ece43f: add "expandable and collapsable" view type to allday panel (resolves: #27)

By options

var cal = new Calendar('#calendar', {
    week: {
        alldayViewType: 'toggle' /* default: 'scroll' */
    }
});

toggle
allday-toggle

scroll(default)
allday-scroll