Skip to content

Commit

Permalink
chore(release): 4.1.3 (#2826)
Browse files Browse the repository at this point in the history
* fix(types): Add noHtml option (#2810)

* Add noHtml to the typescript types

* Update axe.d.ts

Co-authored-by: Stephen Mathieson <[email protected]>

* fix(respondable): Avoid message duplication with messageId (#2816)

* refactor: rewrite respondable

* fix: use nodejs crypto for uuid.v4

* test(cmd): allow require('crypto')

* tests: fix respondable tests

* remove failing tests

* chore(release): 4.1.3

Co-authored-by: Dylan Barrell <[email protected]>
Co-authored-by: Stephen Mathieson <[email protected]>
Co-authored-by: Wilco Fiers <[email protected]>
  • Loading branch information
4 people authored Mar 4, 2021
1 parent 11a514d commit ca8c2c7
Show file tree
Hide file tree
Showing 32 changed files with 1,346 additions and 1,206 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ jobs:
- run: npx grunt fixture
# run IE webdriver tests
- run: npx grunt connect test-webdriver:ie
# test examples
# Note: Jasmine karma-chrome-launcher requires chrome browser
- run: choco install googlechrome --ignore-checksums
- run: npm run test:examples

# Run examples under `doc/examples`
test_examples:
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [4.1.3](https://github.com/dequelabs/axe-core/compare/v4.1.2...v4.1.3) (2021-03-04)

t/8a699ecba6c77f6a705d44616f1bcefd634ff89b))

### Bug Fixes

- **respondable:** Avoid message duplication with messageId ([#2816](https://github.com/dequelabs/axe-core/issues/2816)) ([9b6eb59](https://github.com/dequelabs/axe-core/commit/9b6eb5987da104398acaae60b7b7ee4e0b2d3c8f))
- **types:** Add noHtml option ([#2810](https://github.com/dequelabs/axe-core/issues/2810)) ([8bc0bae](https://github.com/dequelabs/axe-core/commit/8bc0baec5c997873daf43ff5de61ea22a8e8c896))

### [4.1.2](https://github.com/dequelabs/axe-core/compare/v4.1.1...v4.1.2) (2021-02-08)

### Bug Fixes
Expand Down
Loading

0 comments on commit ca8c2c7

Please sign in to comment.