Skip to content

Commit ed8a30c

Browse files
strakerWilcoFiers
authored andcommitted
chore(release): 3.5.6
1 parent fde6ab2 commit ed8a30c

12 files changed

Lines changed: 117 additions & 11199 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ set_npm_auth: &set_npm_auth
2121
restore_dependency_cache_unix: &restore_dependency_cache_unix
2222
restore_cache:
2323
keys:
24-
- v8-cache-unix-{{ checksum "package.json" }}
24+
- v8-cache-unix-{{ checksum "package-lock.json" }}
2525
- v8-cache-unix-
2626

2727
restore_dependency_cache_win: &restore_dependency_cache_win
2828
restore_cache:
2929
keys:
30-
- v8-cache-win-{{ checksum "package.json" }}
30+
- v8-cache-win-{{ checksum "package-lock.json" }}
3131
- v8-cache-win-
3232

3333
jobs:
@@ -41,7 +41,7 @@ jobs:
4141
- <<: *restore_dependency_cache_unix
4242
- run: npm ci
4343
- save_cache:
44-
key: v8-cache-unix-{{ checksum "package.json" }}
44+
key: v8-cache-unix-{{ checksum "package-lock.json" }}
4545
paths:
4646
- node_modules
4747
dependencies_win:
@@ -53,7 +53,7 @@ jobs:
5353
- <<: *restore_dependency_cache_win
5454
- run: npm ci
5555
- save_cache:
56-
key: v8-cache-win-{{ checksum "package.json" }}
56+
key: v8-cache-win-{{ checksum "package-lock.json" }}
5757
paths:
5858
- node_modules
5959

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [3.5.6](https://github.com/dequelabs/axe-core/compare/v3.5.5...v3.5.6) (2021-05-12)
6+
7+
### Bug Fixes
8+
9+
- add noHtml to axe.configure ([8982c1a](https://github.com/dequelabs/axe-core/commit/8982c1a44cd2330da5be783f74a65fca121d96cb))
10+
- do not allow postMessage with axe version of x.y.z ([fde6ab2](https://github.com/dequelabs/axe-core/commit/fde6ab2ab247ea1e8138829534fde630bb342ed2))
11+
512
### [3.5.5](https://github.com/dequelabs/axe-core/compare/v3.5.4...v3.5.5) (2020-06-16)
613

714
### Bug Fixes
@@ -129,6 +136,13 @@ All notable changes to this project will be documented in this file. See [standa
129136
- **typings:** add proper return value to getRule ([#1900](https://github.com/dequelabs/axe-core/issues/1900)) ([4d907f8](https://github.com/dequelabs/axe-core/commit/4d907f86b0152122f92cceae0b242e09aff0f49a))
130137
- **unicode:** stop parsing escaped unicode strings ([#1997](https://github.com/dequelabs/axe-core/issues/1997)) ([7447d03](https://github.com/dequelabs/axe-core/commit/7447d03bcfd118897d8114fded1ea8a42f3da08f))
131138

139+
### [3.4.3](https://github.com/dequelabs/axe-core/compare/v3.4.2...v3.4.3) (2021-05-12)
140+
141+
### Bug Fixes
142+
143+
- add noHtml to axe.configure ([eec4282](https://github.com/dequelabs/axe-core/commit/eec42827c971ca60b3363d45d427ebd969fe0156))
144+
- do not allow postMessage with axe version of x.y.z ([b317100](https://github.com/dequelabs/axe-core/commit/b3171004a6a427a74d65aee3d311315691b635cc))
145+
132146
## [3.4.2](https://github.com/dequelabs/axe-core/compare/v3.4.1...v3.4.2) (2020-02-04)
133147

134148
### Bug Fixes
@@ -200,6 +214,13 @@ All notable changes to this project will be documented in this file. See [standa
200214
- **runVirtualNode:** Allow serialised nodes [experimental](<[512d51b](https://github.com/dequelabs/axe-core/commit/512d51b)>)
201215
- **video-description:** deprecate video-description rule ([#1737](https://github.com/dequelabs/axe-core/issues/1737)) ([e91c25f](https://github.com/dequelabs/axe-core/commit/e91c25f))
202216

217+
### [3.3.4](https://github.com/dequelabs/axe-core/compare/v3.3.3...v3.3.4) (2021-05-11)
218+
219+
### Bug Fixes
220+
221+
- add noHtml to axe.configure ([ec5a4d7](https://github.com/dequelabs/axe-core/commit/ec5a4d783ad8a417df65dc1e5e4781efdeddbfa8))
222+
- do not allow postMessage with axe version of x.y.z ([7ccd858](https://github.com/dequelabs/axe-core/commit/7ccd858fb2b58b29a955f8174298f94f87f71d26))
223+
203224
## [3.3.3](https://github.com/dequelabs/axe-core/compare/v3.3.2...v3.3.3) (2020-02-04)
204225

205226
### Bug Fixes
@@ -307,6 +328,13 @@ All notable changes to this project will be documented in this file. See [standa
307328
- only run IE11 tests in appveyor ([#1571](https://github.com/dequelabs/axe-core/issues/1571)) ([35261ef](https://github.com/dequelabs/axe-core/commit/35261ef))
308329
- watch integration html and json files ([#1598](https://github.com/dequelabs/axe-core/issues/1598)) ([3de0b05](https://github.com/dequelabs/axe-core/commit/3de0b05))
309330

331+
## [3.2.4](https://github.com/dequelabs/axe-core/compare/v3.2.3...v3.2.4) (2021-05-10)
332+
333+
### Bug Fixes
334+
335+
- add noHtml to axe.configure ([e994323](https://github.com/dequelabs/axe-core/commit/e99432311dfd45d20c8bafe823f7f8eb61065cb0))
336+
- do not allow postMessage with axe version of x.y.z ([a05264f](https://github.com/dequelabs/axe-core/commit/a05264f0d1615e0434d5dd1efa4fca5ef76f7021))
337+
310338
## [3.2.3](https://github.com/dequelabs/axe-core/compare/v3.2.2...v3.2.3) (2020-02-04)
311339

312340
### Bug Fixes
@@ -389,6 +417,15 @@ All notable changes to this project will be documented in this file. See [standa
389417

390418
- Deprecate axe.commons.utils namespace ([#1330](https://github.com/dequelabs/axe-core/issues/1330)) ([df93272](https://github.com/dequelabs/axe-core/commit/df93272))
391419

420+
<a name="3.1.3"></a>
421+
422+
## [3.1.3](https://github.com/dequelabs/axe-core/compare/v3.1.2...v3.1.3) (2021-05-05)
423+
424+
### Bug Fixes
425+
426+
- add noHtml to axe.configure ([dee205b](https://github.com/dequelabs/axe-core/commit/dee205b))
427+
- do not allow postMessage with axe version of x.y.z ([e93f394](https://github.com/dequelabs/axe-core/commit/e93f394))
428+
392429
<a name="3.1.2"></a>
393430

394431
## [3.1.2](https://github.com/dequelabs/axe-core/compare/v3.0.3...v3.1.2) (2018-09-07)
@@ -459,6 +496,13 @@ All notable changes to this project will be documented in this file. See [standa
459496
- **i18n:** Update ja (Japanese) locale for 3.1 release ([#1101](https://github.com/dequelabs/axe-core/issues/1101)) ([ef6cd86](https://github.com/dequelabs/axe-core/commit/ef6cd86))
460497
- **deprecate:** Deprecate audio-caption rule ([#1071](https://github.com/dequelabs/axe-core/issues/1071)) ([3b05fee](https://github.com/dequelabs/axe-core/commit/3b05fee))
461498

499+
## [3.0.4](https://github.com/dequelabs/axe-core/compare/v3.0.3...v3.0.4) (2021-04-30)
500+
501+
### Bug Fixes
502+
503+
- add noHtml to axe.configure ([2e18f0c](https://github.com/dequelabs/axe-core/commit/2e18f0c))
504+
- do not allow postMessage with axe version of x.y.z ([9e62c8c](https://github.com/dequelabs/axe-core/commit/9e62c8c))
505+
462506
<a name="3.0.3"></a>
463507

464508
## [3.0.3](https://github.com/dequelabs/axe-core/compare/v3.0.2...v3.0.3) (2018-06-04)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axe-core",
3-
"version": "3.5.5",
3+
"version": "3.5.6",
44
"contributors": [
55
{
66
"name": "David Sturley",

0 commit comments

Comments
 (0)