3.1.0 (2024-04-30)
GridFieldCalendarView::handleCalendarFeed()
now returns a json string with the calendar data as under thedata
key, this a backwards compatible change- Changing the month/year in the calendar now properly updates the state in the url when the new response format is used
- Added event
calendar-data-updated
when the data loads
3.0.1 (2024-04-30)
3.0.0 (2024-03-28)
- Breaking change you can no longer simply extend the calendar using
gridfield_calendar_data
. You must use jQuery entwine and get the default options usingthis.getCalendarOptions()
on the.ss-gridfield .ss-gridfield-calendar
element, make your changes and callthis.setCalendarOptions()
passing in the modified options before callingthis._super()
.
2.2.1 (2023-11-08)
2.2.0 (2023-11-07)
2.1.3 (2023-11-03)
2.1.2 (2023-11-02)
2.1.1 (2023-11-02)
2.1.0 (2023-11-01)
2.0.1 (2019-03-26)
2.0.0 (2019-01-19)
1.0.0 (2018-03-26)
0.1.3 (2018-01-09)
0.1.2 (2017-02-16)
0.1.1 (2016-12-19)
Fixed bugs:
- The method 'getisdeletedfromstage' does not exist on 'CalendarEvent' #2
0.1.0 (2016-10-06)
Implemented enhancements:
- Remember the view state #1