Ontime v2.9.0
This feature introduces some small style and performance improvements in the editor and cuesheet.
The most remarkable changes are for users who have their own integrations:
titlesNow
andtitlesNext
properties in the websocket object are no longer in use and have been replaced by the full objects ofeventNow
,eventNext
,publicEventNow
andpublicEventNext
. The viewer template has been updated to match and is a good source for this objects- the project file property
eventData
has been renamedproject
and is available on the /project endpoint. This mainly serves to clear up confusion about the data
You will need version 2.3.0 of the companion module to accommodate the new changes
What's Changed
- refactor: prevent calling undefined by @cpvalente in #521
- style tweaks by @cpvalente in #524
- refactor: improve performance of cuesheets by @cpvalente in #522
- refactor: pass events instead of derived data to titles by @cpvalente in #493
- refactor: project data by @cpvalente in #523
- style hover by @cpvalente in #525
- refactor: clarify description import by @cpvalente in #526
Full Changelog: v2.8.2...v2.9.0