Version 0.1.0-beta Release
Serhioromano
released this
11 Aug 14:52
·
556 commits
to master
since this release
This release includes number of changes.
One important is - disable views.
For example you want calendar only month view. One thing you can avoid to create switch view buttons but you can click on the date in the month view and it renders day view.
This additional calendar initialization options prevent this behavior. If day view is disabled, it will not render it when you click on the date when in month view.
Other
- Use
GET
instead ofPOST
when request list of events #35 - No holidays are there by default. Only those you explicitly pass to calendar. #32
- Rename some grid classes from
cal-span#
toca-cell#
because in bootstrap they useclass*="span"
with affect calendar greed which is custom 7 columns grid unlike 12 columb bootstrap grid. - fix - script failed if
null
received as list of events.