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.3.2
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: v12.3.3
Choose a head ref
  • 8 commits
  • 48 files changed
  • 5 contributors

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    b019479 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. feat: toHaveAccessibleName matcher (#1509)

    * feat: toHaveAccessibleName matcher
    
    * feat: toHaveAccessibleName matcher
    
    * feat: toHaveAccessibleName matcher
    
    * refactor: check logic
    
    * chore: fix lint
    
    * refactor: tests
    
    * chore: test tweaks
    
    ---------
    
    Co-authored-by: Maciej Jastrzębski <mdjastrzebski@gmail.com>
    anishamalde and mdjastrzebski authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    2ada536 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. docs: Jest matchers docs (#1506)

    * docs: v1 of jest matchers docs
    
    * chore: add TOC
    
    * chore: tweak heading levels
    
    * docs: tweaks
    
    * docs: cross references
    
    * docs: tweaks
    
    * docs: tweaks
    
    * docs: tweaks
    
    * Update website/docs/JestMatchers.md
    
    Co-authored-by: Pierre Zimmermann <64224599+pierrezimmermannbam@users.noreply.github.com>
    
    * Update website/docs/JestMatchers.md
    
    Co-authored-by: Pierre Zimmermann <64224599+pierrezimmermannbam@users.noreply.github.com>
    
    * Update website/docs/JestMatchers.md
    
    Co-authored-by: Pierre Zimmermann <64224599+pierrezimmermannbam@users.noreply.github.com>
    
    * Update website/docs/JestMatchers.md
    
    Co-authored-by: Pierre Zimmermann <64224599+pierrezimmermannbam@users.noreply.github.com>
    
    * Update website/docs/JestMatchers.md
    
    Co-authored-by: Pierre Zimmermann <64224599+pierrezimmermannbam@users.noreply.github.com>
    
    * Update website/docs/JestMatchers.md
    
    Co-authored-by: Pierre Zimmermann <64224599+pierrezimmermannbam@users.noreply.github.com>
    
    * Update website/docs/MigrationJestMatchers.md
    
    Co-authored-by: Pierre Zimmermann <64224599+pierrezimmermannbam@users.noreply.github.com>
    
    * Update website/docs/MigrationJestMatchers.md
    
    Co-authored-by: Pierre Zimmermann <64224599+pierrezimmermannbam@users.noreply.github.com>
    
    * docs: spellchecking
    
    * chore: final fixes
    
    ---------
    
    Co-authored-by: Pierre Zimmermann <64224599+pierrezimmermannbam@users.noreply.github.com>
    mdjastrzebski and pierrezimmermannbam authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    84ba56e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. chore: modern yarn (4.0) (#1517)

    * chore: upgrade to Yarn 4
    
    * chore: upgrade examples/basic
    
    * chore: add git ignores
    
    * chore: upgrade website yarn
    
    * chore: fix yarn scripts
    
    * chore: git ignore tweaks
    
    * chore: git ignore tweaks
    mdjastrzebski authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    817d4ed View commit details
    Browse the repository at this point in the history
  2. chore: enable Yarn 4 on CI (#1525)

    * chore: enable Yarn 4 on CI (attempt 1)
    
    * chore: attempt 2
    
    * chore: attempt 3
    
    * chore: attempt 4
    
    * chore: attempt 5
    
    * chore: fix website
    
    * chore: fix attempt 6'
    mdjastrzebski authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    80e64cf View commit details
    Browse the repository at this point in the history
  3. chore: expose Jest Native exports (#1522)

    * chore: expose Jest Native exports
    
    * chore: update files
    mdjastrzebski authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4549e7b View commit details
    Browse the repository at this point in the history
  4. Dependabot/npm and yarn/callstack/eslint config 14.0.0 (#1526)

    * chore(deps-dev): bump @callstack/eslint-config from 13.0.2 to 14.0.0
    
    Bumps [@callstack/eslint-config](https://github.com/callstack/eslint-config-callstack) from 13.0.2 to 14.0.0.
    - [Release notes](https://github.com/callstack/eslint-config-callstack/releases)
    - [Commits](callstack/eslint-config-callstack@v13.0.2...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@callstack/eslint-config"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * refactor: fix lint issues
    
    * refactor: fix lint issues
    
    * refactor: fix lint issues
    
    * refactor: fix lint issues
    
    * chore: update callstack-eslint config
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    mdjastrzebski and dependabot[bot] authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    aad0849 View commit details
    Browse the repository at this point in the history
  5. v12.3.3

    mdjastrzebski committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    bc1ec0d View commit details
    Browse the repository at this point in the history
Loading