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.1.0
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.1.1
Choose a head ref
  • 8 commits
  • 45 files changed
  • 5 contributors

Commits on Nov 16, 2020

  1. Merge pull request #2641 from dequelabs/master

    chore: merge master into develop
    WilcoFiers authored Nov 16, 2020
    Configuration menu
    Copy the full SHA
    534a0a8 View commit details
    Browse the repository at this point in the history
  2. chore: fix watch (#2636)

    straker authored Nov 16, 2020
    Configuration menu
    Copy the full SHA
    0bf87ff View commit details
    Browse the repository at this point in the history
  3. refactor: remove core-js and core-js-pure dependencies (#2637)

    * core(cleanup): remove core-js and core-js-pure dependencies
    
    The polyfills previously provided by these dependencies can be fulfilled by other existing dependencies of axe-core
    
    * Restore conditional check around Promise polyfilling
    
    * Remove redundant `WeakMap` declaration presence check
    
    Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com>
    
    Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com>
    jayaddison and straker authored Nov 16, 2020
    Configuration menu
    Copy the full SHA
    1e47fb1 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. refactor: set default return for text.sanitize and utils.tokenList (#…

    …2645)
    
    * refactor: set default return for text.sanitize and utils.tokenList
    
    * fix
    straker authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    ea0917e View commit details
    Browse the repository at this point in the history
  2. fix(color-contrast): greatly improve color-contrast-matches speed. ad…

    …d aria/get-accessible-ref (#2635)
    
    * feat(color-contrast): greatly improve color-contrast-matches speed. add aria/get-accessible-ref
    
    * filter by aria-labelledby
    
    * fixes
    
    * delete
    straker authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    ba174bd View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. fix: remove axios import (#2653)

    * fix: remove axios import
    
    * remove axios dep
    michael-siek authored Nov 19, 2020
    Configuration menu
    Copy the full SHA
    2d20cde View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. chore(release): 4.1.1

    straker committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    d72e2c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2654 from dequelabs/release-4.1.1

    chore: Release 4.1.1
    WilcoFiers authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    7da2c51 View commit details
    Browse the repository at this point in the history
Loading