@uuv/a11y 1.0.0-beta.8 → 1.0.0-beta.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/CHANGELOG.md +756 -0
  2. package/LICENSE +0 -2
  3. package/README.md +21 -7
  4. package/bundle/uuv-a11y.bundle.js +2 -2
  5. package/bundle/uuv-a11y.bundle.js.LICENSE.txt +12 -0
  6. package/dist/CHANGELOG.md +748 -0
  7. package/dist/README.md +21 -7
  8. package/dist/lib/model/checker.d.ts +3 -12
  9. package/dist/lib/model/checker.js +0 -33
  10. package/dist/lib/model/checklist-checker.d.ts +15 -0
  11. package/dist/lib/model/checklist-checker.js +61 -0
  12. package/dist/lib/model/index.d.ts +1 -0
  13. package/dist/lib/model/index.js +1 -0
  14. package/dist/lib/model/reference.js +1 -1
  15. package/dist/lib/model/result.js +1 -1
  16. package/dist/lib/model/rule.d.ts +8 -8
  17. package/dist/lib/model/rule.js +3 -3
  18. package/dist/lib/model/uuv-a11y-result.d.ts +54 -0
  19. package/dist/lib/model/uuv-a11y-result.js +17 -0
  20. package/dist/lib/query/accessible-name.query.d.ts +2 -0
  21. package/dist/lib/query/accessible-name.query.js +8 -2
  22. package/dist/lib/query/compliant-attributes/attribut-specification.d.ts +9 -0
  23. package/dist/lib/query/compliant-attributes/attribut-specification.js +29 -4
  24. package/dist/lib/query/compliant-attributes/attribute-checker.d.ts +12 -0
  25. package/dist/lib/query/compliant-attributes/attribute-checker.js +18 -0
  26. package/dist/lib/reference/index.d.ts +1 -0
  27. package/dist/lib/reference/index.js +1 -0
  28. package/dist/lib/reference/rgaa/coverage/coverage-helper.js +18 -9
  29. package/dist/lib/reference/rgaa/coverage/coverage-statement.json +22 -3
  30. package/dist/lib/reference/rgaa/rgaa-checker.d.ts +3 -3
  31. package/dist/lib/reference/rgaa/rgaa-checker.js +2 -2
  32. package/dist/lib/reference/rgaa/rules/1-image.d.ts +4 -4
  33. package/dist/lib/reference/rgaa/rules/11-form.d.ts +4 -4
  34. package/dist/lib/reference/rgaa/rules/2-frame.d.ts +4 -4
  35. package/dist/lib/reference/rgaa/rules/3-color.d.ts +4 -4
  36. package/dist/lib/reference/rgaa/rules/5-table.d.ts +4 -4
  37. package/dist/lib/reference/rgaa/rules/6-link.d.ts +12 -1
  38. package/dist/lib/reference/rgaa/rules/6-link.js +147 -1
  39. package/dist/lib/reference/rgaa/rules/8-required-element.d.ts +4 -4
  40. package/dist/lib/reference/rgaa/rules/8-required-element.js +57 -3
  41. package/dist/lib/reference/wcag/index.d.ts +1 -0
  42. package/dist/lib/reference/wcag/index.js +17 -0
  43. package/dist/lib/reference/wcag/wcag-checker.d.ts +14 -0
  44. package/dist/lib/reference/wcag/wcag-checker.js +86 -0
  45. package/dist/lib/reference/wcag/wcag-helper.d.ts +9 -0
  46. package/dist/lib/reference/wcag/wcag-helper.js +73 -0
  47. package/dist/package.json +20 -14
  48. package/package.json +18 -12
