Skip to content

TVS 5.11.0-beta (2026-05-10)

Latest

Choose a tag to compare

@zshall zshall released this 11 May 02:48
9119814

Update Notes - 5.11.0 (2026-05-10)

5 11

✨ New Features

Added a new virtual video signal feature that works with all components. Think of it as the ability to define a resolution that all inner components will use.
Added a new _component property, present on all content engines, that allows you to define properties that can apply to any component. Currently we only use one property: dimensions (the virtual video signal).

- number: 270
  name: Virtual Video Signals
  abbr: VVS
  generator:
    type: test-pattern
    _component:
      dimensions:
        width: 1280
        height: 720
        aspectRatioBehavior: contain

🔧 Bug Fixes

  • Fixed a bug with the validation schema where volume was incorrectly set as a required property for the generator engine.
  • Fixed validation schema bug where loop didn't correctly inherit from the base component.

❗ Deprecation Notice

In version 6.0.0, interruptsBackgroundAudio will change; either being moved to _component or restructured in another way. That way all properties that apply to all components will be under _component.