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: v12.8.0
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: v13.0.0-alpha.0
Choose a head ref
  • 14 commits
  • 44 files changed
  • 1 contributor

Commits on Aug 12, 2024

  1. [v13] chore: remove deprecated stuff (#1603)

    * chore: remove flush microtask legacy
    
    * chore: remove deprecated *ByAccessibilityState, *ByAccessibilityValue queries
    
    * chore: add docs
    
    * docs: add docs
    mdjastrzebski committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    398f09a View commit details
    Browse the repository at this point in the history
  2. [v13] chore: remove react 16 & 17 code (#1602)

    * chore: remove React 16 & 17 code
    
    chore: remove more
    
    chore: react version 18.3.1
    
    docs: migration guide
    
    * refactor: finish merge
    mdjastrzebski committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b797cf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5cfb98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    450e750 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Merge branch 'main' into v13

    # Conflicts:
    #	src/queries/__tests__/accessibility-state.test.tsx
    #	yarn.lock
    mdjastrzebski committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a3e1c5a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Merge branch 'main' into v13

    # Conflicts:
    #	src/queries/__tests__/accessibility-state.test.tsx
    mdjastrzebski committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e6d06a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Merge branch 'main' into v13

    # Conflicts:
    #	package.json
    #	src/__tests__/__snapshots__/render-debug.test.tsx.snap
    #	yarn.lock
    mdjastrzebski committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c7f9132 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7455b21 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    0c8f3a8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into v13

    # Conflicts:
    #	jest-setup.ts
    mdjastrzebski committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3abeac3 View commit details
    Browse the repository at this point in the history
  3. feat(v13): enable concurrent rendering by default (#1692)

    * feat!: enable concurrent rendering by default
    
    * chore: tweaks
    mdjastrzebski authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    383c241 View commit details
    Browse the repository at this point in the history
  4. refactor(v13): use react act if available (#1695)

    * chore: tweak peer deps limits
    
    * chore: sync act implementation with RTL
    
    * chore: update yarn.lock
    mdjastrzebski authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e90360b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e788b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93eb539 View commit details
    Browse the repository at this point in the history
Loading