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.6.1
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.7.1
Choose a head ref
  • 11 commits
  • 65 files changed
  • 3 contributors

Commits on Sep 3, 2024

  1. feat: simulated native TextInput state (#1653)

    * feat: basic text input state
    
    * refactor: self code review
    
    * refactor: code review changes
    mdjastrzebski authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4112abc View commit details
    Browse the repository at this point in the history
  2. refactor: accessibility handling (#1658)

    * refactor: improve code structure
    
    * refactor: more tweaks
    mdjastrzebski authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    22ec13d View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @callstack/eslint-config from 14.2.0 to 15.0.0 (#…

    …1650)
    
    * chore(deps-dev): bump @callstack/eslint-config from 14.2.0 to 15.0.0
    
    Bumps [@callstack/eslint-config](https://github.com/callstack/eslint-config-callstack) from 14.2.0 to 15.0.0.
    - [Release notes](https://github.com/callstack/eslint-config-callstack/releases)
    - [Commits](callstack/eslint-config-callstack@v14.2.0...v15.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>
    
    * chore: fix lint issues
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Maciej Jastrzebski <mdjastrzebski@gmail.com>
    dependabot[bot] and mdjastrzebski authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    345be3f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

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

Commits on Sep 6, 2024

  1. refactor: scroll view native state (#1661)

    * refactor: move scroll state into native state
    
    * refactor: simplify types
    
    * refactor: renaming
    mdjastrzebski authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    bf7ea4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    856332c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. refactor: simplify native state management (#1662)

    * refactor: improve native state management
    
    * feat: add fireEvent.scroll support for scroll native events
    mdjastrzebski authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f69d1d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. feat: support Image with alt prop as label (#1665)

    * refactor: detect Image host component name
    
    * feat: support Image alt prop in *ByLabelText
    
    * feat: support *ByRole queries
    
    * feat: support toHaveAccessibleName matcher
    
    * chore: fix typecheck
    
    * refactor: self code review
    
    * refactor: adjust finding to experiment results
    
    * chore: add missing tests
    
    * refactor: self code review
    
    * refactor: self code review
    
    * refactor: self-code review
    mdjastrzebski authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    04c7ee4 View commit details
    Browse the repository at this point in the history
  2. chore: tweak scripts

    mdjastrzebski committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9b26896 View commit details
    Browse the repository at this point in the history
  3. chore: release 12.7.0

    mdjastrzebski committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    74bf842 View commit details
    Browse the repository at this point in the history
  4. chore: release 12.7.1

    mdjastrzebski committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ddf3946 View commit details
    Browse the repository at this point in the history
Loading