package/CHANGELOG.md CHANGED
@@ -1,3 +1,759 @@
1
+ # [1.0.0-beta.80](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.79...a11y-v1.0.0-beta.80) (2025-09-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **assistant:** update dependency antd to v5.27.4 ([f0601cb](https://github.com/e2e-test-quest/uuv/commit/f0601cb3b7db519ce26bf12a7fee78885086a2f0))
7
+ * **deps:** update dependency @mdx-js/react to v3.1.1 ([7931ada](https://github.com/e2e-test-quest/uuv/commit/7931ada1c1e9f46fefbffbad354b41a683a13105))
8
+ * **deps:** update docusaurus monorepo to v3.8.1 ([e2444da](https://github.com/e2e-test-quest/uuv/commit/e2444da952ce605cf5e2c40f6c077e8dbf09968c))
9
+
10
+
11
+ ### Features
12
+
13
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v22.2.0 ([3f9ca1a](https://github.com/e2e-test-quest/uuv/commit/3f9ca1a40ed29fa193c4a9ea0f5c598877b0d19f))
14
+ * **runner-cypress:** update dependency @testing-library/cypress to v10.1.0 ([5481262](https://github.com/e2e-test-quest/uuv/commit/5481262ba4c8e07f825126ddcf4449dcc1c59146))
15
+ * **runner-playwright:** update dependency axe-playwright to v2.2.2 ([19ddd70](https://github.com/e2e-test-quest/uuv/commit/19ddd70762121ce635f1a7eba3a937b9bc726e0b))
16
+
17
+ # [1.0.0-beta.79](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.78...a11y-v1.0.0-beta.79) (2025-08-29)
18
+
19
+
20
+ ### Features
21
+
22
+ * update react monorepo to v19 ([4e10a59](https://github.com/e2e-test-quest/uuv/commit/4e10a59abf9a343b311ef4a2b3223dcf1555638f))
23
+
24
+ # [1.0.0-beta.78](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.77...a11y-v1.0.0-beta.78) (2025-08-25)
25
+
26
+
27
+ ### Features
28
+
29
+ * **assistant:** update dependency antd to v5.27.1 ([d0dc967](https://github.com/e2e-test-quest/uuv/commit/d0dc967bc686e5710b35adefc8b040a404581f95))
30
+ * **runner-playwright:** migrate to playwright-bdd 8.4.0 ([0c9e0f0](https://github.com/e2e-test-quest/uuv/commit/0c9e0f095194af15cb21a822500e6db0410189d7))
31
+
32
+ # [1.0.0-beta.77](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.76...a11y-v1.0.0-beta.77) (2025-08-13)
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * **assistant:** remove @testing-library/dom dependency and adapt selector ([14684af](https://github.com/e2e-test-quest/uuv/commit/14684afd4ddce4a7041bc09543a6a6df6d1e3a1c))
38
+
39
+ # [1.0.0-beta.76](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.75...a11y-v1.0.0-beta.76) (2025-08-11)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * manage aggrid case for runner and assistant, [#1070](https://github.com/e2e-test-quest/uuv/issues/1070) ([dd00aa3](https://github.com/e2e-test-quest/uuv/commit/dd00aa323e153729c3297c26d39378f8eb72c446))
45
+
46
+ # [1.0.0-beta.75](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.74...a11y-v1.0.0-beta.75) (2025-07-27)
47
+
48
+
49
+ ### Features
50
+
51
+ * add funding, [#1065](https://github.com/e2e-test-quest/uuv/issues/1065) ([c569086](https://github.com/e2e-test-quest/uuv/commit/c5690862b920f12e12d815ff1217d2a1b535acab))
52
+
53
+ # [1.0.0-beta.74](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.73...a11y-v1.0.0-beta.74) (2025-07-23)
54
+
55
+
56
+ ### Features
57
+
58
+ * **assistant:** add generation of table, grid and treegrid sentences, [#1058](https://github.com/e2e-test-quest/uuv/issues/1058) ([7701aa0](https://github.com/e2e-test-quest/uuv/commit/7701aa0a70371b76e9e9b7582a98908071a28710))
59
+
60
+ # [1.0.0-beta.73](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.72...a11y-v1.0.0-beta.73) (2025-07-22)
61
+
62
+
63
+ ### Features
64
+
65
+ * **assistant:** remove dependency inspector-dom, [#1054](https://github.com/e2e-test-quest/uuv/issues/1054) ([6f736a4](https://github.com/e2e-test-quest/uuv/commit/6f736a407790492f7b996b0fbb435816710048fa))
66
+
67
+ # [1.0.0-beta.72](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.71...a11y-v1.0.0-beta.72) (2025-07-15)
68
+
69
+
70
+ ### Features
71
+
72
+ * **assistant:** update dependency antd to v5.26.5 ([0b94ebc](https://github.com/e2e-test-quest/uuv/commit/0b94ebc6925ee5a1a571627806502aeda2cac3f5))
73
+
74
+ # [1.0.0-beta.71](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.70...a11y-v1.0.0-beta.71) (2025-06-08)
75
+
76
+
77
+ ### Features
78
+
79
+ * **runner-playwright:** update dependency playwright-bdd to v8.3.0 ([5be62fc](https://github.com/e2e-test-quest/uuv/commit/5be62fce63fdd6ebbd5a33cb3b5910a339d18a57))
80
+
81
+ # [1.0.0-beta.70](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.69...a11y-v1.0.0-beta.70) (2025-06-01)
82
+
83
+
84
+ ### Features
85
+
86
+ * **assistant:** fix assistant uuv test, [#1006](https://github.com/e2e-test-quest/uuv/issues/1006) ([d670572](https://github.com/e2e-test-quest/uuv/commit/d6705723ef7f6f94962b63d52788db721c80c2e2))
87
+ * update cypress to v14, nx to v21, eslint to v9 and move assitant builder to vite ([1db2aa7](https://github.com/e2e-test-quest/uuv/commit/1db2aa7930653af95dc2da27fcf8ef2e38cd737a))
88
+
89
+ # [1.0.0-beta.69](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.68...a11y-v1.0.0-beta.69) (2025-05-11)
90
+
91
+
92
+ ### Bug Fixes
93
+
94
+ * **deps:** update dependency bootstrap to v5.3.6 ([03b87ff](https://github.com/e2e-test-quest/uuv/commit/03b87ff4056777c6ab73b65bcf3ce2ac6e76ce99))
95
+ * **deps:** update dependency sequelize to v6.37.7 ([7dda0b5](https://github.com/e2e-test-quest/uuv/commit/7dda0b53b95064a43858d6abc799e6f2d83c5672))
96
+
97
+
98
+ ### Features
99
+
100
+ * **runner-playwright:** update dependency typescript to v5.8.3 -- package-lock ([e8fb704](https://github.com/e2e-test-quest/uuv/commit/e8fb704bbc7e15e7689cb44c09fbd778eae35c60))
101
+ * **runner-playwright:** update playwright monorepo to v1.52.0 ([eba6ca0](https://github.com/e2e-test-quest/uuv/commit/eba6ca0ac76a50bc97272e90d441c9bfc5856e5c))
102
+
103
+ # [1.0.0-beta.68](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.67...a11y-v1.0.0-beta.68) (2025-04-21)
104
+
105
+
106
+ ### Bug Fixes
107
+
108
+ * **deps:** update dependency bootstrap to v5.3.5 ([c698360](https://github.com/e2e-test-quest/uuv/commit/c698360522ac4f4ea60e73f05cf2aa5b748bc314))
109
+ * **deps:** update dependency chart.js to v4.4.9 ([2dbb916](https://github.com/e2e-test-quest/uuv/commit/2dbb9162d28774c839fba79c9414f340b675d7e0))
110
+ * **runner-commons:** update dependency figlet to v1.8.1 ([54c4b28](https://github.com/e2e-test-quest/uuv/commit/54c4b2843bc72c98e4aea015bc33e5304a91c8c3))
111
+
112
+
113
+ ### Features
114
+
115
+ * **runner-playwright:** update dependency webpack to v5.99.6 ([2c219f6](https://github.com/e2e-test-quest/uuv/commit/2c219f61a65431cca7d5553d935031a7f60b9b68))
116
+
117
+ # [1.0.0-beta.67](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.66...a11y-v1.0.0-beta.67) (2025-03-27)
118
+
119
+
120
+ ### Bug Fixes
121
+
122
+ * **runner-cypress:** update dependency @cypress/webpack-preprocessor to v6.0.4 ([eee7215](https://github.com/e2e-test-quest/uuv/commit/eee7215613a276a5ab854a0a024b318c4335ca61))
123
+ * **runner-playwright:** update dependency nanoid to v3.3.11 ([c2adcce](https://github.com/e2e-test-quest/uuv/commit/c2adcceb0cadf44786a32f7531bc4a46c81d5463))
124
+
125
+
126
+ ### Features
127
+
128
+ * **runner-playwright:** update playwright monorepo to v1.51.1 ([3f0f81f](https://github.com/e2e-test-quest/uuv/commit/3f0f81fe901fb8e77c7739857389831188ec5620))
129
+
130
+ # [1.0.0-beta.66](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.65...a11y-v1.0.0-beta.66) (2025-03-16)
131
+
132
+
133
+ ### Bug Fixes
134
+
135
+ * **a11y:** update dependency axe-core to v4.10.3 ([a2d1012](https://github.com/e2e-test-quest/uuv/commit/a2d101264510ce249196d7bdf6bb1bea44454d64))
136
+ * **runner-playwright:** update dependency axe-core to v4.10.3 ([5781908](https://github.com/e2e-test-quest/uuv/commit/57819081adc571250f69d5d4784ada7dd4e19a15))
137
+ * **runner-playwright:** update dependency nanoid to v3.3.10 ([a6e9109](https://github.com/e2e-test-quest/uuv/commit/a6e9109f6fac1571e699118a669e1e382e9ccd26))
138
+
139
+ # [1.0.0-beta.65](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.64...a11y-v1.0.0-beta.65) (2025-03-05)
140
+
141
+
142
+ ### Bug Fixes
143
+
144
+ * **a11y:** update dependency rxjs to v7.8.2 ([a2d97bc](https://github.com/e2e-test-quest/uuv/commit/a2d97bc1ab46ebc7d53afcff30041f8fd79598a3))
145
+ * **assistant:** update codemirror ([d319dec](https://github.com/e2e-test-quest/uuv/commit/d319dec8788269942a7d9c5f6e76d549ed0cc126))
146
+ * **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.10 ([67d021c](https://github.com/e2e-test-quest/uuv/commit/67d021c310f781469b14b05524d8d22c25162c23))
147
+ * **runner-cypress:** update dependency junit-report-merger to v7.0.1 ([c644145](https://github.com/e2e-test-quest/uuv/commit/c644145dfa51a0728e5491e6fe20c233bc4f949c))
148
+
149
+
150
+ ### Features
151
+
152
+ * **deps:** update dependency @cucumber/gherkin to v32 ([75c57c3](https://github.com/e2e-test-quest/uuv/commit/75c57c3319236706aa8cf18dcdb1e2c346e01732))
153
+
154
+ # [1.0.0-beta.64](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.63...a11y-v1.0.0-beta.64) (2025-02-23)
155
+
156
+
157
+ ### Bug Fixes
158
+
159
+ * set multiple-cucumber-html-reporter to v 3.9.0 and useCDN to true, [#980](https://github.com/e2e-test-quest/uuv/issues/980) ([a85c1c8](https://github.com/e2e-test-quest/uuv/commit/a85c1c898dbd2137ec75c2a2eb79a3d372609b9e))
160
+
161
+ # [1.0.0-beta.63](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.62...a11y-v1.0.0-beta.63) (2025-02-19)
162
+
163
+
164
+ ### Bug Fixes
165
+
166
+ * **deps:** update dependency chart.js to v4.4.8 ([1b34479](https://github.com/e2e-test-quest/uuv/commit/1b34479b6d07921dde0b3835ce8c23e2a56824a9))
167
+ * **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.9.1 ([5beda1d](https://github.com/e2e-test-quest/uuv/commit/5beda1dd42a4d2ccd2639bb5e0f84f953548e8da))
168
+
169
+
170
+ ### Features
171
+
172
+ * **deps:** update dependency @cucumber/messages to v27.2.0 ([9360afb](https://github.com/e2e-test-quest/uuv/commit/9360afb54c314d009273b5e1e98b623ada494587))
173
+
174
+ # [1.0.0-beta.62](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.61...a11y-v1.0.0-beta.62) (2025-02-11)
175
+
176
+
177
+ ### Features
178
+
179
+ * **assistant:** update dependency antd to v5.24.0 ([420fa88](https://github.com/e2e-test-quest/uuv/commit/420fa88c4d73b95f5b8be677a801200b033e22e1))
180
+ * **deps:** update dependency @cucumber/gherkin to v31 ([f661a82](https://github.com/e2e-test-quest/uuv/commit/f661a825045b94d3cb7f578266a9872cdd84f02a))
181
+ * **runner-playwright:** update dependency axe-playwright to v2.1.0 ([dfb261a](https://github.com/e2e-test-quest/uuv/commit/dfb261acae0584f696e26c2ce0b10e06e9064e72))
182
+
183
+ # [1.0.0-beta.61](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.60...a11y-v1.0.0-beta.61) (2025-02-02)
184
+
185
+
186
+ ### Bug Fixes
187
+
188
+ * **runner-cypress:** update testing-library monorepo ([be9645a](https://github.com/e2e-test-quest/uuv/commit/be9645a58812eb51ea6a445e5fb8504f4e201420))
189
+ * **runner-playwright:** update dependency @cucumber/tag-expressions to v6.1.2 ([3612d07](https://github.com/e2e-test-quest/uuv/commit/3612d0774a30b23a8f520f33733577117fb7b067))
190
+ * update package-lock too, [#954](https://github.com/e2e-test-quest/uuv/issues/954) ([c2b8ecd](https://github.com/e2e-test-quest/uuv/commit/c2b8ecd123733b6fc253977e35f6b65001adae41))
191
+
192
+
193
+ ### Features
194
+
195
+ * **runner-cypress:** update dependency cypress-axe to v1.6.0 ([637762b](https://github.com/e2e-test-quest/uuv/commit/637762b35a2d39dd9de9930a87c49d17cd8882c8))
196
+ * **runner-cypress:** update dependency cypress-real-events to v1.14.0 ([0e6b3a5](https://github.com/e2e-test-quest/uuv/commit/0e6b3a501e55098d4b48d97fb3b98b675ceee02d))
197
+ * **runner-playwright:** update playwright monorepo to v1.50.1 ([0b8d9b1](https://github.com/e2e-test-quest/uuv/commit/0b8d9b1ffc8876693ed80dcb80580c3480b798b7))
198
+
199
+ # [1.0.0-beta.60](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.59...a11y-v1.0.0-beta.60) (2025-01-13)
200
+
201
+
202
+ ### Bug Fixes
203
+
204
+ * **assistant:** update dependency @codemirror/view to v6.36.2 ([63b0594](https://github.com/e2e-test-quest/uuv/commit/63b05944448f5d7338bab42faca9d8ee47cb93c6))
205
+
206
+
207
+ ### Features
208
+
209
+ * **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.9.0 ([ae6f840](https://github.com/e2e-test-quest/uuv/commit/ae6f840742357b5c513c72177082a59770328b27))
210
+
211
+ # [1.0.0-beta.59](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.58...a11y-v1.0.0-beta.59) (2025-01-05)
212
+
213
+
214
+ ### Features
215
+
216
+ * **a11y:** update dependency @testing-library/dom to v10 ([de56925](https://github.com/e2e-test-quest/uuv/commit/de56925247cb9b0e504f2b98389ab6e82ce85c4b))
217
+
218
+ # [1.0.0-beta.58](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.57...a11y-v1.0.0-beta.58) (2024-12-29)
219
+
220
+
221
+ ### Bug Fixes
222
+
223
+ * **assistant:** update dependency antd to v5.22.7 ([a5873ae](https://github.com/e2e-test-quest/uuv/commit/a5873ae614acf0ea2ac15737224159f62319a855))
224
+
225
+
226
+ ### Features
227
+
228
+ * **a11y:** update testing-library monorepo ([3d86317](https://github.com/e2e-test-quest/uuv/commit/3d8631760747a532fcf721b65920ec44cc471bcd))
229
+ * add @uuv/a11y dependency to @uuv/playwright ([323aee0](https://github.com/e2e-test-quest/uuv/commit/323aee0f4d1d52653e7d6209f496a1322fe6cba3))
230
+ * **assistant:** update dependency @codemirror/view to v6.36.1 ([2a7f3f8](https://github.com/e2e-test-quest/uuv/commit/2a7f3f8c10785b5af1c15d11c8b69fb9368bec50))
231
+
232
+ # [1.0.0-beta.57](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.56...a11y-v1.0.0-beta.57) (2024-12-22)
233
+
234
+
235
+ ### Bug Fixes
236
+
237
+ * **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.7 ([186f12e](https://github.com/e2e-test-quest/uuv/commit/186f12e27cead4d33ea237f0397262d6af3ba515))
238
+ * **assistant:** update dependency @uiw/react-codemirror to v4.23.7 ([357b9cf](https://github.com/e2e-test-quest/uuv/commit/357b9cfb908a5a8b90e67053328abb4b05ab069d))
239
+ * **assistant:** update dependency antd to v5.22.5 ([9dc158d](https://github.com/e2e-test-quest/uuv/commit/9dc158d474a9e507b4c8f3054fc8808371064937))
240
+ * **runner-playwright:** update playwright monorepo to v1.49.1 ([101653f](https://github.com/e2e-test-quest/uuv/commit/101653f646eb6e881fde6ef5b5af608f2856eec1))
241
+
242
+
243
+ ### Features
244
+
245
+ * **runner-cypress:** update dependency cypress to v13.17.0 ([937dd6e](https://github.com/e2e-test-quest/uuv/commit/937dd6eb08c10c89e095d04e1965596dd95c14dc))
246
+ * **runner-playwright:** update dependency webpack to v5.97.1 ([f8ad895](https://github.com/e2e-test-quest/uuv/commit/f8ad895ddad3f3a752f384c9bb9b6a128526bc5d))
247
+
248
+ # [1.0.0-beta.56](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.55...a11y-v1.0.0-beta.56) (2024-12-15)
249
+
250
+
251
+ ### Features
252
+
253
+ * add a11y-dashboard project to workspace, [#460](https://github.com/e2e-test-quest/uuv/issues/460) ([5051848](https://github.com/e2e-test-quest/uuv/commit/5051848c426350746ba319f7227c10d4af71b0fe))
254
+
255
+ # [1.0.0-beta.55](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.54...a11y-v1.0.0-beta.55) (2024-12-08)
256
+
257
+
258
+ ### Bug Fixes
259
+
260
+ * **assistant:** update dependency @codemirror/view to v6.35.2 ([33e5c81](https://github.com/e2e-test-quest/uuv/commit/33e5c810caa5c19f96305f721bb10ab8d762ec64))
261
+ * **assistant:** update dependency antd to v5.22.3 ([e47ecd5](https://github.com/e2e-test-quest/uuv/commit/e47ecd56df07c844e3b448e0d02204903c1eb879))
262
+ * **runner-cypress:** update dependency cypress to v13.16.1 ([090cb35](https://github.com/e2e-test-quest/uuv/commit/090cb35efa1ad5c30a44ec4565a653eff1117fc7))
263
+
264
+
265
+ ### Features
266
+
267
+ * **runner-playwright:** update dependency chokidar to v4 ([463c2c0](https://github.com/e2e-test-quest/uuv/commit/463c2c01f60c9ade5de26b1ce2c61c3e27e95cf2))
268
+
269
+ # [1.0.0-beta.54](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.53...a11y-v1.0.0-beta.54) (2024-12-02)
270
+
271
+
272
+ ### Bug Fixes
273
+
274
+ * **runner-playwright:** update dependency nanoid to v3.3.8 ([1129db9](https://github.com/e2e-test-quest/uuv/commit/1129db97724767746ff6e83e99fcf2a842953ed5))
275
+ * update package-lock.json,[#891](https://github.com/e2e-test-quest/uuv/issues/891) ([3bcb03f](https://github.com/e2e-test-quest/uuv/commit/3bcb03f8522bb96df366aade023c0c104a70bcf0))
276
+
277
+ # [1.0.0-beta.53](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.52...a11y-v1.0.0-beta.53) (2024-11-24)
278
+
279
+
280
+ ### Bug Fixes
281
+
282
+ * **assistant:** update dependency antd to v5.22.2 ([ca58136](https://github.com/e2e-test-quest/uuv/commit/ca581367951ff18f4abdd048e92fd9f34582c7ff))
283
+
284
+
285
+ ### Features
286
+
287
+ * **assistant:** update dependency @codemirror/view to v6.35.0 ([fd83add](https://github.com/e2e-test-quest/uuv/commit/fd83add8a853f97a5e402c41c6e8963ec6a194c4))
288
+ * **runner-cypress:** update dependency cypress to v13.16.0 ([b28d613](https://github.com/e2e-test-quest/uuv/commit/b28d613e87e36014b1a2d4f9099e870e8014c38a))
289
+ * **runner-playwright:** update playwright monorepo to v1.49.0 ([976b46c](https://github.com/e2e-test-quest/uuv/commit/976b46cebfeb88faa1a2767f04ee43d89303ad91))
290
+
291
+ # [1.0.0-beta.52](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.51...a11y-v1.0.0-beta.52) (2024-11-17)
292
+
293
+
294
+ ### Bug Fixes
295
+
296
+ * **assistant:** update codemirror ([fe073ce](https://github.com/e2e-test-quest/uuv/commit/fe073ce266a22c26b9c3dc90d499c2d51e345f5e))
297
+ * **deps:** update dependency @cucumber/gherkin to v30.0.4 ([ca4c17d](https://github.com/e2e-test-quest/uuv/commit/ca4c17d20f08c9819b6e335fa6acced2ca5c675a))
298
+ * **deps:** update dependency @cucumber/messages to v27.0.2 ([d86ba3d](https://github.com/e2e-test-quest/uuv/commit/d86ba3d9509f035873c991332a5d843c52696d0b))
299
+
300
+
301
+ ### Features
302
+
303
+ * **assistant:** update dependency antd to v5.22.1 ([338f997](https://github.com/e2e-test-quest/uuv/commit/338f9979a03d7d9c285cb434852e8009644c7e85))
304
+ * **deps:** update dependency tslib to v2.8.1 ([c745d59](https://github.com/e2e-test-quest/uuv/commit/c745d59f74e7cf264b0ae97f349b34310e040410))
305
+
306
+ # [1.0.0-beta.51](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.50...a11y-v1.0.0-beta.51) (2024-11-10)
307
+
308
+
309
+ ### Bug Fixes
310
+
311
+ * **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.6 ([6e2ae5e](https://github.com/e2e-test-quest/uuv/commit/6e2ae5e9380fdba6b452fd7c5b51fe01ca109585))
312
+ * **assistant:** update dependency antd to v5.21.6 ([ecfa97d](https://github.com/e2e-test-quest/uuv/commit/ecfa97d5ba0178db2a63c30ab6580ad08e597baf))
313
+ * **runner-cypress:** update dependency cypress to v13.15.2 ([04de8dc](https://github.com/e2e-test-quest/uuv/commit/04de8dce6acef5be29c0773edc9e6a814d4bd1db))
314
+ * **runner-playwright:** update dependency @cucumber/tag-expressions to v6.1.1 ([8cb97c8](https://github.com/e2e-test-quest/uuv/commit/8cb97c8bd16a3e891b5579dfaefc279b3cbee0f0))
315
+
316
+
317
+ ### Features
318
+
319
+ * **deps:** update dependency @cucumber/gherkin to v30 ([b7ec4ba](https://github.com/e2e-test-quest/uuv/commit/b7ec4ba293cbfbfb0232fc1a7129e91a530c254c))
320
+ * **deps:** update dependency @cucumber/messages to v27 ([1605685](https://github.com/e2e-test-quest/uuv/commit/1605685524ae19a92898889a9dd790da9f72bf9a))
321
+ * **deps:** update dependency @mdx-js/react to v3.1.0 ([5568b66](https://github.com/e2e-test-quest/uuv/commit/5568b66fb6cf96da160e12d2043ae33a79a87f6d))
322
+
323
+ # [1.0.0-beta.50](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.49...a11y-v1.0.0-beta.50) (2024-11-05)
324
+
325
+
326
+ ### Features
327
+
328
+ * migrate uuv repository from orange opensource to e2e-test-quest organization, [#859](https://github.com/e2e-test-quest/uuv/issues/859) ([e0a6e5c](https://github.com/e2e-test-quest/uuv/commit/e0a6e5ca572a43b031228db469cfd2f7b669bdaa))
329
+
330
+ # [1.0.0-beta.49](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.48...a11y-v1.0.0-beta.49) (2024-10-27)
331
+
332
+
333
+ ### Bug Fixes
334
+
335
+ * **assistant:** update dependency @uiw/react-codemirror to v4.23.6 ([378160a](https://github.com/Orange-OpenSource/uuv/commit/378160a144eff3d0b041797c7f480cc4663eb1d3))
336
+ * **assistant:** update dependency antd to v5.21.5 ([b212ee4](https://github.com/Orange-OpenSource/uuv/commit/b212ee4acc24452e4c4a6b91caac6d8abb854036))
337
+ * **runner-cypress:** update dependency cypress to v13.15.1 ([b18ea16](https://github.com/Orange-OpenSource/uuv/commit/b18ea164773135b5f331947c0a1664625134cbd7))
338
+ * **runner-playwright:** update dependency axe-core to v4.10.2 ([19c65d2](https://github.com/Orange-OpenSource/uuv/commit/19c65d2da4538d92f7d1b883b7117c3c52cedac4))
339
+ * **runner-playwright:** update playwright monorepo to v1.48.2 ([1bce4e5](https://github.com/Orange-OpenSource/uuv/commit/1bce4e5d0a310d1fd4ea64299adf3c8e30f51d2f))
340
+
341
+ # [1.0.0-beta.48](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.47...a11y-v1.0.0-beta.48) (2024-10-20)
342
+
343
+
344
+ ### Bug Fixes
345
+
346
+ * **assistant:** update dependency antd to v5.21.4 ([b4f23df](https://github.com/Orange-OpenSource/uuv/commit/b4f23df6bc3c9919e4e1e38a42b5f2d33bbe5582))
347
+ * revert dependency @badeball/cypress-cucumber-preprocessor to v20.1.2 ([84646ae](https://github.com/Orange-OpenSource/uuv/commit/84646aed57562c6461ae561fc7bdffb98fe78c6a))
348
+ * **runner-playwright:** update dependency axe-core to v4.10.1 ([8abc703](https://github.com/Orange-OpenSource/uuv/commit/8abc7032fd176f5d5df1fcca888aa6c6ae73e110))
349
+ * **runner-playwright:** update playwright monorepo to v1.48.1 ([21718e8](https://github.com/Orange-OpenSource/uuv/commit/21718e8078a3bc27f7359e729f3b8a4912ba4228))
350
+
351
+
352
+ ### Features
353
+
354
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v21 ([f6872eb](https://github.com/Orange-OpenSource/uuv/commit/f6872eb301cf15628ca5d0c722e5137d63248048))
355
+
356
+ # [1.0.0-beta.47](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.46...a11y-v1.0.0-beta.47) (2024-10-13)
357
+
358
+
359
+ ### Bug Fixes
360
+
361
+ * **assistant:** update dependency antd to v5.21.3 ([a472e5c](https://github.com/Orange-OpenSource/uuv/commit/a472e5cc5d3801c03bb7a8d63e233f5cfef8fa07))
362
+
363
+
364
+ ### Features
365
+
366
+ * **runner-commons:** update dependency figlet to v1.8.0 ([40314a6](https://github.com/Orange-OpenSource/uuv/commit/40314a64a4fe9f3b2b0edb0a6b1cb5259734bea4))
367
+ * **runner-playwright:** update playwright monorepo to v1.48.0 ([9aa7541](https://github.com/Orange-OpenSource/uuv/commit/9aa75414bc87e90a17b752875c4bead0f99c2d50))
368
+
369
+ # [1.0.0-beta.46](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.45...a11y-v1.0.0-beta.46) (2024-10-06)
370
+
371
+
372
+ ### Bug Fixes
373
+
374
+ * **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.5 ([d34df74](https://github.com/Orange-OpenSource/uuv/commit/d34df74d8fbd56f2cb2a6dd9168ccc148d598289))
375
+ * **assistant:** update dependency @uiw/react-codemirror to v4.23.5 ([9767585](https://github.com/Orange-OpenSource/uuv/commit/9767585affc6d2173a72c6ac661ceed355fd7ba5))
376
+ * **runner-playwright:** update dependency axe-playwright to v2.0.3 ([b9a0450](https://github.com/Orange-OpenSource/uuv/commit/b9a0450f378ee22850cdf9916eb5ee768ff772f5))
377
+
378
+
379
+ ### Features
380
+
381
+ * **assistant:** update dependency antd to v5.21.2 ([4217eea](https://github.com/Orange-OpenSource/uuv/commit/4217eea842a5e2b77cddd37062137f78de757a65))
382
+ * **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.8.0 ([60ac2e5](https://github.com/Orange-OpenSource/uuv/commit/60ac2e5d4c60f035299fd10fbfa5907ade72dd1c))
383
+
384
+ # [1.0.0-beta.45](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.44...a11y-v1.0.0-beta.45) (2024-09-29)
385
+
386
+
387
+ ### Bug Fixes
388
+
389
+ * **assistant:** update codemirror ([2eb05a4](https://github.com/Orange-OpenSource/uuv/commit/2eb05a46b68ce549dc72cc98c62c09c0dbcfd42f))
390
+
391
+
392
+ ### Features
393
+
394
+ * **runner-cypress:** update dependency cypress to v13.15.0 ([4a5c3a0](https://github.com/Orange-OpenSource/uuv/commit/4a5c3a05b9c8dc0071275094ccd92efc63644054))
395
+
396
+ # [1.0.0-beta.44](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.43...a11y-v1.0.0-beta.44) (2024-09-22)
397
+
398
+
399
+ ### Bug Fixes
400
+
401
+ * **runner-playwright:** update playwright monorepo to v1.47.2 ([d811c1a](https://github.com/Orange-OpenSource/uuv/commit/d811c1a4bdd5d9db8258f3ad4eff5a44003c988f))
402
+
403
+
404
+ ### Features
405
+
406
+ * **deps:** update dependency @cucumber/gherkin to v29 ([7ca3412](https://github.com/Orange-OpenSource/uuv/commit/7ca34128b6d70a09a1bd1fc5c600873ff4701be4))
407
+ * **deps:** update dependency @cucumber/messages to v26 ([759ad7b](https://github.com/Orange-OpenSource/uuv/commit/759ad7b2cdab61d7655f69413cac7a62b14f3bdb))
408
+
409
+ # [1.0.0-beta.43](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.42...a11y-v1.0.0-beta.43) (2024-09-15)
410
+
411
+
412
+ ### Bug Fixes
413
+
414
+ * **assistant:** update dependency antd to v5.20.6 ([63c3caa](https://github.com/Orange-OpenSource/uuv/commit/63c3caa427c4fc4000a8a54f9cfde5ebbd6c43c0))
415
+ * **runner-playwright:** update playwright monorepo to v1.47.1 ([a33a626](https://github.com/Orange-OpenSource/uuv/commit/a33a6267074f966e8a7ca761ec5b11a50c21734b))
416
+
417
+
418
+ ### Features
419
+
420
+ * **deps:** update dependency tslib to v2.7.0 ([23cc2de](https://github.com/Orange-OpenSource/uuv/commit/23cc2de00462008055e8e8303aaf1468b5d9a870))
421
+
422
+ # [1.0.0-beta.42](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.41...a11y-v1.0.0-beta.42) (2024-09-08)
423
+
424
+
425
+ ### Bug Fixes
426
+
427
+ * **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.1 ([e294930](https://github.com/Orange-OpenSource/uuv/commit/e2949303b2cf97af6ea9853fb270aa8c2e64bc10))
428
+ * **assistant:** update dependency @uiw/react-codemirror to v4.23.1 ([554e5e7](https://github.com/Orange-OpenSource/uuv/commit/554e5e7997c8d1065345ddd9de0a63722fd97f1e))
429
+ * **assistant:** update dependency antd to v5.20.5 ([43e76bb](https://github.com/Orange-OpenSource/uuv/commit/43e76bb51b7698c3c6d776d738edc6836a7c5302))
430
+
431
+
432
+ ### Features
433
+
434
+ * **runner-cypress:** update dependency cypress to v13.14.2 ([1671339](https://github.com/Orange-OpenSource/uuv/commit/1671339c850a7f967d5b1d18443a3975696f238e))
435
+ * **runner-playwright:** update playwright monorepo to v1.47.0 ([d8cf142](https://github.com/Orange-OpenSource/uuv/commit/d8cf14292602977514c6f1a43fe52057778fc353))
436
+
437
+ # [1.0.0-beta.41](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.40...a11y-v1.0.0-beta.41) (2024-08-25)
438
+
439
+
440
+ ### Bug Fixes
441
+
442
+ * **runner-cypress:** update dependency cypress to v13.13.3 ([c536497](https://github.com/Orange-OpenSource/uuv/commit/c536497539eeead0b8b14bf5901ac0622e6339c1))
443
+ * **runner-playwright:** update dependency axe-playwright to v2.0.2 ([f745bff](https://github.com/Orange-OpenSource/uuv/commit/f745bffabe494a88962d7d38e7b7450c9f324d52))
444
+
445
+ # [1.0.0-beta.40](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.39...a11y-v1.0.0-beta.40) (2024-08-18)
446
+
447
+
448
+ ### Features
449
+
450
+ * **deps:** update dependency node-ipc to v12 [security] ([33d3bfd](https://github.com/Orange-OpenSource/uuv/commit/33d3bfdf6a057a8c57c655b099a21a32294d79e8))
451
+
452
+ # [1.0.0-beta.39](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.38...a11y-v1.0.0-beta.39) (2024-08-11)
453
+
454
+
455
+ ### Bug Fixes
456
+
457
+ * **assistant:** update dependency antd to v5.20.1 ([5c3abf7](https://github.com/Orange-OpenSource/uuv/commit/5c3abf7872455038ac038dd6abdf81f024a3c14f))
458
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v20.1.2 ([7dcb27d](https://github.com/Orange-OpenSource/uuv/commit/7dcb27dec15293aacaad90684bd9eeb290c66e45))
459
+
460
+
461
+ ### Features
462
+
463
+ * **assistant:** update dependency @uiw/react-codemirror to v4.23.0 ([8b3b8c7](https://github.com/Orange-OpenSource/uuv/commit/8b3b8c77d8bc6fa30e7077f57575b8d2914eb3a6))
464
+ * **runner-playwright:** update dependency axe-core to v4.10.0 ([a2c7883](https://github.com/Orange-OpenSource/uuv/commit/a2c78835c97cec52f0c9d45116da987ce5a5445b))
465
+
466
+ # [1.0.0-beta.38](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.37...a11y-v1.0.0-beta.38) (2024-08-05)
467
+
468
+
469
+ ### Bug Fixes
470
+
471
+ * **runner-cypress:** update dependency cypress to v13.13.2 ([7b0044e](https://github.com/Orange-OpenSource/uuv/commit/7b0044efdf2448c6883029e9cefcae05927d5264))
472
+
473
+
474
+ ### Features
475
+
476
+ * **assistant:** update dependency antd to v5.20.0 ([709fdd3](https://github.com/Orange-OpenSource/uuv/commit/709fdd3b222b2b9ff4a6fcc0649e704ad81327b1))
477
+
478
+ # [1.0.0-beta.37](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.36...a11y-v1.0.0-beta.37) (2024-07-28)
479
+
480
+
481
+ ### Bug Fixes
482
+
483
+ * **deps:** update dependency @easyops-cn/docusaurus-search-local to v0.44.4 ([fa8cb8f](https://github.com/Orange-OpenSource/uuv/commit/fa8cb8fb5addee1915d733c601bf04b4494afb5f))
484
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v20.1.1 ([645c9f0](https://github.com/Orange-OpenSource/uuv/commit/645c9f0dd38a92258d311adfcbda9b58ab37929e))
485
+ * **runner-playwright:** update playwright monorepo to v1.45.3 ([44402e0](https://github.com/Orange-OpenSource/uuv/commit/44402e032cdf996ec6a5ea14f4e3eda7615fc13f))
486
+
487
+
488
+ ### Features
489
+
490
+ * **deps:** update dependency @cucumber/messages to v25 ([01c669e](https://github.com/Orange-OpenSource/uuv/commit/01c669e386869658227d92ee5f0b5ebd3fdcda3e))
491
+
492
+ # [1.0.0-beta.36](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.35...a11y-v1.0.0-beta.36) (2024-07-21)
493
+
494
+
495
+ ### Bug Fixes
496
+
497
+ * **assistant:** update dependency antd to v5.19.2 ([5407d03](https://github.com/Orange-OpenSource/uuv/commit/5407d0317107bab2dfeae396d13186f9ec941f8f))
498
+ * **assistant:** update dependency antd to v5.19.3 ([9db1dce](https://github.com/Orange-OpenSource/uuv/commit/9db1dce802e44b7e5c4399dd9e059b9506b87929))
499
+ * **runner-cypress:** update dependency cypress to v13.13.1 ([3212aa5](https://github.com/Orange-OpenSource/uuv/commit/3212aa58f4d71f6ca45d1b6a66c2e7132f8ad505))
500
+ * **runner-playwright:** update playwright monorepo to v1.45.2 ([b6a9018](https://github.com/Orange-OpenSource/uuv/commit/b6a901858453418aa2b10db43878bbe18d45fafd))
501
+
502
+
503
+ ### Features
504
+
505
+ * **deps:** update dependency @easyops-cn/docusaurus-search-local to v0.44.3 ([377b9b9](https://github.com/Orange-OpenSource/uuv/commit/377b9b9779aeed86c5752c33768f26190a1385e1))
506
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v20.1.0 ([ba0f0d9](https://github.com/Orange-OpenSource/uuv/commit/ba0f0d91d845c638fcbc7581fdf54c525ce20f93))
507
+ * **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.7.0 ([5850b13](https://github.com/Orange-OpenSource/uuv/commit/5850b1362bf8d3c319b3907cae07c8f86ad67820))
508
+
509
+ # [1.0.0-beta.35](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.34...a11y-v1.0.0-beta.35) (2024-07-14)
510
+
511
+
512
+ ### Bug Fixes
513
+
514
+ * **deps:** update dependency tslib to v2.6.3 ([5f1bd19](https://github.com/Orange-OpenSource/uuv/commit/5f1bd190dce41dd51bbe2cad652fe39a09ff132d))
515
+
516
+
517
+ ### Features
518
+
519
+ * **assistant:** update dependency antd to v5.19.1 ([18a90bf](https://github.com/Orange-OpenSource/uuv/commit/18a90bf2d8e0918c8c3f5c10f17eb32a53df5d0e))
520
+ * **runner-cypress:** update dependency cypress-real-events to v1.13.0 ([e3b8dc0](https://github.com/Orange-OpenSource/uuv/commit/e3b8dc06ff6f9fb7cfee89e858676f17e1933af8))
521
+ * **runner-playwright:** update playwright monorepo to v1.45.1 ([6be42dc](https://github.com/Orange-OpenSource/uuv/commit/6be42dc9604f4d786db6c32499319bccda504e29))
522
+
523
+ # [1.0.0-beta.34](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.33...a11y-v1.0.0-beta.34) (2024-07-08)
524
+
525
+
526
+ ### Bug Fixes
527
+
528
+ * add lib path for event classes, [#679](https://github.com/Orange-OpenSource/uuv/issues/679) ([e8e521b](https://github.com/Orange-OpenSource/uuv/commit/e8e521ba4f3f5762cc69cdbb165ea151103d4087))
529
+
530
+ # [1.0.0-beta.33](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.32...a11y-v1.0.0-beta.33) (2024-07-07)
531
+
532
+
533
+ ### Bug Fixes
534
+
535
+ * **assistant:** remove not required cucumber dependency ([da9f7b0](https://github.com/Orange-OpenSource/uuv/commit/da9f7b0089aeffc63604a306a799230fbcd70d3f))
536
+
537
+
538
+ ### Features
539
+
540
+ * **assistant:** update dependency @codemirror/view to v6.28.4 ([62aa840](https://github.com/Orange-OpenSource/uuv/commit/62aa8407bef7f2c953d1b7fe5a0b9fc8eb02812c))
541
+ * **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.0 ([ca8e6b8](https://github.com/Orange-OpenSource/uuv/commit/ca8e6b83fac8b14ac0108ba263b968a2f9706528))
542
+ * **runner-cypress:** update dependency cypress to v13.13.0 ([78a9cfc](https://github.com/Orange-OpenSource/uuv/commit/78a9cfc4b0de465c527db65618bd9b4bd70704f6))
543
+ * **runner-playwright:** update dependency playwright-bdd to v6.6.0 ([f30b4d5](https://github.com/Orange-OpenSource/uuv/commit/f30b4d5ae5177e5a4281ee742debf0c3c73b47ac))
544
+
545
+ # [1.0.0-beta.32](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.31...a11y-v1.0.0-beta.32) (2024-07-02)
546
+
547
+
548
+ ### Features
549
+
550
+ * introduce ipc-server to send uuv event, [#664](https://github.com/Orange-OpenSource/uuv/issues/664) ([270ac38](https://github.com/Orange-OpenSource/uuv/commit/270ac388a7abf17b0c296d029d6e12bd66a4f521))
551
+
552
+ # [1.0.0-beta.31](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.30...a11y-v1.0.0-beta.31) (2024-06-27)
553
+
554
+
555
+ ### Bug Fixes
556
+
557
+ * **runner-cypress:** update testing-library monorepo ([bcedb57](https://github.com/Orange-OpenSource/uuv/commit/bcedb5749fd5f062cfb283bedabfe8ad87668c67))
558
+
559
+ # [1.0.0-beta.30](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.29...a11y-v1.0.0-beta.30) (2024-06-16)
560
+
561
+
562
+ ### Bug Fixes
563
+
564
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v20.0.7 ([8295ae2](https://github.com/Orange-OpenSource/uuv/commit/8295ae2a4bc40e9f4a8fe02ae440253a7e55c2ea))
565
+ * **runner-cypress:** update dependency @cypress/webpack-preprocessor to v6.0.2 ([1b097a0](https://github.com/Orange-OpenSource/uuv/commit/1b097a094faaa1d70b2df44b56e0073334c3135c))
566
+
567
+ # [1.0.0-beta.29](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.28...a11y-v1.0.0-beta.29) (2024-06-03)
568
+
569
+
570
+ ### Bug Fixes
571
+
572
+ * **runner-cypress:** use badeball depency to generate cucumber json report, [#643](https://github.com/Orange-OpenSource/uuv/issues/643) ([caf36a3](https://github.com/Orange-OpenSource/uuv/commit/caf36a3269ab23a0c9163b45baf49b3a07bba5a6))
573
+
574
+ # [1.0.0-beta.28](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.27...a11y-v1.0.0-beta.28) (2024-05-31)
575
+
576
+
577
+ ### Features
578
+
579
+ * **assistant:** redesign assistant and implement keyboard navigation, [#592](https://github.com/Orange-OpenSource/uuv/issues/592), closes [#623](https://github.com/Orange-OpenSource/uuv/issues/623) ([761bfae](https://github.com/Orange-OpenSource/uuv/commit/761bfae4cb6bf5b1bd1c018e93068ded70463821))
580
+
581
+ # [1.0.0-beta.27](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.26...a11y-v1.0.0-beta.27) (2024-05-24)
582
+
583
+
584
+ ### Bug Fixes
585
+
586
+ * **runner-playwright:** update playwright monorepo to v1.44.1 ([f2a5cb2](https://github.com/Orange-OpenSource/uuv/commit/f2a5cb26c12af3030b09e2b2bd7de02d6b6504b4))
587
+
588
+
589
+ ### Features
590
+
591
+ * **deps:** update dependency clsx to v2 ([d455fb5](https://github.com/Orange-OpenSource/uuv/commit/d455fb504839be771357589434afeed8f64ce1d9))
592
+ * **runner-cypress:** update dependency cypress to v13 ([d21c332](https://github.com/Orange-OpenSource/uuv/commit/d21c332b0de83b4adc77db72fc7e1865f7b6c997))
593
+
594
+ # [1.0.0-beta.26](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.25...a11y-v1.0.0-beta.26) (2024-05-14)
595
+
596
+
597
+ ### Features
598
+
599
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v20 ([e3e8e7c](https://github.com/Orange-OpenSource/uuv/commit/e3e8e7c6bea1a776d3e9dd1c225206b785bc390f))
600
+ * **runner-cypress:** update steps definitions for @badeball/cypress-cucumber-preprocessor v20 ([9ec1e82](https://github.com/Orange-OpenSource/uuv/commit/9ec1e826868632fff6443adadaf398ad7b6e2ec5))
601
+ * **runner-playwright:** update playwright monorepo to v1.44.0 ([bbd0518](https://github.com/Orange-OpenSource/uuv/commit/bbd051862e6020b8aa51bc850b5ac65a4361a4e4))
602
+
603
+ # [1.0.0-beta.25](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.24...a11y-v1.0.0-beta.25) (2024-05-10)
604
+
605
+
606
+ ### Bug Fixes
607
+
608
+ * **runner-playwright:** update dependency axe-core to v4.9.1 ([770cd9f](https://github.com/Orange-OpenSource/uuv/commit/770cd9f8e4d87d64c2875dd9e629b3e6c6ad1931))
609
+
610
+
611
+ ### Features
612
+
613
+ * **runner-cypress:** update dependency junit-report-merger to v7 ([7a9e310](https://github.com/Orange-OpenSource/uuv/commit/7a9e310dc192081c5feec543f2dca94468b34230))
614
+
615
+ # [1.0.0-beta.24](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.23...a11y-v1.0.0-beta.24) (2024-05-02)
616
+
617
+
618
+ ### Features
619
+
620
+ * update package-lock for update dependency typescript to v5 ([f058481](https://github.com/Orange-OpenSource/uuv/commit/f058481e2ae75ba91e708a5c4dd8ce16c0f1a04f))
621
+
622
+ # [1.0.0-beta.23](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.22...a11y-v1.0.0-beta.23) (2024-04-22)
623
+
624
+
625
+ ### Features
626
+
627
+ * (refactor) introduce uuv-cli engine from runner-commons, [#576](https://github.com/Orange-OpenSource/uuv/issues/576) ([6de2feb](https://github.com/Orange-OpenSource/uuv/commit/6de2feb2b2d74eddf1244694dfb7d697af28baf8))
628
+ * add unit tests for uuv-cli implementations, [#576](https://github.com/Orange-OpenSource/uuv/issues/576) ([7e67f13](https://github.com/Orange-OpenSource/uuv/commit/7e67f13b9929577162bce84c5e8b5c08a4396a09))
629
+
630
+ # [1.0.0-beta.22](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.21...a11y-v1.0.0-beta.22) (2024-04-14)
631
+
632
+
633
+ ### Bug Fixes
634
+
635
+ * **runner-cypress:** update dependency is-admin to v4 ([768819f](https://github.com/Orange-OpenSource/uuv/commit/768819f114dcba0a8a92412cfd877544e187a289))
636
+ * **runner-playwright:** update dependency axe-core to v4.9.0 ([59a4a6f](https://github.com/Orange-OpenSource/uuv/commit/59a4a6f3d07cddad33a9596253ab8b0fbc85c7c3))
637
+ * **runner-playwright:** update playwright monorepo to v1.43.1 ([bf431d5](https://github.com/Orange-OpenSource/uuv/commit/bf431d5d3ec6cfc26845a44fb38251960546d27e))
638
+
639
+ # [1.0.0-beta.21](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.20...a11y-v1.0.0-beta.21) (2024-04-04)
640
+
641
+
642
+ ### Bug Fixes
643
+
644
+ * update nx to version 18.2.1, fixes [#562](https://github.com/Orange-OpenSource/uuv/issues/562) ([669a363](https://github.com/Orange-OpenSource/uuv/commit/669a36307b02d8aa5b41609a08e794eae335b4ed))
645
+
646
+ # [1.0.0-beta.20](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.19...a11y-v1.0.0-beta.20) (2024-03-28)
647
+
648
+
649
+ ### Features
650
+
651
+ * **deps:** update node.js to v20 ([f771f22](https://github.com/Orange-OpenSource/uuv/commit/f771f22197d7efc32bba6f8a345b5f6b2f3dd114))
652
+
653
+ # [1.0.0-beta.19](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.18...a11y-v1.0.0-beta.19) (2024-03-15)
654
+
655
+
656
+ ### Bug Fixes
657
+
658
+ * **runner-cypress:** update dependency @cypress/webpack-preprocessor to v6 ([2e9a52b](https://github.com/Orange-OpenSource/uuv/commit/2e9a52b2cc1bfb05e96c212cdec0fd644f41d02b))
659
+
660
+ # [1.0.0-beta.18](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.17...a11y-v1.0.0-beta.18) (2024-03-10)
661
+
662
+
663
+ ### Bug Fixes
664
+
665
+ * **runner-cypress:** update dependency @testing-library/cypress to v10 ([8ef11bf](https://github.com/Orange-OpenSource/uuv/commit/8ef11bfde65efb9ace5942113a03c06c6f8c3b6e))
666
+ * **runner-playwright:** update dependency axe-playwright to v2 ([7e3f1f4](https://github.com/Orange-OpenSource/uuv/commit/7e3f1f4793f89c9d826c341bb73f59d698c3dfa0))
667
+
668
+ # [1.0.0-beta.17](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.16...a11y-v1.0.0-beta.17) (2024-03-07)
669
+
670
+
671
+ ### Bug Fixes
672
+
673
+ * fix husky migration to v9, [#530](https://github.com/Orange-OpenSource/uuv/issues/530) ([dbce11e](https://github.com/Orange-OpenSource/uuv/commit/dbce11e2c8edb8e759538eb9731fbe0ecfb06552))
674
+
675
+
676
+ ### Features
677
+
678
+ * **flutter-finder-usercentric:** initialize flutter usercentric finder, [#423](https://github.com/Orange-OpenSource/uuv/issues/423) ([cedcc3a](https://github.com/Orange-OpenSource/uuv/commit/cedcc3a8803b07a21a9fa3ca18c86d7359743ebc))
679
+ * **runner-flutter:** initialize uuv_flutter e2e cucumber library, [#423](https://github.com/Orange-OpenSource/uuv/issues/423) ([bace2f6](https://github.com/Orange-OpenSource/uuv/commit/bace2f6a6e12b48d99fb69b84e7ce930b0292d4a))
680
+
681
+ # [1.0.0-beta.16](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.15...a11y-v1.0.0-beta.16) (2024-03-04)
682
+
683
+
684
+ ### Bug Fixes
685
+
686
+ * **assistant:** update dependency @ant-design/icons to v5.3.1 ([a428304](https://github.com/Orange-OpenSource/uuv/commit/a428304f37759003424e79d93dc1d5582ef34626))
687
+ * **assistant:** update dependency antd to v5.15.0 ([cb516bc](https://github.com/Orange-OpenSource/uuv/commit/cb516bcd7bb6993c6d7de8ec3f24c7d0ce4dd8b7))
688
+ * fix semantic release ([aef0c23](https://github.com/Orange-OpenSource/uuv/commit/aef0c234009fa8eb6e6a1b63c158af7c407f318a))
689
+ * **runner-playwright:** update playwright monorepo to v1.42.1 ([d0e78f6](https://github.com/Orange-OpenSource/uuv/commit/d0e78f6c73be178e7c00bf4e88d57aef3b537a70))
690
+
691
+ ## [1.0.0-beta.15](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.14...a11y-v1.0.0-beta.15) (2024-02-26)
692
+
693
+
694
+ ### Features
695
+
696
+ * **a11y:** add rgaa criteria 8.*, [#476](https://github.com/Orange-OpenSource/uuv/issues/476) ([426184b](https://github.com/Orange-OpenSource/uuv/commit/426184b56bec5648f85dd86d54a733e445e7fdcd))
697
+
698
+
699
+ ### Bug Fixes
700
+
701
+ * **runner-playwright:** update playwright monorepo to v1.41.2 ([8791934](https://github.com/Orange-OpenSource/uuv/commit/87919348646fb4e5fefed2dc8a16a86e61e7dfc2))
702
+
703
+ ## [1.0.0-beta.14](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.13...a11y-v1.0.0-beta.14) (2024-02-25)
704
+
705
+
706
+ ### Features
707
+
708
+ * add junit xml report option, [#491](https://github.com/Orange-OpenSource/uuv/issues/491) ([b64b0b2](https://github.com/Orange-OpenSource/uuv/commit/b64b0b2a60200269f558bcf7e0c75d8a74ffc226))
709
+
710
+
711
+ ### Bug Fixes
712
+
713
+ * **runner-playwright:** update dependency @cucumber/tag-expressions to v6.1.0 ([47fb579](https://github.com/Orange-OpenSource/uuv/commit/47fb579ee50c26ed67af6390f4e678f8206b7226))
714
+
715
+ ## [1.0.0-beta.13](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.12...a11y-v1.0.0-beta.13) (2024-02-24)
716
+
717
+
718
+ ### Bug Fixes
719
+
720
+ * **assistant:** update dependency antd to v5.14.2 ([1335df6](https://github.com/Orange-OpenSource/uuv/commit/1335df676dd4641a4bda7b7f36d29d8216de0da4))
721
+ * **runner-cypress:** update dependency cypress-real-events to v1.12.0 ([55794fd](https://github.com/Orange-OpenSource/uuv/commit/55794fd04362ad2ece397d108ba400c50b152d59))
722
+
723
+ ## [1.0.0-beta.12](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.11...a11y-v1.0.0-beta.12) (2024-02-23)
724
+
725
+
726
+ ### Features
727
+
728
+ * **a11y:** add rgaa topic 6, [#457](https://github.com/Orange-OpenSource/uuv/issues/457) ([ae59c46](https://github.com/Orange-OpenSource/uuv/commit/ae59c46a8973ba4ad24d2d7479362c3f9a5b0b0b))
729
+
730
+
731
+ ### Bug Fixes
732
+
733
+ * **a11y:** fix topic 5 typo in warning message, [#451](https://github.com/Orange-OpenSource/uuv/issues/451) ([ac503f0](https://github.com/Orange-OpenSource/uuv/commit/ac503f0641574c05222967eff0babc95bbc3f5fc))
734
+ * **assistant:** update dependency @ant-design/icons to v5.3.0 ([b4b2782](https://github.com/Orange-OpenSource/uuv/commit/b4b2782cfa93290a2e3cece937c02c1b00aec938))
735
+
736
+ ## [1.0.0-beta.11](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.10...a11y-v1.0.0-beta.11) (2024-02-21)
737
+
738
+
739
+ ### Bug Fixes
740
+
741
+ * **deps:** update dependency @mdx-js/react to v3.0.1 ([e4ba234](https://github.com/Orange-OpenSource/uuv/commit/e4ba234ec2883f93e6003a7c27843a35f119281b))
742
+
743
+ ## [1.0.0-beta.10](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.9...a11y-v1.0.0-beta.10) (2024-02-15)
744
+
745
+
746
+ ### Bug Fixes
747
+
748
+ * **runner-playwright:** update dependency axe-core to v4.8.4 ([1db34e2](https://github.com/Orange-OpenSource/uuv/commit/1db34e26b498bfc83d47cfd98064faa1aa65f558))
749
+
750
+ ## [1.0.0-beta.9](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.8...a11y-v1.0.0-beta.9) (2024-02-13)
751
+
752
+
753
+ ### Bug Fixes
754
+
755
+ * update dependency multiple-cucumber-html-reporter to v3.6.2 ([95d85c3](https://github.com/Orange-OpenSource/uuv/commit/95d85c3f29ff261232f75c83175d795b63766a89))
756
+
1
757
  ## [1.0.0-beta.8](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.7...a11y-v1.0.0-beta.8) (2024-02-13)
2
758
 
3
759