Skip to content

Releases: digitalutsc/fullcalendar_solr

1.0.0-beta8

30 Nov 17:49
cbe5005
Compare
Choose a tag to compare
1.0.0-beta8 Pre-release
Pre-release

1.0.0-beta7

21 Jun 20:39
00b97a2
Compare
Choose a tag to compare
1.0.0-beta7 Pre-release
Pre-release

Documentation improvements

1.0.0-beta6

16 Jun 15:31
f44eb3f
Compare
Choose a tag to compare
1.0.0-beta6 Pre-release
Pre-release
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

16 Jun 13:16
Compare
Choose a tag to compare
1.0.0-beta5 Pre-release
Pre-release
  • 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

07 Jun 18:36
Compare
Choose a tag to compare
1.0.0-beta4 Pre-release
Pre-release
Check if years array is empty before accessing index

1.0.0-beta3

02 Jun 13:22
Compare
Choose a tag to compare
1.0.0-beta3 Pre-release
Pre-release
  • 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

15 May 14:13
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release
  • Fixed bug: Duplicate years in year dropdown
  • Fixed PHPCS issues
  • Update Drupal Core requirement to include D10

1.0.0-beta1

12 May 20:22
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release
Update README.md