@uuv/a11y 1.0.0-beta.11 → 1.0.0-beta.111

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 +1111 -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 +1102 -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 +18 -0
  44. package/dist/lib/reference/wcag/wcag-checker.js +87 -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 +25 -16
  48. package/package.json +23 -14
package/CHANGELOG.md CHANGED
@@ -1,3 +1,1114 @@
1
+ # [1.0.0-beta.111](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.110...a11y-v1.0.0-beta.111) (2026-07-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency @ai-sdk/anthropic to v3.0.96 ([73ac271](https://github.com/e2e-test-quest/uuv/commit/73ac271c3ad5a395a17915c4b74390054d16ebe1))
7
+ * **deps:** update dependency @ai-sdk/google to v3.0.91 ([41ee72e](https://github.com/e2e-test-quest/uuv/commit/41ee72ed1d66249a5b6ac784481d4a3083e22540))
8
+ * **deps:** update dependency @ai-sdk/mcp to v1.0.61 ([a407557](https://github.com/e2e-test-quest/uuv/commit/a40755756666b2e94c0f9ad82d9f641fb3e20a62))
9
+ * **deps:** update dependency @ai-sdk/openai to v3.0.84 ([2eb8671](https://github.com/e2e-test-quest/uuv/commit/2eb867122222a5ce295ef5e2758631471255c7bc))
10
+ * **runner-playwright:** update dependency nanoid to v3.3.16 ([114bd54](https://github.com/e2e-test-quest/uuv/commit/114bd5464ed4b0dc93bf26468a716f2978cfaec5))
11
+
12
+
13
+ ### Features
14
+
15
+ * **runner-cypress:** update dependency cypress to v15.18.1 ([a20c665](https://github.com/e2e-test-quest/uuv/commit/a20c665396746d5b331cc8ab2aa20e4974c70098))
16
+
17
+ # [1.0.0-beta.110](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.109...a11y-v1.0.0-beta.110) (2026-06-30)
18
+
19
+
20
+ ### Features
21
+
22
+ * migrate image classifier to mcp-server ([fa06581](https://github.com/e2e-test-quest/uuv/commit/fa0658177d2776d5a96de82b8e3c32c6d4d16d2b))
23
+
24
+ # [1.0.0-beta.109](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.108...a11y-v1.0.0-beta.109) (2026-06-21)
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * **deps:** update dependency @ai-sdk/anthropic to v3.0.85 ([0b29846](https://github.com/e2e-test-quest/uuv/commit/0b29846dab19f342e2cacbcbc7905763975ad3b3))
30
+ * **deps:** update dependency @ai-sdk/google to v3.0.83 ([e5930d1](https://github.com/e2e-test-quest/uuv/commit/e5930d1b9abf083080b0146d0e41db10f7423cc7))
31
+ * **deps:** update dependency @ai-sdk/mcp to v1.0.52 ([346b83f](https://github.com/e2e-test-quest/uuv/commit/346b83f3e1944dc47da2ba840fee68750e7f9cfb))
32
+ * **deps:** update dependency @ai-sdk/openai to v3.0.73 ([58b2fb6](https://github.com/e2e-test-quest/uuv/commit/58b2fb6d5d1023669d88b69a3482e5da99eade73))
33
+ * **deps:** update dependency ai to v6.0.208 ([bceab4b](https://github.com/e2e-test-quest/uuv/commit/bceab4bd5d249fe64304d87c22bf881fe7df0d2d))
34
+
35
+
36
+ ### Features
37
+
38
+ * **deps:** update dependency zod to v4.4.3 ([e3a2c95](https://github.com/e2e-test-quest/uuv/commit/e3a2c95e5dba50a0043e24fb1af49d27f48f5484))
39
+ * migrate to node 24 ([e0c0b6d](https://github.com/e2e-test-quest/uuv/commit/e0c0b6dfa5342cbe4f77ab4304ef8786faffc322))
40
+ * **runner-cypress:** update dependency cypress to v15.17.0 ([ad1e998](https://github.com/e2e-test-quest/uuv/commit/ad1e998fe9f32709675fa87153daec2baa7ab7d7))
41
+ * **runner-playwright:** update dependency axe-core to v4.12.1 ([8c38698](https://github.com/e2e-test-quest/uuv/commit/8c3869850a94dd131148d788f21634bb58c93195))
42
+ * **runner-playwright:** update playwright-bdd to v9 ([072868c](https://github.com/e2e-test-quest/uuv/commit/072868c38a0429024c61d00742e73335fa42d3d5))
43
+
44
+ # [1.0.0-beta.108](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.107...a11y-v1.0.0-beta.108) (2026-05-27)
45
+
46
+
47
+ ### Bug Fixes
48
+
49
+ * **deps:** update dependency @ai-sdk/anthropic to v3.0.79 ([ef5f4d7](https://github.com/e2e-test-quest/uuv/commit/ef5f4d7b7dcd45b9efe3a250740d5597717838a2))
50
+ * **deps:** update dependency @ai-sdk/google to v3.0.79 ([5bd8e02](https://github.com/e2e-test-quest/uuv/commit/5bd8e027ff9129ba53641eb2172bd2ee15b46159))
51
+ * **deps:** update dependency @ai-sdk/mcp to v1.0.43 ([fb5e8e3](https://github.com/e2e-test-quest/uuv/commit/fb5e8e381fc7e096199edba397267c9902bda0cf))
52
+ * **deps:** update dependency @ai-sdk/openai to v3.0.65 ([831dcf3](https://github.com/e2e-test-quest/uuv/commit/831dcf3c6c3b778ac96ded94d7078974cf8f47b7))
53
+ * **runner-playwright:** update dependency cucumber-json-report-formatter to v0.1.5 ([2a61e93](https://github.com/e2e-test-quest/uuv/commit/2a61e9387205d6fb1018cd76f6800080bed02194))
54
+
55
+ # [1.0.0-beta.107](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.106...a11y-v1.0.0-beta.107) (2026-05-17)
56
+
57
+
58
+ ### Bug Fixes
59
+
60
+ * **deps:** update dependency @ai-sdk/anthropic to v3.0.78 ([64a1c50](https://github.com/e2e-test-quest/uuv/commit/64a1c50df9b6ba7071c1918a3de93dd95b854ff0))
61
+ * **deps:** update dependency @ai-sdk/google to v3.0.75 ([786ece5](https://github.com/e2e-test-quest/uuv/commit/786ece52187bc42f04b3a9995a316dd7e66a4e15))
62
+ * **deps:** update dependency @ai-sdk/mcp to v1.0.42 ([e4135c1](https://github.com/e2e-test-quest/uuv/commit/e4135c1705454db5fbe68a409b729d545a62b91a))
63
+ * **deps:** update dependency @ai-sdk/openai to v3.0.64 ([2d0e950](https://github.com/e2e-test-quest/uuv/commit/2d0e950459eae2dfdee25b7f558450845fb0c159))
64
+ * **deps:** update dependency ai to v6.0.184 ([1741dff](https://github.com/e2e-test-quest/uuv/commit/1741dfff0e6f28f038c8f272e40f675e2342bd43))
65
+ * **runner-playwright:** update dependency playwright-bdd to v8.5.1 ([93815ec](https://github.com/e2e-test-quest/uuv/commit/93815ec37afaa6f8dc0338500f2a676a45412220))
66
+
67
+
68
+ ### Features
69
+
70
+ * **assistant:** update dependency playwright-chromium to v1.60.0 ([ee59bf6](https://github.com/e2e-test-quest/uuv/commit/ee59bf63b5832c392dc998080d1aea8c4428700e))
71
+ * **deps:** update dependency tslib to v2.8.1 ([85d4f31](https://github.com/e2e-test-quest/uuv/commit/85d4f314c368e95f8221a779bfb4063d4af503c2))
72
+ * **runner-cypress:** update dependency cypress to v15.15.0 ([872ac71](https://github.com/e2e-test-quest/uuv/commit/872ac71452a7cec086c8dab4cbdaa179285bc69f))
73
+ * **runner-playwright:** update dependency @cucumber/cucumber to v12.9.0 ([424c539](https://github.com/e2e-test-quest/uuv/commit/424c5397f9568acc12066972e5b00e1faade7b51))
74
+
75
+ # [1.0.0-beta.106](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.105...a11y-v1.0.0-beta.106) (2026-05-11)
76
+
77
+
78
+ ### Bug Fixes
79
+
80
+ * **deps:** update dependency @ai-sdk/anthropic to v3.0.76 ([5d9ddc6](https://github.com/e2e-test-quest/uuv/commit/5d9ddc6cef9cb19313db8d232d866b11537a70c0))
81
+ * **deps:** update dependency @ai-sdk/google to v3.0.71 ([9621076](https://github.com/e2e-test-quest/uuv/commit/9621076e45e37425cb93d05c1970bc91cdf413c5))
82
+ * **deps:** update dependency @ai-sdk/mcp to v1.0.41 ([46d8048](https://github.com/e2e-test-quest/uuv/commit/46d80488ce84c73c24d8980f61db19e3bf278bcd))
83
+ * **deps:** update dependency @ai-sdk/openai to v3.0.63 ([a7c15fd](https://github.com/e2e-test-quest/uuv/commit/a7c15fdced5d22ebf21064eb43892b1ffc70959a))
84
+ * **deps:** update dependency ai to v6.0.177 ([74eb3d6](https://github.com/e2e-test-quest/uuv/commit/74eb3d63456b19468e0dfa69faf30135e90ebabd))
85
+ * **runner-playwright:** update dependency @cucumber/cucumber to v12.8.3 ([84de9b3](https://github.com/e2e-test-quest/uuv/commit/84de9b3baa8d9bedbd16304f0569ca7dfd367162))
86
+ * **runner-playwright:** update dependency nanoid to v3.3.12 ([fbf665c](https://github.com/e2e-test-quest/uuv/commit/fbf665c5a73da58e124842e95c9660229b5f384e))
87
+
88
+ # [1.0.0-beta.105](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.104...a11y-v1.0.0-beta.105) (2026-05-04)
89
+
90
+
91
+ ### Bug Fixes
92
+
93
+ * **deps:** update dependency @ai-sdk/anthropic to v3.0.74 ([8f5e18f](https://github.com/e2e-test-quest/uuv/commit/8f5e18f2713e1a28a32161192fe01330ffbe48a1))
94
+ * **deps:** update dependency @ai-sdk/google to v3.0.67 ([ec50144](https://github.com/e2e-test-quest/uuv/commit/ec501440e3631ce3f3920a1477ef8dbcf3d6a7ee))
95
+ * **deps:** update dependency @ai-sdk/mcp to v1.0.39 ([07b1201](https://github.com/e2e-test-quest/uuv/commit/07b1201c7a079d6922d65c693d84166b31aa4582))
96
+ * **deps:** update dependency @ai-sdk/openai to v3.0.58 ([dd96815](https://github.com/e2e-test-quest/uuv/commit/dd968158249fa0218cd35b9b30484579ba503985))
97
+ * **deps:** update dependency ai to v6.0.174 ([9a96c66](https://github.com/e2e-test-quest/uuv/commit/9a96c6674a352b68754659a5aaacb75a6f914af8))
98
+ * **runner-cypress:** update dependency @testing-library/cypress to v10.1.3 ([252decd](https://github.com/e2e-test-quest/uuv/commit/252decd60ffce875bf6ff4d200de0a04e8652f16))
99
+ * **runner-playwright:** update dependency @cucumber/cucumber to v12.8.2 ([b476bd0](https://github.com/e2e-test-quest/uuv/commit/b476bd0a5363eea153839a14b40ecb2198cef254))
100
+ * **runner-playwright:** update dependency axe-core to v4.11.4 ([9e71157](https://github.com/e2e-test-quest/uuv/commit/9e71157589de72be3b7cc2f9285cd7764bdb9fec))
101
+
102
+
103
+ ### Features
104
+
105
+ * **runner-cypress:** update dependency cypress to v15.14.2 ([1e37ad7](https://github.com/e2e-test-quest/uuv/commit/1e37ad7c8af43984d3c6d156383407410c3f4482))
106
+
107
+ # [1.0.0-beta.104](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.103...a11y-v1.0.0-beta.104) (2026-04-21)
108
+
109
+
110
+ ### Bug Fixes
111
+
112
+ * **deps:** update dependency @ai-sdk/anthropic to v3.0.71 ([20df877](https://github.com/e2e-test-quest/uuv/commit/20df877b84a46e8848476092326dcef63cb42147))
113
+ * **deps:** update dependency @ai-sdk/google to v3.0.64 ([1a56ab5](https://github.com/e2e-test-quest/uuv/commit/1a56ab59d9fdce318322a595e7df5c323b5fb7a1))
114
+ * **deps:** update dependency @ai-sdk/mcp to v1.0.36 ([7e57b14](https://github.com/e2e-test-quest/uuv/commit/7e57b1495fdb0feefd453f66b4eb0a597ab1df4b))
115
+ * **deps:** update dependency @ai-sdk/openai to v3.0.53 ([dae8bdc](https://github.com/e2e-test-quest/uuv/commit/dae8bdc3356aa98ff3ffd224e8d9490818cacc46))
116
+ * **deps:** update dependency ai to v6.0.168 ([0148c2c](https://github.com/e2e-test-quest/uuv/commit/0148c2ca9f025f644386d7ac9933c494b4035a48))
117
+ * **runner-playwright:** update dependency axe-core to v4.11.3 ([33178af](https://github.com/e2e-test-quest/uuv/commit/33178afaab25ecdd3e62a885035cc3ee30a925df))
118
+
119
+
120
+ ### Features
121
+
122
+ * **runner-playwright:** update dependency @cucumber/cucumber to v12.8.1 ([a463012](https://github.com/e2e-test-quest/uuv/commit/a463012a3954eebdc60a7ce8b36aba62e462d64e))
123
+
124
+ # [1.0.0-beta.103](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.102...a11y-v1.0.0-beta.103) (2026-04-09)
125
+
126
+
127
+ ### Features
128
+
129
+ * **mcp-server:** add support to llm provider anthropic gemini and openai ([9ef53bd](https://github.com/e2e-test-quest/uuv/commit/9ef53bdaed4ab1d22e1f66cf0432f391f77045fe))
130
+
131
+ # [1.0.0-beta.102](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.101...a11y-v1.0.0-beta.102) (2026-04-06)
132
+
133
+
134
+ ### Features
135
+
136
+ * **mcp-server:** introduce uuv assistant architect with tool and prompt genNominalTestCase, [#1326](https://github.com/e2e-test-quest/uuv/issues/1326) ([1aea5b2](https://github.com/e2e-test-quest/uuv/commit/1aea5b26fe12b953b9841c632ffc56a6536c22ae))
137
+
138
+ # [1.0.0-beta.101](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.100...a11y-v1.0.0-beta.101) (2026-04-05)
139
+
140
+
141
+ ### Bug Fixes
142
+
143
+ * **runner-playwright:** update dependency axe-core to v4.11.2 ([6be5e42](https://github.com/e2e-test-quest/uuv/commit/6be5e428c862d08e218d60cff9785c0d77962c57))
144
+
145
+
146
+ ### Features
147
+
148
+ * **assistant:** update dependency playwright-chromium to v1.59.1 ([d430c96](https://github.com/e2e-test-quest/uuv/commit/d430c96e7445eb262ca27900c0b778058c8b08f7))
149
+ * **deps:** update dependency @modelcontextprotocol/sdk to v1.29.0 ([e311320](https://github.com/e2e-test-quest/uuv/commit/e3113201ae81eb7bc488e9af0224416186417ec1))
150
+ * **deps:** update docusaurus monorepo to v3.9.2 ([cba0174](https://github.com/e2e-test-quest/uuv/commit/cba0174f196682e1bd7642c2ce91c895f5300ca8))
151
+
152
+ # [1.0.0-beta.100](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.99...a11y-v1.0.0-beta.100) (2026-03-29)
153
+
154
+
155
+ ### Features
156
+
157
+ * **deps:** update dependency @cucumber/gherkin to v39 ([23d4002](https://github.com/e2e-test-quest/uuv/commit/23d400287d3a414774b45c8768d7c410e2d351fa))
158
+ * **deps:** update dependency @modelcontextprotocol/sdk to v1.28.0 ([c605a3f](https://github.com/e2e-test-quest/uuv/commit/c605a3fb01b8668902a3bc5f0c5aa5b04438bf03))
159
+ * **deps:** update dependency zod to v4.3.6 ([26921b8](https://github.com/e2e-test-quest/uuv/commit/26921b82290e881e72f4c18a1f487683ccee66c7))
160
+ * **runner-cypress:** update dependency cypress to v15.13.0 ([2765ead](https://github.com/e2e-test-quest/uuv/commit/2765ead56b7e013ca5d0a0f5efbe4ee7bd794c28))
161
+
162
+ # [1.0.0-beta.99](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.98...a11y-v1.0.0-beta.99) (2026-03-22)
163
+
164
+
165
+ ### Features
166
+
167
+ * **runner-commons:** update dependency figlet to v1.11.0 ([9ef9e82](https://github.com/e2e-test-quest/uuv/commit/9ef9e821f340f50a5471ebe9b986c823956a5d1e))
168
+ * **runner-cypress:** update dependency cypress to v15.12.0 ([05efa53](https://github.com/e2e-test-quest/uuv/commit/05efa5391684165efa222b1f773df080e7b22be7))
169
+ * **runner-playwright:** update dependency @cucumber/cucumber to v12.7.0 ([ee4ef96](https://github.com/e2e-test-quest/uuv/commit/ee4ef9627e620587a64f8db76dbbea0acc0f82e6))
170
+ * **runner-playwright:** update dependency playwright-bdd to v8.5.0 ([7003f59](https://github.com/e2e-test-quest/uuv/commit/7003f5933a4478cfcf0c880cc9182432bd388490))
171
+
172
+ # [1.0.0-beta.98](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.97...a11y-v1.0.0-beta.98) (2026-03-15)
173
+
174
+
175
+ ### Features
176
+
177
+ * **a11y:** add context parameter for wcag checker ([8d5fd08](https://github.com/e2e-test-quest/uuv/commit/8d5fd08b218d3641f404a00d518912a63ee17e28))
178
+ * **runner-cypress:** replace webpack by esbuild ([1a690ec](https://github.com/e2e-test-quest/uuv/commit/1a690ec7db65b62200405370c7b072620aaa9dfd))
179
+
180
+ # [1.0.0-beta.97](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.96...a11y-v1.0.0-beta.97) (2026-03-08)
181
+
182
+
183
+ ### Bug Fixes
184
+
185
+ * **runner-playwright:** update dependency chokidar to v4.0.3 ([ff51aab](https://github.com/e2e-test-quest/uuv/commit/ff51aabadce6d0dc5e1b054472a43d1a14142ec3))
186
+ * **runner-playwright:** update dependency chokidar to v4.0.3 ([330ce8f](https://github.com/e2e-test-quest/uuv/commit/330ce8f99c8c84699cc5251159e980cb4318a277))
187
+ * **runner-playwright:** update dependency webpack to v5.105.4 ([ba8a2cf](https://github.com/e2e-test-quest/uuv/commit/ba8a2cfe2114e7e36301125b0d76a2ab1d63002d))
188
+
189
+
190
+ ### Features
191
+
192
+ * **assistant-ai:** initialize @uuv/assistant-ai, [#1222](https://github.com/e2e-test-quest/uuv/issues/1222) ([60a0090](https://github.com/e2e-test-quest/uuv/commit/60a0090ad865f5e667614b84582c1808b49137ea))
193
+
194
+ # [1.0.0-beta.96](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.95...a11y-v1.0.0-beta.96) (2026-03-02)
195
+
196
+
197
+ ### Bug Fixes
198
+
199
+ * **runner-playwright:** update dependency chokidar to v4.0.3 ([c468f01](https://github.com/e2e-test-quest/uuv/commit/c468f01ea1ff3106bac0e4a4b51dc4db283755dd))
200
+
201
+
202
+ ### Features
203
+
204
+ * **runner-commons:** update dependency figlet to v1.10.0 ([661130d](https://github.com/e2e-test-quest/uuv/commit/661130d3cdca8a8da87b86a015951ca5461c125d))
205
+
206
+ # [1.0.0-beta.95](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.94...a11y-v1.0.0-beta.95) (2026-02-23)
207
+
208
+
209
+ ### Bug Fixes
210
+
211
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v24.0.1 ([d164cb4](https://github.com/e2e-test-quest/uuv/commit/d164cb4b1c5ee6aae84c2bcabc937f07d281a434))
212
+
213
+
214
+ ### Features
215
+
216
+ * **deps:** update dependency @cucumber/gherkin to v38 ([d94b256](https://github.com/e2e-test-quest/uuv/commit/d94b2567a385370418b08b247ffc64255f7930eb))
217
+ * **deps:** update dependency @cucumber/messages to v32 ([d369590](https://github.com/e2e-test-quest/uuv/commit/d36959031c5c525592dd13d89945ae2d9bb2851f))
218
+ * **deps:** update dependency @modelcontextprotocol/sdk to v1.26.0 ([7b674d9](https://github.com/e2e-test-quest/uuv/commit/7b674d97f617fd47c298f8b5ca77e659eb1539d7))
219
+ * **runner-playwright:** update dependency @cucumber/cucumber to v12 ([04348cf](https://github.com/e2e-test-quest/uuv/commit/04348cf236f75e4af29d1601ce3fb5d184d2d36a))
220
+ * **runner-playwright:** update dependency @cucumber/tag-expressions to v9 ([b5803ce](https://github.com/e2e-test-quest/uuv/commit/b5803ce00fedeba3aba205860ce4f906b2661809))
221
+ * **runner-playwright:** update dependency webpack to v5.105.2 ([3631522](https://github.com/e2e-test-quest/uuv/commit/36315228823aa731802a784f3f3c3daa2d4a8e3c))
222
+
223
+ # [1.0.0-beta.94](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.93...a11y-v1.0.0-beta.94) (2026-02-15)
224
+
225
+
226
+ ### Bug Fixes
227
+
228
+ * **assistant:** update dependency playwright-chromium to v1.58.2 ([34bc2f6](https://github.com/e2e-test-quest/uuv/commit/34bc2f6c53c1fab2a03928966f888f76515fdff2))
229
+
230
+
231
+ ### Features
232
+
233
+ * **assistant-desktop:** migrate assistant desktop from electron to tauri ([d1ac014](https://github.com/e2e-test-quest/uuv/commit/d1ac01405e37cce389da7449807f55601db41b74))
234
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v24 ([d85b911](https://github.com/e2e-test-quest/uuv/commit/d85b9117941af3f256be7ea2aa2ae55afc116884))
235
+ * **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.10.0 ([4abcad4](https://github.com/e2e-test-quest/uuv/commit/4abcad42d2c892bd5f797e4d965fbb1aa62c93f1))
236
+ * **runner-playwright:** update dependency webpack to v5.105.2 ([8639885](https://github.com/e2e-test-quest/uuv/commit/8639885be87b51fb9e04a3b78b5f484f41ab22ec))
237
+
238
+ # [1.0.0-beta.93](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.92...a11y-v1.0.0-beta.93) (2026-02-09)
239
+
240
+
241
+ ### Bug Fixes
242
+
243
+ * **runner-cypress:** use cypress-on-fix for multiple hooks, [#1214](https://github.com/e2e-test-quest/uuv/issues/1214) ([bff79c8](https://github.com/e2e-test-quest/uuv/commit/bff79c8a332bd8f270301623d5ab519c585bcea4))
244
+
245
+ # [1.0.0-beta.92](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.91...a11y-v1.0.0-beta.92) (2026-02-08)
246
+
247
+
248
+ ### Bug Fixes
249
+
250
+ * **runner-playwright:** update dependency chokidar to v4.0.3 ([40b93ce](https://github.com/e2e-test-quest/uuv/commit/40b93ce3170605fff5ec681ba592478a6059f679))
251
+
252
+
253
+ ### Features
254
+
255
+ * **deps:** update dependency @modelcontextprotocol/sdk to v1.26.0 [security] ([2b945ed](https://github.com/e2e-test-quest/uuv/commit/2b945ed51c308be739f45a8bfc27190ba95b0960))
256
+ * **runner-cypress:** update dependency cypress to v15.10.0 ([86db98f](https://github.com/e2e-test-quest/uuv/commit/86db98fcfb28f439cb5122f9b45e61fceded02a4))
257
+ * **runner-cypress:** update dependency junit-report-merger to v9 ([6d95cfc](https://github.com/e2e-test-quest/uuv/commit/6d95cfc0e4e2363f3c83f407fbb485fcf3e39769))
258
+ * **runner-playwright:** update dependency webpack to v5.105.0 ([6097081](https://github.com/e2e-test-quest/uuv/commit/609708177d910b3a0e414d096322497ff4c8cbe6))
259
+
260
+ # [1.0.0-beta.91](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.90...a11y-v1.0.0-beta.91) (2026-01-25)
261
+
262
+
263
+ ### Bug Fixes
264
+
265
+ * **assistant:** update dependency dom-accessibility-api to v0.7.1 ([1e76c40](https://github.com/e2e-test-quest/uuv/commit/1e76c40a6d021a60c42b8a30e80281cb14a816f7))
266
+ * **runner-playwright:** update dependency axe-core to v4.11.1 ([8404435](https://github.com/e2e-test-quest/uuv/commit/8404435e018c6068a7a649a19d2f77b57d8f8260))
267
+
268
+
269
+ ### Features
270
+
271
+ * **assistant:** update dependency playwright-chromium to v1.58.0 ([963f73f](https://github.com/e2e-test-quest/uuv/commit/963f73fcff199a46201ce676c9dde278973c4953))
272
+ * **assistant:** update dependency tabbable to v6.4.0 ([0db9a9e](https://github.com/e2e-test-quest/uuv/commit/0db9a9e75a28bcbe4851f666934fdc90b06eaf68))
273
+ * **runner-cypress:** update dependency cypress to v15.9.0 ([16e7102](https://github.com/e2e-test-quest/uuv/commit/16e7102542e9a1a958c3d30971c9314bb6c3f0e2))
274
+ * **runner-playwright:** update dependency webpack to v5.104.1 ([715510a](https://github.com/e2e-test-quest/uuv/commit/715510ac995b295670568b8e8e492b7c6b8937e0))
275
+
276
+ # [1.0.0-beta.90](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.89...a11y-v1.0.0-beta.90) (2026-01-18)
277
+
278
+
279
+ ### Features
280
+
281
+ * **deps:** update dependency @modelcontextprotocol/sdk to v1.25.2 [security] ([77e3511](https://github.com/e2e-test-quest/uuv/commit/77e3511ecbf906c72dedc798fa5883109095d0e4))
282
+ * **runner-playwright:** update dependency typescript to v5.9.3 ([3b0f131](https://github.com/e2e-test-quest/uuv/commit/3b0f1314104546c382bfabb38d3bc6a72c9b2e9e))
283
+ * **runner-playwright:** update dependency webpack to v5.104.1 ([d1dd93b](https://github.com/e2e-test-quest/uuv/commit/d1dd93b3426c7e9baee15c4ad88dc294ea23c9c7))
284
+
285
+ # [1.0.0-beta.89](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.88...a11y-v1.0.0-beta.89) (2026-01-01)
286
+
287
+
288
+ ### Bug Fixes
289
+
290
+ * **runner-playwright:** update dependency playwright-bdd to v8.4.2 ([0987311](https://github.com/e2e-test-quest/uuv/commit/0987311037768474960cbb6fcadfb888af1f49e0))
291
+
292
+
293
+ ### Features
294
+
295
+ * **runner-cypress:** update dependency cypress to v15.8.1 ([b9770d8](https://github.com/e2e-test-quest/uuv/commit/b9770d8e85bea757a39c8829071959f5c05841a9))
296
+
297
+ # [1.0.0-beta.88](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.87...a11y-v1.0.0-beta.88) (2025-12-07)
298
+
299
+
300
+ ### Bug Fixes
301
+
302
+ * **mcp-server:** add mcp prompts in mcp-server npm package and temp remove valueToType arg ([c5dd4f3](https://github.com/e2e-test-quest/uuv/commit/c5dd4f344f00d43068057a3dfa03a1fc7239eef9))
303
+
304
+ # [1.0.0-beta.87](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.86...a11y-v1.0.0-beta.87) (2025-11-30)
305
+
306
+
307
+ ### Bug Fixes
308
+
309
+ * **runner-cypress:** update dependency @cypress/webpack-preprocessor to v7.0.2 ([1e2abab](https://github.com/e2e-test-quest/uuv/commit/1e2abab644d26e6b6fd65a00c8d6edd4cdbd2fb6))
310
+ * **runner-playwright:** update dependency chokidar to v4.0.3 ([0e11d27](https://github.com/e2e-test-quest/uuv/commit/0e11d27808d47d77ae982b8874492c98c0afdb76))
311
+
312
+
313
+ ### Features
314
+
315
+ * **mcp-server:** introduce unit-test for mcp-server and domSelector for generate_expect_elem, [#1164](https://github.com/e2e-test-quest/uuv/issues/1164) ([a1aabb3](https://github.com/e2e-test-quest/uuv/commit/a1aabb359ee780905cbbdf8d07248b59965208ca))
316
+ * **runner-cypress:** update dependency cypress to v15.7.0 ([36f50df](https://github.com/e2e-test-quest/uuv/commit/36f50dfebe23be556ade0c3e7ed5a53d9214bd9a))
317
+
318
+ # [1.0.0-beta.86](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.85...a11y-v1.0.0-beta.86) (2025-11-20)
319
+
320
+
321
+ ### Bug Fixes
322
+
323
+ * **assistant:** set dom-accessibility-api dependency as runtime dependency ([8f6588e](https://github.com/e2e-test-quest/uuv/commit/8f6588e71bdb5fccee1e4fe8047038853e76e13a))
324
+
325
+ # [1.0.0-beta.85](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.84...a11y-v1.0.0-beta.85) (2025-11-19)
326
+
327
+
328
+ ### Features
329
+
330
+ * introduce mcp server and dictionary packages, [#1153](https://github.com/e2e-test-quest/uuv/issues/1153) ([3d52b10](https://github.com/e2e-test-quest/uuv/commit/3d52b1083a49a48ab30f60362dfe993d2c05d80d))
331
+ * release 0.0.1 of mcp-server and dictionary ([838be49](https://github.com/e2e-test-quest/uuv/commit/838be49f758896e8d10c847919de4d7de3f919f5))
332
+
333
+ # [1.0.0-beta.84](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.83...a11y-v1.0.0-beta.84) (2025-11-03)
334
+
335
+
336
+ ### Features
337
+
338
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v23 ([4e6df46](https://github.com/e2e-test-quest/uuv/commit/4e6df46a9585674478da2679549d8c29ea33c495))
339
+
340
+ # [1.0.0-beta.83](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.82...a11y-v1.0.0-beta.83) (2025-10-26)
341
+
342
+
343
+ ### Bug Fixes
344
+
345
+ * **assistant:** update dependency playwright-chromium to v1.56.1 ([b3b9e81](https://github.com/e2e-test-quest/uuv/commit/b3b9e81abacd0650c05079b5f3b61ced2660aae9))
346
+
347
+
348
+ ### Features
349
+
350
+ * **runner-cypress:** update dependency @cypress/webpack-preprocessor to v7 ([dfd0b8f](https://github.com/e2e-test-quest/uuv/commit/dfd0b8f204115ec0ce98b0741fb0de86bca8940d))
351
+ * **runner-cypress:** update dependency cypress to v15 ([551e899](https://github.com/e2e-test-quest/uuv/commit/551e89971dd46896dcfbae329d460ec1497cf31b))
352
+ * **runner-cypress:** update dependency junit-report-merger to v8 ([68e1b5d](https://github.com/e2e-test-quest/uuv/commit/68e1b5d733eb8505b520dab4faafa404dca2b194))
353
+
354
+ # [1.0.0-beta.82](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.81...a11y-v1.0.0-beta.82) (2025-10-12)
355
+
356
+
357
+ ### Features
358
+
359
+ * **assistant:** update dependency playwright-chromium to v1.56.0 ([166e1b2](https://github.com/e2e-test-quest/uuv/commit/166e1b292c85858153ec5cb01c4120b1296c8269))
360
+ * **runner-playwright:** update dependency @cucumber/cucumber to v11.3.0 ([b901557](https://github.com/e2e-test-quest/uuv/commit/b901557d9ef383200cb457aeaf6c80de17f4259f))
361
+ * **runner-playwright:** update dependency axe-core to v4.11.0 ([4cc334d](https://github.com/e2e-test-quest/uuv/commit/4cc334dfcbe0a997970b972a923bf07241f70d01))
362
+
363
+ # [1.0.0-beta.81](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.80...a11y-v1.0.0-beta.81) (2025-09-28)
364
+
365
+
366
+ ### Bug Fixes
367
+
368
+ * **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.9.3 ([d84d345](https://github.com/e2e-test-quest/uuv/commit/d84d3457f5a98a9f7cb47edda56df63c85da5a4b))
369
+ * **runner-playwright:** update dependency playwright-bdd to v8.4.1 ([66d6d6a](https://github.com/e2e-test-quest/uuv/commit/66d6d6ad1717872a6ca8ac017a7792a6f05eb012))
370
+
371
+
372
+ ### Features
373
+
374
+ * **runner-cypress:** update dependency cypress to v14.5.4 ([ae2c1f1](https://github.com/e2e-test-quest/uuv/commit/ae2c1f197e622477041960831e31eeb6ca7405cc))
375
+ * **runner-cypress:** update dependency cypress-axe to v1.7.0 ([7f4f028](https://github.com/e2e-test-quest/uuv/commit/7f4f02822c5c20fc9435022963c1fa563b9d83c4))
376
+
377
+ # [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)
378
+
379
+
380
+ ### Bug Fixes
381
+
382
+ * **assistant:** update dependency antd to v5.27.4 ([f0601cb](https://github.com/e2e-test-quest/uuv/commit/f0601cb3b7db519ce26bf12a7fee78885086a2f0))
383
+ * **deps:** update dependency @mdx-js/react to v3.1.1 ([7931ada](https://github.com/e2e-test-quest/uuv/commit/7931ada1c1e9f46fefbffbad354b41a683a13105))
384
+ * **deps:** update docusaurus monorepo to v3.8.1 ([e2444da](https://github.com/e2e-test-quest/uuv/commit/e2444da952ce605cf5e2c40f6c077e8dbf09968c))
385
+
386
+
387
+ ### Features
388
+
389
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v22.2.0 ([3f9ca1a](https://github.com/e2e-test-quest/uuv/commit/3f9ca1a40ed29fa193c4a9ea0f5c598877b0d19f))
390
+ * **runner-cypress:** update dependency @testing-library/cypress to v10.1.0 ([5481262](https://github.com/e2e-test-quest/uuv/commit/5481262ba4c8e07f825126ddcf4449dcc1c59146))
391
+ * **runner-playwright:** update dependency axe-playwright to v2.2.2 ([19ddd70](https://github.com/e2e-test-quest/uuv/commit/19ddd70762121ce635f1a7eba3a937b9bc726e0b))
392
+
393
+ # [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)
394
+
395
+
396
+ ### Features
397
+
398
+ * update react monorepo to v19 ([4e10a59](https://github.com/e2e-test-quest/uuv/commit/4e10a59abf9a343b311ef4a2b3223dcf1555638f))
399
+
400
+ # [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)
401
+
402
+
403
+ ### Features
404
+
405
+ * **assistant:** update dependency antd to v5.27.1 ([d0dc967](https://github.com/e2e-test-quest/uuv/commit/d0dc967bc686e5710b35adefc8b040a404581f95))
406
+ * **runner-playwright:** migrate to playwright-bdd 8.4.0 ([0c9e0f0](https://github.com/e2e-test-quest/uuv/commit/0c9e0f095194af15cb21a822500e6db0410189d7))
407
+
408
+ # [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)
409
+
410
+
411
+ ### Bug Fixes
412
+
413
+ * **assistant:** remove @testing-library/dom dependency and adapt selector ([14684af](https://github.com/e2e-test-quest/uuv/commit/14684afd4ddce4a7041bc09543a6a6df6d1e3a1c))
414
+
415
+ # [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)
416
+
417
+
418
+ ### Bug Fixes
419
+
420
+ * 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))
421
+
422
+ # [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)
423
+
424
+
425
+ ### Features
426
+
427
+ * add funding, [#1065](https://github.com/e2e-test-quest/uuv/issues/1065) ([c569086](https://github.com/e2e-test-quest/uuv/commit/c5690862b920f12e12d815ff1217d2a1b535acab))
428
+
429
+ # [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)
430
+
431
+
432
+ ### Features
433
+
434
+ * **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))
435
+
436
+ # [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)
437
+
438
+
439
+ ### Features
440
+
441
+ * **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))
442
+
443
+ # [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)
444
+
445
+
446
+ ### Features
447
+
448
+ * **assistant:** update dependency antd to v5.26.5 ([0b94ebc](https://github.com/e2e-test-quest/uuv/commit/0b94ebc6925ee5a1a571627806502aeda2cac3f5))
449
+
450
+ # [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)
451
+
452
+
453
+ ### Features
454
+
455
+ * **runner-playwright:** update dependency playwright-bdd to v8.3.0 ([5be62fc](https://github.com/e2e-test-quest/uuv/commit/5be62fce63fdd6ebbd5a33cb3b5910a339d18a57))
456
+
457
+ # [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)
458
+
459
+
460
+ ### Features
461
+
462
+ * **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))
463
+ * 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))
464
+
465
+ # [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)
466
+
467
+
468
+ ### Bug Fixes
469
+
470
+ * **deps:** update dependency bootstrap to v5.3.6 ([03b87ff](https://github.com/e2e-test-quest/uuv/commit/03b87ff4056777c6ab73b65bcf3ce2ac6e76ce99))
471
+ * **deps:** update dependency sequelize to v6.37.7 ([7dda0b5](https://github.com/e2e-test-quest/uuv/commit/7dda0b53b95064a43858d6abc799e6f2d83c5672))
472
+
473
+
474
+ ### Features
475
+
476
+ * **runner-playwright:** update dependency typescript to v5.8.3 -- package-lock ([e8fb704](https://github.com/e2e-test-quest/uuv/commit/e8fb704bbc7e15e7689cb44c09fbd778eae35c60))
477
+ * **runner-playwright:** update playwright monorepo to v1.52.0 ([eba6ca0](https://github.com/e2e-test-quest/uuv/commit/eba6ca0ac76a50bc97272e90d441c9bfc5856e5c))
478
+
479
+ # [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)
480
+
481
+
482
+ ### Bug Fixes
483
+
484
+ * **deps:** update dependency bootstrap to v5.3.5 ([c698360](https://github.com/e2e-test-quest/uuv/commit/c698360522ac4f4ea60e73f05cf2aa5b748bc314))
485
+ * **deps:** update dependency chart.js to v4.4.9 ([2dbb916](https://github.com/e2e-test-quest/uuv/commit/2dbb9162d28774c839fba79c9414f340b675d7e0))
486
+ * **runner-commons:** update dependency figlet to v1.8.1 ([54c4b28](https://github.com/e2e-test-quest/uuv/commit/54c4b2843bc72c98e4aea015bc33e5304a91c8c3))
487
+
488
+
489
+ ### Features
490
+
491
+ * **runner-playwright:** update dependency webpack to v5.99.6 ([2c219f6](https://github.com/e2e-test-quest/uuv/commit/2c219f61a65431cca7d5553d935031a7f60b9b68))
492
+
493
+ # [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)
494
+
495
+
496
+ ### Bug Fixes
497
+
498
+ * **runner-cypress:** update dependency @cypress/webpack-preprocessor to v6.0.4 ([eee7215](https://github.com/e2e-test-quest/uuv/commit/eee7215613a276a5ab854a0a024b318c4335ca61))
499
+ * **runner-playwright:** update dependency nanoid to v3.3.11 ([c2adcce](https://github.com/e2e-test-quest/uuv/commit/c2adcceb0cadf44786a32f7531bc4a46c81d5463))
500
+
501
+
502
+ ### Features
503
+
504
+ * **runner-playwright:** update playwright monorepo to v1.51.1 ([3f0f81f](https://github.com/e2e-test-quest/uuv/commit/3f0f81fe901fb8e77c7739857389831188ec5620))
505
+
506
+ # [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)
507
+
508
+
509
+ ### Bug Fixes
510
+
511
+ * **a11y:** update dependency axe-core to v4.10.3 ([a2d1012](https://github.com/e2e-test-quest/uuv/commit/a2d101264510ce249196d7bdf6bb1bea44454d64))
512
+ * **runner-playwright:** update dependency axe-core to v4.10.3 ([5781908](https://github.com/e2e-test-quest/uuv/commit/57819081adc571250f69d5d4784ada7dd4e19a15))
513
+ * **runner-playwright:** update dependency nanoid to v3.3.10 ([a6e9109](https://github.com/e2e-test-quest/uuv/commit/a6e9109f6fac1571e699118a669e1e382e9ccd26))
514
+
515
+ # [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)
516
+
517
+
518
+ ### Bug Fixes
519
+
520
+ * **a11y:** update dependency rxjs to v7.8.2 ([a2d97bc](https://github.com/e2e-test-quest/uuv/commit/a2d97bc1ab46ebc7d53afcff30041f8fd79598a3))
521
+ * **assistant:** update codemirror ([d319dec](https://github.com/e2e-test-quest/uuv/commit/d319dec8788269942a7d9c5f6e76d549ed0cc126))
522
+ * **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.10 ([67d021c](https://github.com/e2e-test-quest/uuv/commit/67d021c310f781469b14b05524d8d22c25162c23))
523
+ * **runner-cypress:** update dependency junit-report-merger to v7.0.1 ([c644145](https://github.com/e2e-test-quest/uuv/commit/c644145dfa51a0728e5491e6fe20c233bc4f949c))
524
+
525
+
526
+ ### Features
527
+
528
+ * **deps:** update dependency @cucumber/gherkin to v32 ([75c57c3](https://github.com/e2e-test-quest/uuv/commit/75c57c3319236706aa8cf18dcdb1e2c346e01732))
529
+
530
+ # [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)
531
+
532
+
533
+ ### Bug Fixes
534
+
535
+ * 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))
536
+
537
+ # [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)
538
+
539
+
540
+ ### Bug Fixes
541
+
542
+ * **deps:** update dependency chart.js to v4.4.8 ([1b34479](https://github.com/e2e-test-quest/uuv/commit/1b34479b6d07921dde0b3835ce8c23e2a56824a9))
543
+ * **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.9.1 ([5beda1d](https://github.com/e2e-test-quest/uuv/commit/5beda1dd42a4d2ccd2639bb5e0f84f953548e8da))
544
+
545
+
546
+ ### Features
547
+
548
+ * **deps:** update dependency @cucumber/messages to v27.2.0 ([9360afb](https://github.com/e2e-test-quest/uuv/commit/9360afb54c314d009273b5e1e98b623ada494587))
549
+
550
+ # [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)
551
+
552
+
553
+ ### Features
554
+
555
+ * **assistant:** update dependency antd to v5.24.0 ([420fa88](https://github.com/e2e-test-quest/uuv/commit/420fa88c4d73b95f5b8be677a801200b033e22e1))
556
+ * **deps:** update dependency @cucumber/gherkin to v31 ([f661a82](https://github.com/e2e-test-quest/uuv/commit/f661a825045b94d3cb7f578266a9872cdd84f02a))
557
+ * **runner-playwright:** update dependency axe-playwright to v2.1.0 ([dfb261a](https://github.com/e2e-test-quest/uuv/commit/dfb261acae0584f696e26c2ce0b10e06e9064e72))
558
+
559
+ # [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)
560
+
561
+
562
+ ### Bug Fixes
563
+
564
+ * **runner-cypress:** update testing-library monorepo ([be9645a](https://github.com/e2e-test-quest/uuv/commit/be9645a58812eb51ea6a445e5fb8504f4e201420))
565
+ * **runner-playwright:** update dependency @cucumber/tag-expressions to v6.1.2 ([3612d07](https://github.com/e2e-test-quest/uuv/commit/3612d0774a30b23a8f520f33733577117fb7b067))
566
+ * update package-lock too, [#954](https://github.com/e2e-test-quest/uuv/issues/954) ([c2b8ecd](https://github.com/e2e-test-quest/uuv/commit/c2b8ecd123733b6fc253977e35f6b65001adae41))
567
+
568
+
569
+ ### Features
570
+
571
+ * **runner-cypress:** update dependency cypress-axe to v1.6.0 ([637762b](https://github.com/e2e-test-quest/uuv/commit/637762b35a2d39dd9de9930a87c49d17cd8882c8))
572
+ * **runner-cypress:** update dependency cypress-real-events to v1.14.0 ([0e6b3a5](https://github.com/e2e-test-quest/uuv/commit/0e6b3a501e55098d4b48d97fb3b98b675ceee02d))
573
+ * **runner-playwright:** update playwright monorepo to v1.50.1 ([0b8d9b1](https://github.com/e2e-test-quest/uuv/commit/0b8d9b1ffc8876693ed80dcb80580c3480b798b7))
574
+
575
+ # [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)
576
+
577
+
578
+ ### Bug Fixes
579
+
580
+ * **assistant:** update dependency @codemirror/view to v6.36.2 ([63b0594](https://github.com/e2e-test-quest/uuv/commit/63b05944448f5d7338bab42faca9d8ee47cb93c6))
581
+
582
+
583
+ ### Features
584
+
585
+ * **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.9.0 ([ae6f840](https://github.com/e2e-test-quest/uuv/commit/ae6f840742357b5c513c72177082a59770328b27))
586
+
587
+ # [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)
588
+
589
+
590
+ ### Features
591
+
592
+ * **a11y:** update dependency @testing-library/dom to v10 ([de56925](https://github.com/e2e-test-quest/uuv/commit/de56925247cb9b0e504f2b98389ab6e82ce85c4b))
593
+
594
+ # [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)
595
+
596
+
597
+ ### Bug Fixes
598
+
599
+ * **assistant:** update dependency antd to v5.22.7 ([a5873ae](https://github.com/e2e-test-quest/uuv/commit/a5873ae614acf0ea2ac15737224159f62319a855))
600
+
601
+
602
+ ### Features
603
+
604
+ * **a11y:** update testing-library monorepo ([3d86317](https://github.com/e2e-test-quest/uuv/commit/3d8631760747a532fcf721b65920ec44cc471bcd))
605
+ * add @uuv/a11y dependency to @uuv/playwright ([323aee0](https://github.com/e2e-test-quest/uuv/commit/323aee0f4d1d52653e7d6209f496a1322fe6cba3))
606
+ * **assistant:** update dependency @codemirror/view to v6.36.1 ([2a7f3f8](https://github.com/e2e-test-quest/uuv/commit/2a7f3f8c10785b5af1c15d11c8b69fb9368bec50))
607
+
608
+ # [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)
609
+
610
+
611
+ ### Bug Fixes
612
+
613
+ * **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.7 ([186f12e](https://github.com/e2e-test-quest/uuv/commit/186f12e27cead4d33ea237f0397262d6af3ba515))
614
+ * **assistant:** update dependency @uiw/react-codemirror to v4.23.7 ([357b9cf](https://github.com/e2e-test-quest/uuv/commit/357b9cfb908a5a8b90e67053328abb4b05ab069d))
615
+ * **assistant:** update dependency antd to v5.22.5 ([9dc158d](https://github.com/e2e-test-quest/uuv/commit/9dc158d474a9e507b4c8f3054fc8808371064937))
616
+ * **runner-playwright:** update playwright monorepo to v1.49.1 ([101653f](https://github.com/e2e-test-quest/uuv/commit/101653f646eb6e881fde6ef5b5af608f2856eec1))
617
+
618
+
619
+ ### Features
620
+
621
+ * **runner-cypress:** update dependency cypress to v13.17.0 ([937dd6e](https://github.com/e2e-test-quest/uuv/commit/937dd6eb08c10c89e095d04e1965596dd95c14dc))
622
+ * **runner-playwright:** update dependency webpack to v5.97.1 ([f8ad895](https://github.com/e2e-test-quest/uuv/commit/f8ad895ddad3f3a752f384c9bb9b6a128526bc5d))
623
+
624
+ # [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)
625
+
626
+
627
+ ### Features
628
+
629
+ * 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))
630
+
631
+ # [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)
632
+
633
+
634
+ ### Bug Fixes
635
+
636
+ * **assistant:** update dependency @codemirror/view to v6.35.2 ([33e5c81](https://github.com/e2e-test-quest/uuv/commit/33e5c810caa5c19f96305f721bb10ab8d762ec64))
637
+ * **assistant:** update dependency antd to v5.22.3 ([e47ecd5](https://github.com/e2e-test-quest/uuv/commit/e47ecd56df07c844e3b448e0d02204903c1eb879))
638
+ * **runner-cypress:** update dependency cypress to v13.16.1 ([090cb35](https://github.com/e2e-test-quest/uuv/commit/090cb35efa1ad5c30a44ec4565a653eff1117fc7))
639
+
640
+
641
+ ### Features
642
+
643
+ * **runner-playwright:** update dependency chokidar to v4 ([463c2c0](https://github.com/e2e-test-quest/uuv/commit/463c2c01f60c9ade5de26b1ce2c61c3e27e95cf2))
644
+
645
+ # [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)
646
+
647
+
648
+ ### Bug Fixes
649
+
650
+ * **runner-playwright:** update dependency nanoid to v3.3.8 ([1129db9](https://github.com/e2e-test-quest/uuv/commit/1129db97724767746ff6e83e99fcf2a842953ed5))
651
+ * update package-lock.json,[#891](https://github.com/e2e-test-quest/uuv/issues/891) ([3bcb03f](https://github.com/e2e-test-quest/uuv/commit/3bcb03f8522bb96df366aade023c0c104a70bcf0))
652
+
653
+ # [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)
654
+
655
+
656
+ ### Bug Fixes
657
+
658
+ * **assistant:** update dependency antd to v5.22.2 ([ca58136](https://github.com/e2e-test-quest/uuv/commit/ca581367951ff18f4abdd048e92fd9f34582c7ff))
659
+
660
+
661
+ ### Features
662
+
663
+ * **assistant:** update dependency @codemirror/view to v6.35.0 ([fd83add](https://github.com/e2e-test-quest/uuv/commit/fd83add8a853f97a5e402c41c6e8963ec6a194c4))
664
+ * **runner-cypress:** update dependency cypress to v13.16.0 ([b28d613](https://github.com/e2e-test-quest/uuv/commit/b28d613e87e36014b1a2d4f9099e870e8014c38a))
665
+ * **runner-playwright:** update playwright monorepo to v1.49.0 ([976b46c](https://github.com/e2e-test-quest/uuv/commit/976b46cebfeb88faa1a2767f04ee43d89303ad91))
666
+
667
+ # [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)
668
+
669
+
670
+ ### Bug Fixes
671
+
672
+ * **assistant:** update codemirror ([fe073ce](https://github.com/e2e-test-quest/uuv/commit/fe073ce266a22c26b9c3dc90d499c2d51e345f5e))
673
+ * **deps:** update dependency @cucumber/gherkin to v30.0.4 ([ca4c17d](https://github.com/e2e-test-quest/uuv/commit/ca4c17d20f08c9819b6e335fa6acced2ca5c675a))
674
+ * **deps:** update dependency @cucumber/messages to v27.0.2 ([d86ba3d](https://github.com/e2e-test-quest/uuv/commit/d86ba3d9509f035873c991332a5d843c52696d0b))
675
+
676
+
677
+ ### Features
678
+
679
+ * **assistant:** update dependency antd to v5.22.1 ([338f997](https://github.com/e2e-test-quest/uuv/commit/338f9979a03d7d9c285cb434852e8009644c7e85))
680
+ * **deps:** update dependency tslib to v2.8.1 ([c745d59](https://github.com/e2e-test-quest/uuv/commit/c745d59f74e7cf264b0ae97f349b34310e040410))
681
+
682
+ # [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)
683
+
684
+
685
+ ### Bug Fixes
686
+
687
+ * **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.6 ([6e2ae5e](https://github.com/e2e-test-quest/uuv/commit/6e2ae5e9380fdba6b452fd7c5b51fe01ca109585))
688
+ * **assistant:** update dependency antd to v5.21.6 ([ecfa97d](https://github.com/e2e-test-quest/uuv/commit/ecfa97d5ba0178db2a63c30ab6580ad08e597baf))
689
+ * **runner-cypress:** update dependency cypress to v13.15.2 ([04de8dc](https://github.com/e2e-test-quest/uuv/commit/04de8dce6acef5be29c0773edc9e6a814d4bd1db))
690
+ * **runner-playwright:** update dependency @cucumber/tag-expressions to v6.1.1 ([8cb97c8](https://github.com/e2e-test-quest/uuv/commit/8cb97c8bd16a3e891b5579dfaefc279b3cbee0f0))
691
+
692
+
693
+ ### Features
694
+
695
+ * **deps:** update dependency @cucumber/gherkin to v30 ([b7ec4ba](https://github.com/e2e-test-quest/uuv/commit/b7ec4ba293cbfbfb0232fc1a7129e91a530c254c))
696
+ * **deps:** update dependency @cucumber/messages to v27 ([1605685](https://github.com/e2e-test-quest/uuv/commit/1605685524ae19a92898889a9dd790da9f72bf9a))
697
+ * **deps:** update dependency @mdx-js/react to v3.1.0 ([5568b66](https://github.com/e2e-test-quest/uuv/commit/5568b66fb6cf96da160e12d2043ae33a79a87f6d))
698
+
699
+ # [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)
700
+
701
+
702
+ ### Features
703
+
704
+ * 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))
705
+
706
+ # [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)
707
+
708
+
709
+ ### Bug Fixes
710
+
711
+ * **assistant:** update dependency @uiw/react-codemirror to v4.23.6 ([378160a](https://github.com/Orange-OpenSource/uuv/commit/378160a144eff3d0b041797c7f480cc4663eb1d3))
712
+ * **assistant:** update dependency antd to v5.21.5 ([b212ee4](https://github.com/Orange-OpenSource/uuv/commit/b212ee4acc24452e4c4a6b91caac6d8abb854036))
713
+ * **runner-cypress:** update dependency cypress to v13.15.1 ([b18ea16](https://github.com/Orange-OpenSource/uuv/commit/b18ea164773135b5f331947c0a1664625134cbd7))
714
+ * **runner-playwright:** update dependency axe-core to v4.10.2 ([19c65d2](https://github.com/Orange-OpenSource/uuv/commit/19c65d2da4538d92f7d1b883b7117c3c52cedac4))
715
+ * **runner-playwright:** update playwright monorepo to v1.48.2 ([1bce4e5](https://github.com/Orange-OpenSource/uuv/commit/1bce4e5d0a310d1fd4ea64299adf3c8e30f51d2f))
716
+
717
+ # [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)
718
+
719
+
720
+ ### Bug Fixes
721
+
722
+ * **assistant:** update dependency antd to v5.21.4 ([b4f23df](https://github.com/Orange-OpenSource/uuv/commit/b4f23df6bc3c9919e4e1e38a42b5f2d33bbe5582))
723
+ * revert dependency @badeball/cypress-cucumber-preprocessor to v20.1.2 ([84646ae](https://github.com/Orange-OpenSource/uuv/commit/84646aed57562c6461ae561fc7bdffb98fe78c6a))
724
+ * **runner-playwright:** update dependency axe-core to v4.10.1 ([8abc703](https://github.com/Orange-OpenSource/uuv/commit/8abc7032fd176f5d5df1fcca888aa6c6ae73e110))
725
+ * **runner-playwright:** update playwright monorepo to v1.48.1 ([21718e8](https://github.com/Orange-OpenSource/uuv/commit/21718e8078a3bc27f7359e729f3b8a4912ba4228))
726
+
727
+
728
+ ### Features
729
+
730
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v21 ([f6872eb](https://github.com/Orange-OpenSource/uuv/commit/f6872eb301cf15628ca5d0c722e5137d63248048))
731
+
732
+ # [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)
733
+
734
+
735
+ ### Bug Fixes
736
+
737
+ * **assistant:** update dependency antd to v5.21.3 ([a472e5c](https://github.com/Orange-OpenSource/uuv/commit/a472e5cc5d3801c03bb7a8d63e233f5cfef8fa07))
738
+
739
+
740
+ ### Features
741
+
742
+ * **runner-commons:** update dependency figlet to v1.8.0 ([40314a6](https://github.com/Orange-OpenSource/uuv/commit/40314a64a4fe9f3b2b0edb0a6b1cb5259734bea4))
743
+ * **runner-playwright:** update playwright monorepo to v1.48.0 ([9aa7541](https://github.com/Orange-OpenSource/uuv/commit/9aa75414bc87e90a17b752875c4bead0f99c2d50))
744
+
745
+ # [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)
746
+
747
+
748
+ ### Bug Fixes
749
+
750
+ * **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.5 ([d34df74](https://github.com/Orange-OpenSource/uuv/commit/d34df74d8fbd56f2cb2a6dd9168ccc148d598289))
751
+ * **assistant:** update dependency @uiw/react-codemirror to v4.23.5 ([9767585](https://github.com/Orange-OpenSource/uuv/commit/9767585affc6d2173a72c6ac661ceed355fd7ba5))
752
+ * **runner-playwright:** update dependency axe-playwright to v2.0.3 ([b9a0450](https://github.com/Orange-OpenSource/uuv/commit/b9a0450f378ee22850cdf9916eb5ee768ff772f5))
753
+
754
+
755
+ ### Features
756
+
757
+ * **assistant:** update dependency antd to v5.21.2 ([4217eea](https://github.com/Orange-OpenSource/uuv/commit/4217eea842a5e2b77cddd37062137f78de757a65))
758
+ * **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.8.0 ([60ac2e5](https://github.com/Orange-OpenSource/uuv/commit/60ac2e5d4c60f035299fd10fbfa5907ade72dd1c))
759
+
760
+ # [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)
761
+
762
+
763
+ ### Bug Fixes
764
+
765
+ * **assistant:** update codemirror ([2eb05a4](https://github.com/Orange-OpenSource/uuv/commit/2eb05a46b68ce549dc72cc98c62c09c0dbcfd42f))
766
+
767
+
768
+ ### Features
769
+
770
+ * **runner-cypress:** update dependency cypress to v13.15.0 ([4a5c3a0](https://github.com/Orange-OpenSource/uuv/commit/4a5c3a05b9c8dc0071275094ccd92efc63644054))
771
+
772
+ # [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)
773
+
774
+
775
+ ### Bug Fixes
776
+
777
+ * **runner-playwright:** update playwright monorepo to v1.47.2 ([d811c1a](https://github.com/Orange-OpenSource/uuv/commit/d811c1a4bdd5d9db8258f3ad4eff5a44003c988f))
778
+
779
+
780
+ ### Features
781
+
782
+ * **deps:** update dependency @cucumber/gherkin to v29 ([7ca3412](https://github.com/Orange-OpenSource/uuv/commit/7ca34128b6d70a09a1bd1fc5c600873ff4701be4))
783
+ * **deps:** update dependency @cucumber/messages to v26 ([759ad7b](https://github.com/Orange-OpenSource/uuv/commit/759ad7b2cdab61d7655f69413cac7a62b14f3bdb))
784
+
785
+ # [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)
786
+
787
+
788
+ ### Bug Fixes
789
+
790
+ * **assistant:** update dependency antd to v5.20.6 ([63c3caa](https://github.com/Orange-OpenSource/uuv/commit/63c3caa427c4fc4000a8a54f9cfde5ebbd6c43c0))
791
+ * **runner-playwright:** update playwright monorepo to v1.47.1 ([a33a626](https://github.com/Orange-OpenSource/uuv/commit/a33a6267074f966e8a7ca761ec5b11a50c21734b))
792
+
793
+
794
+ ### Features
795
+
796
+ * **deps:** update dependency tslib to v2.7.0 ([23cc2de](https://github.com/Orange-OpenSource/uuv/commit/23cc2de00462008055e8e8303aaf1468b5d9a870))
797
+
798
+ # [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)
799
+
800
+
801
+ ### Bug Fixes
802
+
803
+ * **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.1 ([e294930](https://github.com/Orange-OpenSource/uuv/commit/e2949303b2cf97af6ea9853fb270aa8c2e64bc10))
804
+ * **assistant:** update dependency @uiw/react-codemirror to v4.23.1 ([554e5e7](https://github.com/Orange-OpenSource/uuv/commit/554e5e7997c8d1065345ddd9de0a63722fd97f1e))
805
+ * **assistant:** update dependency antd to v5.20.5 ([43e76bb](https://github.com/Orange-OpenSource/uuv/commit/43e76bb51b7698c3c6d776d738edc6836a7c5302))
806
+
807
+
808
+ ### Features
809
+
810
+ * **runner-cypress:** update dependency cypress to v13.14.2 ([1671339](https://github.com/Orange-OpenSource/uuv/commit/1671339c850a7f967d5b1d18443a3975696f238e))
811
+ * **runner-playwright:** update playwright monorepo to v1.47.0 ([d8cf142](https://github.com/Orange-OpenSource/uuv/commit/d8cf14292602977514c6f1a43fe52057778fc353))
812
+
813
+ # [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)
814
+
815
+
816
+ ### Bug Fixes
817
+
818
+ * **runner-cypress:** update dependency cypress to v13.13.3 ([c536497](https://github.com/Orange-OpenSource/uuv/commit/c536497539eeead0b8b14bf5901ac0622e6339c1))
819
+ * **runner-playwright:** update dependency axe-playwright to v2.0.2 ([f745bff](https://github.com/Orange-OpenSource/uuv/commit/f745bffabe494a88962d7d38e7b7450c9f324d52))
820
+
821
+ # [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)
822
+
823
+
824
+ ### Features
825
+
826
+ * **deps:** update dependency node-ipc to v12 [security] ([33d3bfd](https://github.com/Orange-OpenSource/uuv/commit/33d3bfdf6a057a8c57c655b099a21a32294d79e8))
827
+
828
+ # [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)
829
+
830
+
831
+ ### Bug Fixes
832
+
833
+ * **assistant:** update dependency antd to v5.20.1 ([5c3abf7](https://github.com/Orange-OpenSource/uuv/commit/5c3abf7872455038ac038dd6abdf81f024a3c14f))
834
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v20.1.2 ([7dcb27d](https://github.com/Orange-OpenSource/uuv/commit/7dcb27dec15293aacaad90684bd9eeb290c66e45))
835
+
836
+
837
+ ### Features
838
+
839
+ * **assistant:** update dependency @uiw/react-codemirror to v4.23.0 ([8b3b8c7](https://github.com/Orange-OpenSource/uuv/commit/8b3b8c77d8bc6fa30e7077f57575b8d2914eb3a6))
840
+ * **runner-playwright:** update dependency axe-core to v4.10.0 ([a2c7883](https://github.com/Orange-OpenSource/uuv/commit/a2c78835c97cec52f0c9d45116da987ce5a5445b))
841
+
842
+ # [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)
843
+
844
+
845
+ ### Bug Fixes
846
+
847
+ * **runner-cypress:** update dependency cypress to v13.13.2 ([7b0044e](https://github.com/Orange-OpenSource/uuv/commit/7b0044efdf2448c6883029e9cefcae05927d5264))
848
+
849
+
850
+ ### Features
851
+
852
+ * **assistant:** update dependency antd to v5.20.0 ([709fdd3](https://github.com/Orange-OpenSource/uuv/commit/709fdd3b222b2b9ff4a6fcc0649e704ad81327b1))
853
+
854
+ # [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)
855
+
856
+
857
+ ### Bug Fixes
858
+
859
+ * **deps:** update dependency @easyops-cn/docusaurus-search-local to v0.44.4 ([fa8cb8f](https://github.com/Orange-OpenSource/uuv/commit/fa8cb8fb5addee1915d733c601bf04b4494afb5f))
860
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v20.1.1 ([645c9f0](https://github.com/Orange-OpenSource/uuv/commit/645c9f0dd38a92258d311adfcbda9b58ab37929e))
861
+ * **runner-playwright:** update playwright monorepo to v1.45.3 ([44402e0](https://github.com/Orange-OpenSource/uuv/commit/44402e032cdf996ec6a5ea14f4e3eda7615fc13f))
862
+
863
+
864
+ ### Features
865
+
866
+ * **deps:** update dependency @cucumber/messages to v25 ([01c669e](https://github.com/Orange-OpenSource/uuv/commit/01c669e386869658227d92ee5f0b5ebd3fdcda3e))
867
+
868
+ # [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)
869
+
870
+
871
+ ### Bug Fixes
872
+
873
+ * **assistant:** update dependency antd to v5.19.2 ([5407d03](https://github.com/Orange-OpenSource/uuv/commit/5407d0317107bab2dfeae396d13186f9ec941f8f))
874
+ * **assistant:** update dependency antd to v5.19.3 ([9db1dce](https://github.com/Orange-OpenSource/uuv/commit/9db1dce802e44b7e5c4399dd9e059b9506b87929))
875
+ * **runner-cypress:** update dependency cypress to v13.13.1 ([3212aa5](https://github.com/Orange-OpenSource/uuv/commit/3212aa58f4d71f6ca45d1b6a66c2e7132f8ad505))
876
+ * **runner-playwright:** update playwright monorepo to v1.45.2 ([b6a9018](https://github.com/Orange-OpenSource/uuv/commit/b6a901858453418aa2b10db43878bbe18d45fafd))
877
+
878
+
879
+ ### Features
880
+
881
+ * **deps:** update dependency @easyops-cn/docusaurus-search-local to v0.44.3 ([377b9b9](https://github.com/Orange-OpenSource/uuv/commit/377b9b9779aeed86c5752c33768f26190a1385e1))
882
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v20.1.0 ([ba0f0d9](https://github.com/Orange-OpenSource/uuv/commit/ba0f0d91d845c638fcbc7581fdf54c525ce20f93))
883
+ * **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.7.0 ([5850b13](https://github.com/Orange-OpenSource/uuv/commit/5850b1362bf8d3c319b3907cae07c8f86ad67820))
884
+
885
+ # [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)
886
+
887
+
888
+ ### Bug Fixes
889
+
890
+ * **deps:** update dependency tslib to v2.6.3 ([5f1bd19](https://github.com/Orange-OpenSource/uuv/commit/5f1bd190dce41dd51bbe2cad652fe39a09ff132d))
891
+
892
+
893
+ ### Features
894
+
895
+ * **assistant:** update dependency antd to v5.19.1 ([18a90bf](https://github.com/Orange-OpenSource/uuv/commit/18a90bf2d8e0918c8c3f5c10f17eb32a53df5d0e))
896
+ * **runner-cypress:** update dependency cypress-real-events to v1.13.0 ([e3b8dc0](https://github.com/Orange-OpenSource/uuv/commit/e3b8dc06ff6f9fb7cfee89e858676f17e1933af8))
897
+ * **runner-playwright:** update playwright monorepo to v1.45.1 ([6be42dc](https://github.com/Orange-OpenSource/uuv/commit/6be42dc9604f4d786db6c32499319bccda504e29))
898
+
899
+ # [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)
900
+
901
+
902
+ ### Bug Fixes
903
+
904
+ * add lib path for event classes, [#679](https://github.com/Orange-OpenSource/uuv/issues/679) ([e8e521b](https://github.com/Orange-OpenSource/uuv/commit/e8e521ba4f3f5762cc69cdbb165ea151103d4087))
905
+
906
+ # [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)
907
+
908
+
909
+ ### Bug Fixes
910
+
911
+ * **assistant:** remove not required cucumber dependency ([da9f7b0](https://github.com/Orange-OpenSource/uuv/commit/da9f7b0089aeffc63604a306a799230fbcd70d3f))
912
+
913
+
914
+ ### Features
915
+
916
+ * **assistant:** update dependency @codemirror/view to v6.28.4 ([62aa840](https://github.com/Orange-OpenSource/uuv/commit/62aa8407bef7f2c953d1b7fe5a0b9fc8eb02812c))
917
+ * **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.0 ([ca8e6b8](https://github.com/Orange-OpenSource/uuv/commit/ca8e6b83fac8b14ac0108ba263b968a2f9706528))
918
+ * **runner-cypress:** update dependency cypress to v13.13.0 ([78a9cfc](https://github.com/Orange-OpenSource/uuv/commit/78a9cfc4b0de465c527db65618bd9b4bd70704f6))
919
+ * **runner-playwright:** update dependency playwright-bdd to v6.6.0 ([f30b4d5](https://github.com/Orange-OpenSource/uuv/commit/f30b4d5ae5177e5a4281ee742debf0c3c73b47ac))
920
+
921
+ # [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)
922
+
923
+
924
+ ### Features
925
+
926
+ * 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))
927
+
928
+ # [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)
929
+
930
+
931
+ ### Bug Fixes
932
+
933
+ * **runner-cypress:** update testing-library monorepo ([bcedb57](https://github.com/Orange-OpenSource/uuv/commit/bcedb5749fd5f062cfb283bedabfe8ad87668c67))
934
+
935
+ # [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)
936
+
937
+
938
+ ### Bug Fixes
939
+
940
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v20.0.7 ([8295ae2](https://github.com/Orange-OpenSource/uuv/commit/8295ae2a4bc40e9f4a8fe02ae440253a7e55c2ea))
941
+ * **runner-cypress:** update dependency @cypress/webpack-preprocessor to v6.0.2 ([1b097a0](https://github.com/Orange-OpenSource/uuv/commit/1b097a094faaa1d70b2df44b56e0073334c3135c))
942
+
943
+ # [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)
944
+
945
+
946
+ ### Bug Fixes
947
+
948
+ * **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))
949
+
950
+ # [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)
951
+
952
+
953
+ ### Features
954
+
955
+ * **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))
956
+
957
+ # [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)
958
+
959
+
960
+ ### Bug Fixes
961
+
962
+ * **runner-playwright:** update playwright monorepo to v1.44.1 ([f2a5cb2](https://github.com/Orange-OpenSource/uuv/commit/f2a5cb26c12af3030b09e2b2bd7de02d6b6504b4))
963
+
964
+
965
+ ### Features
966
+
967
+ * **deps:** update dependency clsx to v2 ([d455fb5](https://github.com/Orange-OpenSource/uuv/commit/d455fb504839be771357589434afeed8f64ce1d9))
968
+ * **runner-cypress:** update dependency cypress to v13 ([d21c332](https://github.com/Orange-OpenSource/uuv/commit/d21c332b0de83b4adc77db72fc7e1865f7b6c997))
969
+
970
+ # [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)
971
+
972
+
973
+ ### Features
974
+
975
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v20 ([e3e8e7c](https://github.com/Orange-OpenSource/uuv/commit/e3e8e7c6bea1a776d3e9dd1c225206b785bc390f))
976
+ * **runner-cypress:** update steps definitions for @badeball/cypress-cucumber-preprocessor v20 ([9ec1e82](https://github.com/Orange-OpenSource/uuv/commit/9ec1e826868632fff6443adadaf398ad7b6e2ec5))
977
+ * **runner-playwright:** update playwright monorepo to v1.44.0 ([bbd0518](https://github.com/Orange-OpenSource/uuv/commit/bbd051862e6020b8aa51bc850b5ac65a4361a4e4))
978
+
979
+ # [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)
980
+
981
+
982
+ ### Bug Fixes
983
+
984
+ * **runner-playwright:** update dependency axe-core to v4.9.1 ([770cd9f](https://github.com/Orange-OpenSource/uuv/commit/770cd9f8e4d87d64c2875dd9e629b3e6c6ad1931))
985
+
986
+
987
+ ### Features
988
+
989
+ * **runner-cypress:** update dependency junit-report-merger to v7 ([7a9e310](https://github.com/Orange-OpenSource/uuv/commit/7a9e310dc192081c5feec543f2dca94468b34230))
990
+
991
+ # [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)
992
+
993
+
994
+ ### Features
995
+
996
+ * update package-lock for update dependency typescript to v5 ([f058481](https://github.com/Orange-OpenSource/uuv/commit/f058481e2ae75ba91e708a5c4dd8ce16c0f1a04f))
997
+
998
+ # [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)
999
+
1000
+
1001
+ ### Features
1002
+
1003
+ * (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))
1004
+ * 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))
1005
+
1006
+ # [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)
1007
+
1008
+
1009
+ ### Bug Fixes
1010
+
1011
+ * **runner-cypress:** update dependency is-admin to v4 ([768819f](https://github.com/Orange-OpenSource/uuv/commit/768819f114dcba0a8a92412cfd877544e187a289))
1012
+ * **runner-playwright:** update dependency axe-core to v4.9.0 ([59a4a6f](https://github.com/Orange-OpenSource/uuv/commit/59a4a6f3d07cddad33a9596253ab8b0fbc85c7c3))
1013
+ * **runner-playwright:** update playwright monorepo to v1.43.1 ([bf431d5](https://github.com/Orange-OpenSource/uuv/commit/bf431d5d3ec6cfc26845a44fb38251960546d27e))
1014
+
1015
+ # [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)
1016
+
1017
+
1018
+ ### Bug Fixes
1019
+
1020
+ * 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))
1021
+
1022
+ # [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)
1023
+
1024
+
1025
+ ### Features
1026
+
1027
+ * **deps:** update node.js to v20 ([f771f22](https://github.com/Orange-OpenSource/uuv/commit/f771f22197d7efc32bba6f8a345b5f6b2f3dd114))
1028
+
1029
+ # [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)
1030
+
1031
+
1032
+ ### Bug Fixes
1033
+
1034
+ * **runner-cypress:** update dependency @cypress/webpack-preprocessor to v6 ([2e9a52b](https://github.com/Orange-OpenSource/uuv/commit/2e9a52b2cc1bfb05e96c212cdec0fd644f41d02b))
1035
+
1036
+ # [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)
1037
+
1038
+
1039
+ ### Bug Fixes
1040
+
1041
+ * **runner-cypress:** update dependency @testing-library/cypress to v10 ([8ef11bf](https://github.com/Orange-OpenSource/uuv/commit/8ef11bfde65efb9ace5942113a03c06c6f8c3b6e))
1042
+ * **runner-playwright:** update dependency axe-playwright to v2 ([7e3f1f4](https://github.com/Orange-OpenSource/uuv/commit/7e3f1f4793f89c9d826c341bb73f59d698c3dfa0))
1043
+
1044
+ # [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)
1045
+
1046
+
1047
+ ### Bug Fixes
1048
+
1049
+ * fix husky migration to v9, [#530](https://github.com/Orange-OpenSource/uuv/issues/530) ([dbce11e](https://github.com/Orange-OpenSource/uuv/commit/dbce11e2c8edb8e759538eb9731fbe0ecfb06552))
1050
+
1051
+
1052
+ ### Features
1053
+
1054
+ * **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))
1055
+ * **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))
1056
+
1057
+ # [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)
1058
+
1059
+
1060
+ ### Bug Fixes
1061
+
1062
+ * **assistant:** update dependency @ant-design/icons to v5.3.1 ([a428304](https://github.com/Orange-OpenSource/uuv/commit/a428304f37759003424e79d93dc1d5582ef34626))
1063
+ * **assistant:** update dependency antd to v5.15.0 ([cb516bc](https://github.com/Orange-OpenSource/uuv/commit/cb516bcd7bb6993c6d7de8ec3f24c7d0ce4dd8b7))
1064
+ * fix semantic release ([aef0c23](https://github.com/Orange-OpenSource/uuv/commit/aef0c234009fa8eb6e6a1b63c158af7c407f318a))
1065
+ * **runner-playwright:** update playwright monorepo to v1.42.1 ([d0e78f6](https://github.com/Orange-OpenSource/uuv/commit/d0e78f6c73be178e7c00bf4e88d57aef3b537a70))
1066
+
1067
+ ## [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)
1068
+
1069
+
1070
+ ### Features
1071
+
1072
+ * **a11y:** add rgaa criteria 8.*, [#476](https://github.com/Orange-OpenSource/uuv/issues/476) ([426184b](https://github.com/Orange-OpenSource/uuv/commit/426184b56bec5648f85dd86d54a733e445e7fdcd))
1073
+
1074
+
1075
+ ### Bug Fixes
1076
+
1077
+ * **runner-playwright:** update playwright monorepo to v1.41.2 ([8791934](https://github.com/Orange-OpenSource/uuv/commit/87919348646fb4e5fefed2dc8a16a86e61e7dfc2))
1078
+
1079
+ ## [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)
1080
+
1081
+
1082
+ ### Features
1083
+
1084
+ * add junit xml report option, [#491](https://github.com/Orange-OpenSource/uuv/issues/491) ([b64b0b2](https://github.com/Orange-OpenSource/uuv/commit/b64b0b2a60200269f558bcf7e0c75d8a74ffc226))
1085
+
1086
+
1087
+ ### Bug Fixes
1088
+
1089
+ * **runner-playwright:** update dependency @cucumber/tag-expressions to v6.1.0 ([47fb579](https://github.com/Orange-OpenSource/uuv/commit/47fb579ee50c26ed67af6390f4e678f8206b7226))
1090
+
1091
+ ## [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)
1092
+
1093
+
1094
+ ### Bug Fixes
1095
+
1096
+ * **assistant:** update dependency antd to v5.14.2 ([1335df6](https://github.com/Orange-OpenSource/uuv/commit/1335df676dd4641a4bda7b7f36d29d8216de0da4))
1097
+ * **runner-cypress:** update dependency cypress-real-events to v1.12.0 ([55794fd](https://github.com/Orange-OpenSource/uuv/commit/55794fd04362ad2ece397d108ba400c50b152d59))
1098
+
1099
+ ## [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)
1100
+
1101
+
1102
+ ### Features
1103
+
1104
+ * **a11y:** add rgaa topic 6, [#457](https://github.com/Orange-OpenSource/uuv/issues/457) ([ae59c46](https://github.com/Orange-OpenSource/uuv/commit/ae59c46a8973ba4ad24d2d7479362c3f9a5b0b0b))
1105
+
1106
+
1107
+ ### Bug Fixes
1108
+
1109
+ * **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))
1110
+ * **assistant:** update dependency @ant-design/icons to v5.3.0 ([b4b2782](https://github.com/Orange-OpenSource/uuv/commit/b4b2782cfa93290a2e3cece937c02c1b00aec938))
1111
+
1
1112
  ## [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)
2
1113
 
3
1114