Major Changes
- #4234
57814f46d
Thanks @Andarist! - Atomic and parallel states should no longer be reentered when the transition target doesn't escape them. You can get the reentering behavior by configuringreenter: true
for the transition.
Patch Changes
-
#4387
0be0ef015
Thanks @Andarist! - Added support tostateIn
guard for checking a combination of an ID and a path, eg.stateIn('#b.B1')
. -
#4384
e0bbe3397
Thanks @Andarist! - Fixed an issue that caused parallel states with direct final children to be completed without all regions being in their final states.