# user-event v14.6.0 - Product: user-event (https://whatsnew.fyi/product/testing-library-user-event) - Vendor: Testing Library - Date: 2025-01-15 - Version: v14.6.0 - Original notes: https://github.com/testing-library/user-event/releases/tag/v14.6.0 - Permalink: https://whatsnew.fyi/product/testing-library-user-event/releases/v14.6.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — dispatch FocusEvent in hidden documents - **fixed** — await DataTransferItem.getAsString() callback in clipboard operations - **fixed** — assign pointer coords to MouseEvent - **fixed** — check PointerCoords.x in isDifferentPointerPosition - **fixed** — check all fields of PointerCoords in isDifferentPointerPosition() ##### [14.6.0](https://github.com/testing-library/user-event/compare/v14.5.2...v14.6.0) (2025-01-15) ###### Features * dispatch `FocusEvent` in hidden documents ([#1252](https://github.com/testing-library/user-event/issues/1252)) ([1ed8b15](https://github.com/testing-library/user-event/commit/1ed8b1557b40c7ded24c62f14d33b1086ceac0a4)) ###### Bug Fixes * **clipboard:** await `DataTransferItem.getAsString()` callback ([#1251](https://github.com/testing-library/user-event/issues/1251)) ([7b11b0e](https://github.com/testing-library/user-event/commit/7b11b0e88a4bf8a3366caa70888028bf4bff59ec)) * **event:** assign pointer coords to MouseEvent ([#1039](https://github.com/testing-library/user-event/issues/1039)) ([8528972](https://github.com/testing-library/user-event/commit/852897257744b18eca56edc9dc171e626a6d9823)) * **pointer:** check `PointerCoords.x` in `isDifferentPointerPosition` ([#1216](https://github.com/testing-library/user-event/issues/1216)) ([75edef5](https://github.com/testing-library/user-event/commit/75edef5c066e30c3be28b8d607b47f7b66ad14c1)) * **pointer:** check all fields of `PointerCoords` in `isDifferentPointerPosition()` ([#1229](https://github.com/testing-library/user-event/issues/1229)) ([5f3d28f](https://github.com/testing-library/user-event/commit/5f3d28fe3a5a83b7403c1c6f41ba2be881306bfc))