Skip to content

Release v3.19.0

Choose a tag to compare

@github-actions github-actions released this 20 Sep 07:39
d24fe53

Added

  • Generating an application composes a default screen from its own model: a command form per command, bound by the command name. An application whose Screenplay declares screens still gets exactly what it declared. (#100)

Changed

  • An application that declares no screens now plans a Scene payload and a binding module it did not plan before, so its generated frontend has something to render.