Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: testing-library/user-event
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14.3.0
Choose a base ref
...
head repository: testing-library/user-event
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v14.4.0
Choose a head ref
  • 9 commits
  • 68 files changed
  • 3 contributors

Commits on Jul 19, 2022

  1. docs: add mwojslaw as a contributor for ideas (#996)

    * docs: update CONTRIBUTORS.md
    
    * docs: update .all-contributorsrc
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    f60c89b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    fd8f219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92b97a3 View commit details
    Browse the repository at this point in the history
  3. docs: add marilari88 as a contributor for doc (#1005)

    * docs: update CONTRIBUTORS.md
    
    * docs: update .all-contributorsrc
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    6749918 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c156c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    c6aafb7 View commit details
    Browse the repository at this point in the history
  2. feat: separate input devices from pointer/keyboard API (#1003)

    feat:
    * **pointer**: dispatch `auxclick` events
    
    fix:
    * **keyboard**: switch modifier state of lock keys on the correct event
    * **keyboard**: remove platform-specific additional key events for `Control` on `AltGraph`
    * **pointer**: dispatch `contextmenu` events with `detail: 0`
    * **pointer**: always set `PointerEvent.isPrimary`
    * **pointer**: set `button` property on pointer events separately from legacy mouse events
    * **pointer**: click closest common ancestor if `mousedown` and `mouseup` happen on different elements
    * **pointer**: omit click event on release if another button is released first
    * **pointer**: dispatch `mouseover`, `mouseenter` and `mousemove` on disabled elements
    * **pointer**: prevent `mouse*` events per `pointerdown` event handler
    * **pointer**: dispatch `*out` and `*over` events when moving into / out of nested elements
    * **pointer**: dispatch `*enter` and `*leave` events on ancestors
    ph-fritsche authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    2852509 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a46b4d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    289828b View commit details
    Browse the repository at this point in the history
Loading