In this latest Seatmap Pro release, we’re excited to introduce several impactful updates that enhance usability and functionality across the Editor, Renderer, and Admin Renderer components. Here’s a look at the major features in version 1.37.0:

Major Features

  • Password Reset for Improved Accessibility
    To make account recovery simpler and more secure, the Editor now includes a password reset feature. Users can quickly regain access to their accounts via a "Forgot Password" button, initiating a streamlined reset process via email.

To use the newly added password reset please add the following configuration into your Editor's Helm chart in extraEnv section to update from 1.35.x or earlier versions.

- name: SEATMAP_MAIL_USERNAME
  valueFrom:
    secretKeyRef:
      name: mail-name
      key: user-name
- name: SEATMAP_MAIL_PASSWORD
  valueFrom:
    secretKeyRef:
      name: mail-password
      key: user-password
- name: SEATMAP_MAIL_HOST
  value: *YOUR_SMTP_HOST*
- name: SEATMAP_MAIL_PORT
  value: "*YOUR_SMTP_PORT*"
- name: SEATMAP_MAIL_SOCKET_PORT
  value: "*YOUR_SMTP_PORT*"
- name: SEATMAP_RESET_FROMMAIL
  valueFrom:
    secretKeyRef:
      name: from-mail
      key: from-mail-name
- name: SEATMAP_SERVICES_EDITOR_URL
  value: "*YOUR_EDITOR_HOST*"
  • Extended Row Stretch Limit
    The row stretching limit in the Editor has been increased to 200, offering greater flexibility when designing large and complex seat arrangements.
  • Configure Initial Padding in the Renderer
    Gain more control over seatmap layouts with the option to set initial padding. This addition allows for better customization and a cleaner overall design.
  • Bulk Editing for Enhanced Efficiency
    Managing multiple sections in the Editor is now faster and easier with the new bulk editing feature. Users can make changes to multiple sections simultaneously, minimizing repetitive tasks and boosting productivity.
  • Hover-Highlight Empty Sections in the Renderer
    Improve user interaction with the ability to hover over sections without available seats. This intuitive visual cue enhances the browsing experience by clearly identifying unavailable areas.
  • Duplicate Shapes in the Editor
    Effortlessly create consistent designs with the ability to duplicate shapes. This new feature streamlines the creation of complex layouts, saving time and ensuring precision in your designs.

Bug Fixes

  • Fixed issues with booking render previews caused by URL configuration errors.
  • Resolved bugs affecting new venue creation without a city and Editor stability.

The latest update is already available via the registry for all Seatmap Pro clients. Stay tuned for more updates by subscribing to our blog!