v0.6.0
Minor Changes
-
7dc4790: Restore the ergonomic
prepare()and removeretry().Reverts the prepare/retry split from the previous release.
prepare()once again recovers fromerrorstate — it tears down the failed instance, re-initializes from the current options, and warms up — so a single method drives the model toreadyfrom any state. The separateretry()introduced last release is removed; callprepare()to recover instead.The
MissingUserActivationErrormessage is also sharpened: it now frames a click/keypress as examples of a transient user activation (not the rule), says to callprepare()or the action directly inside such a handler, and names the real traps — effects, timers, page load, and post-awaitactivation expiry.