Releases: digitalutsc/fullcalendar_solr
Releases · digitalutsc/fullcalendar_solr
1.0.0-beta8
Full Changelog: 1.0.0-beta7...1.0.0-beta8
1.0.0-beta7
Documentation improvements
1.0.0-beta6
Fix formatter form 'Illegal choice' error To reproduce: - enable `Link to Item`, select a url field, and save - remove the url field from the view - go back to the view formatter settings and uncheck `Link to Item` - try to save form The form throws an illegal choice error for the url field even if `Link to Item` is disabled.
1.0.0-beta5
- Improved accessibility:
- FullCalendar V6 MultiMonthYear view has broken aria references on disabled grid cells. An issue has been made to the FullCalendar library (fullcalendar/fullcalendar#7379), but a temporary fix has been added to this release to remove these broken aria references.
- Only dates with search results are tabbable. Previously, this was the case for all dates.
- Accessibility testing was conducted using WebAIM WAVE, Google Lighthouse and a screen reader.
- New formatter options:
- Link directly to the item if the date has a single result.
- Date highlight color.
1.0.0-beta4
Check if years array is empty before accessing index
1.0.0-beta3
- Cursor pointer effect is removed when a date has no results. Dates with no results do not perform redirection but still displayed the cursor pointer indicating it was clickable.
1.0.0-beta2
- Fixed bug: Duplicate years in year dropdown
- Fixed PHPCS issues
- Update Drupal Core requirement to include D10
1.0.0-beta1
Update README.md