Skip to content

Commit 9147f75

Browse files
committed
1.0.0-alpha.1
1 parent c48fdc4 commit 9147f75

File tree

3 files changed

+64
-41
lines changed

3 files changed

+64
-41
lines changed

CHANGELOG.md

+61-38
Original file line numberDiff line numberDiff line change
@@ -7,84 +7,107 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [v0.0.12](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.11...v0.0.12) - 2020-05-27
10+
## [v1.0.0-alpha.1](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v1.0.0...v1.0.0-alpha.1)
11+
12+
## [v1.0.0](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v1.0.0-beta.1...v1.0.0) - 2021-11-09
13+
14+
## [v1.0.0-beta.1](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.12...v1.0.0-beta.1) - 2021-11-09
15+
16+
### Merged
17+
18+
- Bugfix: pa11y requires absolute paths for local files [`#39`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/39)
19+
- Fix issue with scanning subfolders if ignoreDirectories is not used [`#35`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/35)
20+
- Bump path-parse from 1.0.6 to 1.0.7 [`#46`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/46)
21+
- Bump ini from 1.3.5 to 1.3.8 [`#36`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/36)
22+
- Bump lodash from 4.17.19 to 4.17.21 [`#43`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/43)
23+
- Bump handlebars from 4.7.3 to 4.7.7 [`#42`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/42)
24+
- Bump dot-prop from 4.2.0 to 4.2.1 [`#38`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/38)
25+
- Update README.md [`#37`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/37)
26+
- Bump yargs-parser from 18.1.1 to 18.1.3 [`#31`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/31)
27+
- Bump node-fetch from 2.6.0 to 2.6.1 [`#33`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/33)
28+
- Bump lodash from 4.17.15 to 4.17.19 [`#29`](https://github.com/netlify-labs/netlify-plugin-a11y/pull/29)
1129

1230
### Commits
1331

14-
- Merge pull request #24 from ehmicky/feat/improve-default-mode [`6d0a8e4`](https://github.com/sw-yx/netlify-plugin-a11y/commit/6d0a8e4ba7cf1c7fef0b27b812897d9bb374f7b9)
15-
- Add default value for `checkPaths` input [`5809d5b`](https://github.com/sw-yx/netlify-plugin-a11y/commit/5809d5b6a7a177a91aee718a0c1d65f3d07d12a8)
32+
- Add git hooks, eslint, prettier [`9f84603`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/9f846031348a0ca9a5d33efb062f65692faee296)
33+
- Update deps & engines [`cdef940`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/cdef9401b5a69a36203525ef740320b03ae1f3d1)
34+
- Switch to NPM for package management [`fc7fa28`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/fc7fa28c06e13f870261fded47544d4e92c3cb04)
1635

17-
## [v0.0.11](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.10...v0.0.11) - 2020-05-21
36+
## [v0.0.12](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.11...v0.0.12) - 2020-05-27
1837

1938
### Commits
2039

21-
- Merge pull request #23 from papb/patch-1 [`e2fb961`](https://github.com/sw-yx/netlify-plugin-a11y/commit/e2fb96166cfa21d5f693c3ff952d8186b50592c4)
22-
- Merge pull request #21 from jhackshaw/ignore-directories [`edc23f3`](https://github.com/sw-yx/netlify-plugin-a11y/commit/edc23f36397b5e49d829083dcdb3e9a2493d8453)
23-
- Update README.md [`d5226ce`](https://github.com/sw-yx/netlify-plugin-a11y/commit/d5226ce337e4b06c5c11194d66428b8a862dc313)
40+
- Merge pull request #24 from ehmicky/feat/improve-default-mode [`6d0a8e4`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/6d0a8e4ba7cf1c7fef0b27b812897d9bb374f7b9)
41+
- Add default value for `checkPaths` input [`5809d5b`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/5809d5b6a7a177a91aee718a0c1d65f3d07d12a8)
2442

25-
## [v0.0.10](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.9...v0.0.10) - 2020-05-11
43+
## [v0.0.11](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.10...v0.0.11) - 2020-05-21
2644

2745
### Commits
2846

29-
- Merge pull request #22 from sw-yx/feat/error-handling [`74aa06b`](https://github.com/sw-yx/netlify-plugin-a11y/commit/74aa06b1dd0bdd7dbed326aca0f9a9d8c5a9fcf6)
30-
- allow explicitly ignoring directories [`5d05752`](https://github.com/sw-yx/netlify-plugin-a11y/commit/5d05752da9126d46696ba47e1f8032f49a65e574)
31-
- Improve error handling [`8a7a8f2`](https://github.com/sw-yx/netlify-plugin-a11y/commit/8a7a8f2d2d62080602bef0b1abd3574b9d52d125)
47+
- Merge pull request #23 from papb/patch-1 [`e2fb961`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/e2fb96166cfa21d5f693c3ff952d8186b50592c4)
48+
- Merge pull request #21 from jhackshaw/ignore-directories [`edc23f3`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/edc23f36397b5e49d829083dcdb3e9a2493d8453)
49+
- allow explicitly ignoring directories [`5d05752`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/5d05752da9126d46696ba47e1f8032f49a65e574)
3250

33-
## [v0.0.9](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.8...v0.0.9) - 2020-05-04
51+
## [v0.0.10](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.9...v0.0.10) - 2020-05-12
3452

3553
### Commits
3654

37-
- Merge pull request #20 from sw-yx/fix/html-crawling [`3fc332f`](https://github.com/sw-yx/netlify-plugin-a11y/commit/3fc332f7459cf469dae8cc585f0355bb6c1dde29)
38-
- Fix HTML crawling [`bdbd214`](https://github.com/sw-yx/netlify-plugin-a11y/commit/bdbd21410e807647c1f8cb207f7642a49c11e7a1)
39-
- Validate that `checkPaths` exist [`4bd568e`](https://github.com/sw-yx/netlify-plugin-a11y/commit/4bd568e930b33b23e5974e55a6131831e397bee1)
55+
- Merge pull request #22 from sw-yx/feat/error-handling [`74aa06b`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/74aa06b1dd0bdd7dbed326aca0f9a9d8c5a9fcf6)
56+
- Improve error handling [`8a7a8f2`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/8a7a8f2d2d62080602bef0b1abd3574b9d52d125)
4057

41-
## [v0.0.8](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.7...v0.0.8) - 2020-05-01
58+
## [v0.0.9](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.8...v0.0.9) - 2020-05-05
4259

4360
### Commits
4461

45-
- Merge pull request #8 from ehmicky/chore-remove-plugin-name [`5f4a1ab`](https://github.com/sw-yx/netlify-plugin-a11y/commit/5f4a1ab276db6a54cedb700023d0422a4dc3ff10)
46-
- Merge pull request #9 from ehmicky/chore/remove-top-level-function [`6f34422`](https://github.com/sw-yx/netlify-plugin-a11y/commit/6f3442259f5a23914e4878af6e7bef0b39acef17)
47-
- Merge pull request #10 from ehmicky/chore/add-bugs-url [`6b90978`](https://github.com/sw-yx/netlify-plugin-a11y/commit/6b9097891008ce58ae1259ff2db86b07164b6833)
62+
- Merge pull request #20 from sw-yx/fix/html-crawling [`3fc332f`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/3fc332f7459cf469dae8cc585f0355bb6c1dde29)
63+
- Fix HTML crawling [`bdbd214`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/bdbd21410e807647c1f8cb207f7642a49c11e7a1)
64+
- Validate that `checkPaths` exist [`4bd568e`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/4bd568e930b33b23e5974e55a6131831e397bee1)
4865

49-
## [v0.0.7](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.6...v0.0.7) - 2020-04-29
66+
## [v0.0.8](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.7...v0.0.8) - 2020-05-02
5067

5168
### Commits
5269

53-
- Merge pull request #7 from ehmicky/feat/fail-build [`5a64f36`](https://github.com/sw-yx/netlify-plugin-a11y/commit/5a64f369e37e1a2fcbb701eb75de0e3dbff0d710)
54-
- Merge pull request #6 from ehmicky/chore/update-package-lock [`f3b8c72`](https://github.com/sw-yx/netlify-plugin-a11y/commit/f3b8c72b43d736a7ca85c015987f40db9b60c980)
55-
- Update README.md [`9b2a456`](https://github.com/sw-yx/netlify-plugin-a11y/commit/9b2a456aa9dc59dd002c2934c437779f0e30d3b1)
70+
- Merge pull request #8 from ehmicky/chore-remove-plugin-name [`5f4a1ab`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/5f4a1ab276db6a54cedb700023d0422a4dc3ff10)
71+
- Merge pull request #9 from ehmicky/chore/remove-top-level-function [`6f34422`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/6f3442259f5a23914e4878af6e7bef0b39acef17)
72+
- Merge pull request #10 from ehmicky/chore/add-bugs-url [`6b90978`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/6b9097891008ce58ae1259ff2db86b07164b6833)
5673

57-
## [v0.0.6](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.5...v0.0.6) - 2020-03-21
74+
## [v0.0.7](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.6...v0.0.7) - 2020-04-30
5875

5976
### Commits
6077

61-
- yarnlock [`665d598`](https://github.com/sw-yx/netlify-plugin-a11y/commit/665d598c628868398ace67442fffda7f7a3c4ba7)
62-
- readme [`b7bb58a`](https://github.com/sw-yx/netlify-plugin-a11y/commit/b7bb58a2e2b6969b1c2f0b98735741cdd51f2a2e)
63-
- warn resultmode [`185ca9d`](https://github.com/sw-yx/netlify-plugin-a11y/commit/185ca9d829cef9019aabbffe615f4e90baeaa949)
78+
- Merge pull request #7 from ehmicky/feat/fail-build [`5a64f36`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/5a64f369e37e1a2fcbb701eb75de0e3dbff0d710)
79+
- Merge pull request #6 from ehmicky/chore/update-package-lock [`f3b8c72`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/f3b8c72b43d736a7ca85c015987f40db9b60c980)
80+
- Update README.md [`9b2a456`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/9b2a456aa9dc59dd002c2934c437779f0e30d3b1)
6481

65-
## [v0.0.5](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.2...v0.0.5) - 2020-03-20
82+
## [v0.0.6](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.5...v0.0.6) - 2020-03-20
6683

6784
### Commits
6885

69-
- changelog [`26f72c6`](https://github.com/sw-yx/netlify-plugin-a11y/commit/26f72c664d77a9bb82a9b43bed6ef944ef54bae1)
86+
- yarnlock [`665d598`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/665d598c628868398ace67442fffda7f7a3c4ba7)
87+
- readme [`b7bb58a`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/b7bb58a2e2b6969b1c2f0b98735741cdd51f2a2e)
88+
- warn resultmode [`185ca9d`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/185ca9d829cef9019aabbffe615f4e90baeaa949)
7089

71-
## [v0.0.4](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.3...v0.0.4) - 2020-03-09
90+
## [v0.0.5](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.4...v0.0.5) - 2020-03-20
7291

7392
### Commits
7493

75-
- just invoke binary and trust in PATH [`55f0396`](https://github.com/sw-yx/netlify-plugin-a11y/commit/55f0396ce52d388c82174c85e4c09c7b115c022e)
76-
- pkgjson [`8d06bf4`](https://github.com/sw-yx/netlify-plugin-a11y/commit/8d06bf437a88ea673cfe51593a4c39417d9aa131)
94+
- see if this works [`fefeea8`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/fefeea8958ebe8728af454655a6c86e4396e3c65)
95+
- final commit before pivot [`9cd3c3f`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/9cd3c3f8dcace84f4cdd9b94a5c8d3efbeaf3ffd)
96+
- commit real demo [`39cff04`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/39cff044b1c544f7f395d5a69c3abd6feb61ad2d)
7797

78-
## v0.0.3 - 2020-03-09
98+
## [v0.0.4](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.3...v0.0.4) - 2020-03-09
7999

80100
### Commits
81101

82-
- fix bug and add run utils [`96eec98`](https://github.com/sw-yx/netlify-plugin-a11y/commit/96eec983f3c75b5bf301a1bb56979d860c980b74)
102+
- just invoke binary and trust in PATH [`55f0396`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/55f0396ce52d388c82174c85e4c09c7b115c022e)
103+
- pkgjson [`8d06bf4`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/8d06bf437a88ea673cfe51593a4c39417d9aa131)
104+
105+
## [v0.0.3](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v0.0.2...v0.0.3) - 2020-03-09
83106

84-
## [v0.0.2](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.4...v0.0.2) - 2020-03-20
107+
## v0.0.2 - 2020-03-20
85108

86109
### Commits
87110

88-
- see if this works [`fefeea8`](https://github.com/sw-yx/netlify-plugin-a11y/commit/fefeea8958ebe8728af454655a6c86e4396e3c65)
89-
- final commit before pivot [`9cd3c3f`](https://github.com/sw-yx/netlify-plugin-a11y/commit/9cd3c3f8dcace84f4cdd9b94a5c8d3efbeaf3ffd)
90-
- commit real demo [`39cff04`](https://github.com/sw-yx/netlify-plugin-a11y/commit/39cff044b1c544f7f395d5a69c3abd6feb61ad2d)
111+
- see if this works [`fefeea8`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/fefeea8958ebe8728af454655a6c86e4396e3c65)
112+
- final commit before pivot [`9cd3c3f`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/9cd3c3f8dcace84f4cdd9b94a5c8d3efbeaf3ffd)
113+
- fix bug and add run utils [`96eec98`](https://github.com/netlify-labs/netlify-plugin-a11y/commit/96eec983f3c75b5bf301a1bb56979d860c980b74)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-plugin-a11y",
3-
"version": "0.0.12",
3+
"version": "1.0.0-alpha.1",
44
"description": "Check for accessibility errors on critical pages of your Netlify website.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)