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: callstack/react-native-testing-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 64b76b0
Choose a base ref
...
head repository: callstack/react-native-testing-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dace5cb
Choose a head ref
  • 5 commits
  • 40 files changed
  • 1 contributor

Commits on Jul 21, 2023

  1. chore: update example deps (#1435)

    * chore: upgrade expo
    
    * chore: upgrade example deps
    
    * chore: update other examples
    mdjastrzebski authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b2d642f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. feat: User Event type() (#1396)

    * feat: userEvent type()
    
    chore: restore tests
    
    chore: more tests
    
    chore: improve coverage
    
    chore: moar tests
    
    docs: improve the docs
    
    chore: fix lint
    
    refactor: code review changes
    
    chore: fix lint
    
    chore: tweak return type
    
    refactor: flush microtasks after event
    
    refactor: re-organize waits
    
    refactor: improve dispatch event functions
    
    refactor: remove flushMicroTasks calls
    
    * chore: update snapshots
    
    * chore: do not expose User Event docs yet
    
    * refactor: simplify dispatchEvent code
    
    * refactor: press
    
    * refactor: move warn method up
    
    * refactor: finishing touches
    
    * docs: correct typos
    mdjastrzebski authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    574205a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. fix: UserEvent longPress on Text component (#1436)

    * chore: add tests
    
    * fix: support Text longPress, improve pressable Text checks
    
    * chore: refactor
    
    * refactor: tweaks
    mdjastrzebski authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    b9a3fb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. chore: expose User Event in the exports and website (#1410)

    * chore: expose User Event in the exports and website
    
    * docs: tweaks, add beta notice
    
    * chore: anotate fireEvent api
    
    * docs: tweaks
    mdjastrzebski authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    3382867 View commit details
    Browse the repository at this point in the history
  2. v12.2.0

    mdjastrzebski committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    dace5cb View commit details
    Browse the repository at this point in the history
Loading