Release 1.60.1

Release date: March 23, 2026

Release Notes - Seatmap Platform

Version 1.60.1 - 2026-03-23

Release Focus: Booking renderer hotfix so entering a section depends on seat selectability rather than the zoom-to-fit scale, keeping section-click behaviour consistent at any zoom.


What’s Fixed

Section-click guard keys off seat selectability

The guard that decides whether clicking a section opens it was keyed off zoomToFitScale, so at certain zoom levels a section could wrongly refuse to open, or open when it should not. It now keys off whether the section’s seats are selectable, so section clicks behave consistently regardless of the current zoom.


Also in this release

Infrastructure and CI changes: deployment was migrated to Flux GitOps with Helm replicaCount support, and release-docs finalisation (the NEXT/ folder) moved from semantic-release into the merge-request pipeline.


Affected products

  • booking-client — section-click guard.
  • deployment (Helm) — Flux GitOps migration, replicaCount support.
  • CI/CD — release-docs finalisation moved to the merge-request pipeline.

Upgrade

npm install @seatmap.pro/renderer@1.60.1

The renderer fix is interaction-only with no API changes. Self-hosted deployments should review the Helm replicaCount and Flux GitOps changes before upgrading.