Release 1.45.0

Release date: April 24, 2025

ImportantWe migrated Editor to newer versions of spring-boot, Java, and Helm charts. Make sure you updated the following spring parameters:

  • spring.jpa.database-platform: org.hibernate.dialect.PostgreSQL95Dialect -> spring.jpa.database-platform: org.hibernate.dialect.PostgreSQLDialect
  • spring.redis.port -> spring.data.redis.port
  • spring.redis.host -> spring.data.redis.host

Features

  • Booking Renderer Implemented an option to only show section outlines and no seats at a bird’s-eye view.
  • Editor Implemented an option of manually controlling the view area of an SVG underlay.
  • Booking Renderer Implemented an option to zoom the map to the required levels.

Improvements

  • Editor Now the venue address is optional when creating a venue.
  • Editor Added an option to unassign prices for sections in the modal window.
  • Editor Added validation when a table with prices is deleted.
  • Editor Added an option to assign multiple price categories to GA sections.

Bug fixes

  • Editor Fixed an issue with SVG underlay elements for which no fill was set.
  • Editor Fixed an issue with cloning tables.
  • Editor Fixed an issue where shapes could not be deleted using the corresponding button.
  • Editor Fixed an issue where changes made to labels would not apply.
  • Booking Renderer Fixed the position of polygons after saving.
  • Booking Renderer Now disableSeatsByIds only calls onCartChange if the cart state has changed.