You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`dom-event-types` is no longer a dependency: as the package has no types, it was inlined in the codebase.
`wrapper.trigger()` now accepts a `string` (as it was) and a `DomEventName` (which a union type of all possible DOM events, like 'click', 'input', etc...). The method has now 2 overloads which should provide a better experience when developing, as `wrapper.trigger('cli|` should offer `click` in the autocomplete of your IDE.
0 commit comments