File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.0.0] - 2022-10-30
10
+
9
11
### Added
10
12
11
- - ` labelComponents ` options to add custom label components in ` form-control-has-label `
13
+ - ` labelComponents ` options to add custom label components in ` form-control-has-label ` .
14
+ - ` controlComponents ` options to add custom control components in ` form-control-has-label ` .
15
+
16
+ ### Changed
17
+
18
+ - Require ` aria-query ` version 5.0.0 or higher. This is a breaking change for this dependency, meaning it's a breaking change for this package.
12
19
13
20
## [ 1.1.1] - 2021-12-23
14
21
@@ -134,7 +141,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
134
141
135
142
- Initial release 🎉.
136
143
137
- [ unreleased ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v1.1.1...HEAD
144
+ [ unreleased ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v2.0.0...HEAD
145
+ [ 2.0.0 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v1.1.1...v2.0.0
138
146
[ 1.1.1 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v1.1.0...v1.1.1
139
147
[ 1.1.0 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v1.0.0...v1.1.0
140
148
[ 1.0.0 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.7.1...v1.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-vuejs-accessibility" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 2.0.0 " ,
4
4
"description" : " An eslint plugin for checking Vue.js files for accessibility" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments