Release 1.68.3

Release date: June 22, 2026

Release Notes - Seatmap Platform

Version 1.68.3 - 2026-06-22

Release Focus: Booking renderer hotfix that restores admin seat-selection rendering under WebGL and adds custom seat states, delivered as a patch on top of the 1.68 line.


What’s Fixed

Admin seat-selection rendering under WebGL

Admin seat selection is rendered again when the WebGL renderer is active, so selected seats are highlighted correctly in the admin renderer.

Custom seat states

Seats can be assigned your own state keys and styled through theme.seatStyles, drawn by a lightweight overlay. The renderer gains setSeatsState and clearSeatsState for this. See the Custom Seat States renderer guide for usage and the built-in-state override recipe.

Renderer refinements

Off-screen seats are now culled from WebGL draws, background images load with anonymous CORS, and the playground admin Selection tab reflects the current admin seat selection.

Issue: SEAT-1033.


Affected products

  • booking-client — custom seat states, admin selection rendering, WebGL visible-seat culling, CORS backgrounds.
  • knowledge-base — Custom Seat States renderer guide.

Upgrade

npm install @seatmap.pro/renderer@1.68.3

The new setSeatsState / clearSeatsState methods are additive; no breaking API or configuration changes.