Release 1.66.5

Release date: May 27, 2026

Release Notes - Seatmap Platform

Version 1.66.5 - 2026-05-27

Release Focus: Booking renderer hotfix that fires onSectionClick on whole-table priced tables so host integrators can react to a click anywhere on the table, not just on individual chairs.


What’s Fixed

onSectionClick fires for whole-table priced tables

For tables priced at the table level (a single priceId on the section, no per-chair pricing), clicking anywhere on the table should propagate an onSectionClick event so host apps can route the user to a tickets-per-table flow. Previously the callback only fired on chair-level interactions, leaving whole-table tables unclickable in any host-driven flow that relied on it. Issue: SEAT-1012.

What changed

The hit-testing pipeline now recognises whole-table priced tables and routes their hits through onSectionClick with the same payload shape used for GA sections.


Affected products

  • booking-client — hit-testing and section-click routing.

Upgrade

npm install @seatmap.pro/renderer@1.66.5

No API contract changes; the callback is now invoked in a case where it previously stayed silent. Host apps already handling onSectionClick will pick up the new events automatically.