Skip to content

Release v1.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 12:06
ae512bb

Added

  • UiProfile gained Layout and Theme — the application shell a target renders inside, and the visual theme it applies. Screenplay's ui profile could already state both (layout AppShell, theme Aurora), but the model had nowhere to hold them, so translation dropped them.

Both belong on the profile rather than on a screen: a screen that named its own shell or theme would stop being portable across targets, which is the reason profile selection exists at all.

🤖 Generated with Claude Code