- .type() now fully simulates real keyboard behavior, emitting all DOM events, a key‑events console table, special sequences, cursor/selection handling, change/textInput/input events, a 10 ms keystroke delay, and validation that throws on ...
- Fixed .type() issues with number inputs, added proper focus/blur for contenteditable elements, and ensured aborting .click()/.dblclick() cancels queued events
- Console groups are collapsed by default and legacy typing libraries were removed, cleaning up the codebase