XState 5.25.0

5.25.0
Added 1
  • Add partial descriptor support to assertEvent() to match events with types that start with a specified prefix using wildcard notation
Fixed 1
  • Fix a bug in Cordova when iterating an empty Map
Minor Changes
  • #5422 329297b Thanks @davidkpiano! - Add partial descriptor support to assertEvent(…)

    // Matches any event with a type that starts with `FEEDBACK.`
    assertEvent(event, 'FEEDBACK.*');
    
Patch Changes
View original

Upgraded? How did it go?

Discussion