v0.3.8
- No longer wraps screen in a ZStack (#68). This was breaking the behaviour of
@Environment(\.dismiss)
. This means in some rare circumstances that the user should ensure the screen has a stable identity (e.g. wrapping a top-level if or switch in something like a ZStack).