Skip to content

v2.4.3

Choose a tag to compare

@github-actions github-actions released this 16 Aug 13:51
· 70 commits to main since this release

v2.4.3 - 2026-08-16

πŸ› Fixed

  • Compound slots were ignored in published builds: <AudioPlayer.Progress /> and every other slot rendered without the placement it was given once an app was built for production. Development builds were unaffected, so this only showed up after deploying.
  • Layout broke when controls were switched off or re-placed: turning a control off through activeUI, or giving a slot a gridArea, could shift the remaining controls sideways, pile them all into one spot, leave the progress bar unable to stretch, or β€” from a single mistyped gridArea β€” collapse the whole layout. Positions now hold, and a value the player cannot read costs only that one control its place.
  • A re-placed slot displaced the built-in one: rendering a compound copy while its preset counterpart is still on (the documented additive mode) left the preset control without a place to sit. Both now keep their own.

Full Changelog: v2.4.2...v2.4.3