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: jsx-eslint/eslint-plugin-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.31.1
Choose a base ref
...
head repository: jsx-eslint/eslint-plugin-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.31.2
Choose a head ref
  • 14 commits
  • 12 files changed
  • 5 contributors

Commits on Aug 28, 2022

  1. Copy the full SHA
    c57ccd1 View commit details
  2. Copy the full SHA
    0771bc1 View commit details

Commits on Aug 29, 2022

  1. [Tests] jsx-key: add passing tests

    Closes #3373
    ljharb committed Aug 29, 2022
    Copy the full SHA
    ffca7e9 View commit details
  2. Copy the full SHA
    9055439 View commit details

Commits on Aug 30, 2022

  1. Copy the full SHA
    3d58253 View commit details
  2. [Fix] jsx-sort-props: avoid a crash

    Fixes #3371.
    ROSSROSALES authored and ljharb committed Aug 30, 2022
    Copy the full SHA
    dc62a8c View commit details
  3. Copy the full SHA
    3a237b0 View commit details

Commits on Aug 31, 2022

  1. Copy the full SHA
    d3aa050 View commit details
  2. [Refactor] no-unknown-property: improve jsdoc; extract logic to sep…

    …arate functions
    
     - checking case ignored attributes to a function of its own
    
    Also move variable inside function definition to make JSDoc comment match correct block
    Also update the link to Web components spec
    sjarva authored and ljharb committed Aug 31, 2022
    Copy the full SHA
    d6d84cc View commit details
  3. [Fix] no-unknown-property: properly recognize valid data- and aria-…

    … attributes
    sjarva authored and ljharb committed Aug 31, 2022
    Copy the full SHA
    84a9771 View commit details
  4. [Refactor] no-unknown-property: update DOM properties to include al…

    …so one word properties
    
    Also regroup the properties to global, element specific and React or Safari/Apple specific
    sjarva authored and ljharb committed Aug 31, 2022
    Copy the full SHA
    d2dd7f0 View commit details
  5. [Fix] no-unknown-property: properly recognize unknown HTML/DOM attr…

    …ibutes
    
    Refactored going through different scenarios and error cases to be more clear.
    Also add some new unit tests, and move one should-have-been invalid test case from valid to invalid.
    sjarva authored and ljharb committed Aug 31, 2022
    Copy the full SHA
    f54b391 View commit details

Commits on Sep 2, 2022

  1. [Dev Deps] update markdown-magic

    Remove doctoc pin, thanks to DavidWells/markdown-magic#62 (comment)
    ljharb committed Sep 2, 2022
    Copy the full SHA
    24690a0 View commit details
  2. Copy the full SHA
    512909b View commit details
Loading