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: dequelabs/axe-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.8.3
Choose a base ref
...
head repository: dequelabs/axe-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.8.4
Choose a head ref
  • 8 commits
  • 14 files changed
  • 4 contributors

Commits on Feb 5, 2024

  1. fix: Add LICENSE-3RD-PARTY.txt file (#4304)

    Axe-core needs to include the copyright and licenses of third-party
    software.
    
    I also looked at preserving the copyright statements from third-party
    libraries where they are embedded. Unfortunately that will require us
    addressing the webpack issue due to which we pinned our ESBuild version.
    #4305
    
    ---------
    
    Co-authored-by: Dan Bjorge <[email protected]>
    2 people authored and straker committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    139c553 View commit details
    Browse the repository at this point in the history
  2. fix: avoid reading element-specific node properties of non-element no…

    …de types (#4317)
    
    Updates VirtualNode's `props` initialization path to avoid reading
    properties that we know based on `nodeType` won't be present anyway.
    This should mitigate #4316 by avoiding reading the problematic `value`
    prop present on certain text nodes.
    
    I also cleaned up some missing test coverage in the impacted code.
    
    Closes: #4316
    dbjorge authored and straker committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a2a6935 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. fix(utils/get-selector): ignore 'xmlns' attribute when generating a s…

    …elector (#4303)
    
    Ignore the "xmlns" attribute when generating a selector, since the
    selector spec does not support namespaces.
    
    Closes: #4302
    thuey authored and straker committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    8c68546 View commit details
    Browse the repository at this point in the history
  2. fix(d.ts): RawNodesResult issues (#4229)

    * fix(d.ts): RawNodesResult issues
    
    * Type tests
    
    * More
    
    * empty
    
    * Fixed feedback
    WilcoFiers authored and straker committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f105266 View commit details
    Browse the repository at this point in the history
  3. fix(d.ts): RunOptions.reporter can be any string (#4218)

    Co-authored-by: Steven Lambert <[email protected]>
    WilcoFiers and straker committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    80de793 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd74523 View commit details
    Browse the repository at this point in the history
  5. chore(release): 4.8.4

    straker committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b8839aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ba9d05 View commit details
    Browse the repository at this point in the history
Loading