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.PostgreSQLDialectspring.redis.port->spring.data.redis.portspring.redis.host->spring.data.redis.host
Features
Booking RendererImplemented an option to only show section outlines and no seats at a bird’s-eye view.EditorImplemented an option of manually controlling the view area of an SVG underlay.Booking RendererImplemented an option to zoom the map to the required levels.
Improvements
EditorNow the venue address is optional when creating a venue.EditorAdded an option to unassign prices for sections in the modal window.EditorAdded validation when a table with prices is deleted.EditorAdded an option to assign multiple price categories to GA sections.
Bug fixes
EditorFixed an issue with SVG underlay elements for which no fill was set.EditorFixed an issue with cloning tables.EditorFixed an issue where shapes could not be deleted using the corresponding button.EditorFixed an issue where changes made to labels would not apply.Booking RendererFixed the position of polygons after saving.Booking RendererNowdisableSeatsByIdsonly callsonCartChangeif the cart state has changed.