Update Notes - 5.11.0 (2026-05-10)
✨ 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
volumewas incorrectly set as a required property for thegeneratorengine. - Fixed validation schema bug where
loopdidn'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.