Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 4.47 KB

CHANGELOG.md

File metadata and controls

59 lines (40 loc) · 4.47 KB

Change Log

3.1.0 (2024-04-30)

Full Changelog

  • GridFieldCalendarView::handleCalendarFeed() now returns a json string with the calendar data as under the data 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)

Full Changelog

3.0.0 (2024-03-28)

Full Changelog

  • Breaking change you can no longer simply extend the calendar using gridfield_calendar_data. You must use jQuery entwine and get the default options using this.getCalendarOptions() on the .ss-gridfield .ss-gridfield-calendar element, make your changes and call this.setCalendarOptions() passing in the modified options before calling this._super().

2.2.1 (2023-11-08)

Full Changelog

2.2.0 (2023-11-07)

Full Changelog

2.1.3 (2023-11-03)

Full Changelog

2.1.2 (2023-11-02)

Full Changelog

2.1.1 (2023-11-02)

Full Changelog

2.1.0 (2023-11-01)

Full Changelog

2.0.1 (2019-03-26)

Full Changelog

2.0.0 (2019-01-19)

Full Changelog

1.0.0 (2018-03-26)

Full Changelog

0.1.3 (2018-01-09)

Full Changelog

0.1.2 (2017-02-16)

Full Changelog

0.1.1 (2016-12-19)

Full Changelog

Fixed bugs:

  • The method 'getisdeletedfromstage' does not exist on 'CalendarEvent' #2

0.1.0 (2016-10-06)

Implemented enhancements:

  • Remember the view state #1