Skip to content

Commit 0e6b2e4

Browse files
authored
v1.0.0 beta 1! 🎉 (#79)
* chore: update dev dependencies * feat: update pa11y, tslib * feat!: require >= node 16.15 * chore: add nvmrc * chore: update changelog * chore: fix engine versions to match forcal image software * 1.0.0-beta.1
1 parent 3a42eb5 commit 0e6b2e4

File tree

4 files changed

+17117
-16576
lines changed

4 files changed

+17117
-16576
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16.15

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Prior to v1.0.0-alpha.1, logs were generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [v1.0.0-alpha.6](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v1.0.0-alpha.6...v1.0.0-alpha.6)
10+
## [v1.0.0-beta.1](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v1.0.0-alpha.6...v1.0.0-beta.1)
11+
12+
### Added
13+
- New input: `ignoreGuidelines`. Used to indicate the accessibility standards or guidelines that the plugin should ignoore (#76; thank-you, @amykapernick)
14+
15+
### Changed
16+
- **Breaking:** Now requires Node 16.0.0.
17+
- Now uses Pa11y 6.2.3 and TSLib 2.4.0.
18+
- Internal: The source code of the app is now 100% TypeScript!
19+
- Internal: Many dev dependencies have been updated.
20+
21+
## [v1.0.0-alpha.6](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v1.0.0-alpha.5...v1.0.0-alpha.6)
1122

1223
### Changed
1324
- Fixes [#68](https://github.com/netlify-labs/netlify-plugin-a11y/issues/68) by only failing builds if issues are found. Thank you to [@vgautam](https://github.com/vgautam) for reporting.

0 commit comments

Comments
 (0)