Lista Recurring Events Changelog

The latest updates and improvements

Version 1.6.1 — List View Clicks & Hover Prefetch #

Fixes calendar list view event clicks and offcanvas hover prefetching, plus dynamic tag support for Bricks taxonomy filters.

27 Feb 2026

Fix
Feature

Version 1.6.1 fixes two interaction bugs in the calendar and adds dynamic tag support for Bricks query loop taxonomy filters.


Fixes

  • Calendar list view events are now clickable — Clicking an event in the day list view now navigates to the event's single template page. Previously, clicks had no effect because FullCalendar's internal click handling was not firing in list view.
  • Offcanvas hover prefetch now works — Event detail prefetching on hover was never triggering due to an incorrect config key reference. Hovering over events in month grid view now preloads their details for faster offcanvas display.

Bricks Dynamic Tags in Taxonomy Filters

The Terms field in the Bricks query loop taxonomy filter now accepts Bricks dynamic tags such as {post_terms_lre_event_type}. Dynamic tag output is automatically resolved to term slugs, so both term names and slugs work correctly. This is useful for building archive templates where the displayed events should match the current term context.