@uuv/a11y 1.0.0-beta.49 → 1.0.0-beta.50
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.
- package/CHANGELOG.md +7 -0
- package/LICENSE +0 -2
- package/README.md +7 -7
- package/dist/CHANGELOG.md +11 -0
- package/dist/README.md +7 -7
- package/dist/package.json +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [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)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* 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))
|
|
7
|
+
|
|
1
8
|
# [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)
|
|
2
9
|
|
|
3
10
|
|
package/LICENSE
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
MIT License
|
|
4
4
|
|
|
5
|
-
Copyright (c) 2024 Orange
|
|
6
|
-
|
|
7
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
8
6
|
this software and associated documentation files (the "Software"), to deal in
|
|
9
7
|
the Software without restriction, including without limitation the rights to use,
|
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
# @uuv/a11y
|
|
3
3
|
<div align="center">
|
|
4
|
-
<a href="https://
|
|
4
|
+
<a href="https://e2e-test-quest.github.io/uuv/">
|
|
5
5
|
<picture>
|
|
6
|
-
<img alt="UUV Logo" src="https://
|
|
6
|
+
<img alt="UUV Logo" src="https://e2e-test-quest.github.io/uuv/img/uuv.png">
|
|
7
7
|
</picture>
|
|
8
8
|
</a>
|
|
9
9
|
</div>
|
|
@@ -70,7 +70,7 @@ For each criterion of the RGAA, the following algorithm is executed :
|
|
|
70
70
|
|
|
71
71
|

|
|
72
72
|
|
|
73
|
-
**Consult [this page](https://
|
|
73
|
+
**Consult [this page](https://e2e-test-quest.github.io/uuv/docs/tools/uuv-a11y#rgaa) to find out which RGAA verifications are implemented in the library**
|
|
74
74
|
</p>
|
|
75
75
|
|
|
76
76
|
## Usage
|
|
@@ -156,22 +156,22 @@ For each criterion of the RGAA, the following algorithm is executed :
|
|
|
156
156
|
}
|
|
157
157
|
"""
|
|
158
158
|
```
|
|
159
|
-
You can also see the [French example](https://github.com/
|
|
159
|
+
You can also see the [French example](https://github.com/e2e-test-quest/uuv/blob/main/example/fr-rgaa.feature) or the complete [English example](https://github.com/e2e-test-quest/uuv/blob/main/example/en-rgaa.feature).
|
|
160
160
|
3. Then execute your tests :
|
|
161
161
|
```shell
|
|
162
162
|
npx uuv e2e
|
|
163
163
|
```
|
|
164
164
|
|
|
165
165
|
## Want to contribute ?
|
|
166
|
-
Your help is welcome, see the [Contributors guide](https://github.com/
|
|
166
|
+
Your help is welcome, see the [Contributors guide](https://github.com/e2e-test-quest/uuv/blob/main/packages/a11y/CONTRIBUTING.md).
|
|
167
167
|
|
|
168
168
|
## License
|
|
169
169
|
|
|
170
|
-
[<a href="https://github.com/
|
|
170
|
+
[<a href="https://github.com/e2e-test-quest/uuv/blob/main/LICENSE">
|
|
171
171
|
<img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT license"/>
|
|
172
172
|
</a>](https://spdx.org/licenses/MIT.html)
|
|
173
173
|
|
|
174
|
-
This project is licensed under the terms of the [MIT license](https://github.com/
|
|
174
|
+
This project is licensed under the terms of the [MIT license](https://github.com/e2e-test-quest/uuv/blob/main/LICENSE).
|
|
175
175
|
|
|
176
176
|
## Authors
|
|
177
177
|
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
# [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)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **assistant:** update dependency @uiw/react-codemirror to v4.23.6 ([378160a](https://github.com/Orange-OpenSource/uuv/commit/378160a144eff3d0b041797c7f480cc4663eb1d3))
|
|
7
|
+
* **assistant:** update dependency antd to v5.21.5 ([b212ee4](https://github.com/Orange-OpenSource/uuv/commit/b212ee4acc24452e4c4a6b91caac6d8abb854036))
|
|
8
|
+
* **runner-cypress:** update dependency cypress to v13.15.1 ([b18ea16](https://github.com/Orange-OpenSource/uuv/commit/b18ea164773135b5f331947c0a1664625134cbd7))
|
|
9
|
+
* **runner-playwright:** update dependency axe-core to v4.10.2 ([19c65d2](https://github.com/Orange-OpenSource/uuv/commit/19c65d2da4538d92f7d1b883b7117c3c52cedac4))
|
|
10
|
+
* **runner-playwright:** update playwright monorepo to v1.48.2 ([1bce4e5](https://github.com/Orange-OpenSource/uuv/commit/1bce4e5d0a310d1fd4ea64299adf3c8e30f51d2f))
|
|
11
|
+
|
|
1
12
|
# [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)
|
|
2
13
|
|
|
3
14
|
|
package/dist/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
# @uuv/a11y
|
|
3
3
|
<div align="center">
|
|
4
|
-
<a href="https://
|
|
4
|
+
<a href="https://e2e-test-quest.github.io/uuv/">
|
|
5
5
|
<picture>
|
|
6
|
-
<img alt="UUV Logo" src="https://
|
|
6
|
+
<img alt="UUV Logo" src="https://e2e-test-quest.github.io/uuv/img/uuv.png">
|
|
7
7
|
</picture>
|
|
8
8
|
</a>
|
|
9
9
|
</div>
|
|
@@ -70,7 +70,7 @@ For each criterion of the RGAA, the following algorithm is executed :
|
|
|
70
70
|
|
|
71
71
|

|
|
72
72
|
|
|
73
|
-
**Consult [this page](https://
|
|
73
|
+
**Consult [this page](https://e2e-test-quest.github.io/uuv/docs/tools/uuv-a11y#rgaa) to find out which RGAA verifications are implemented in the library**
|
|
74
74
|
</p>
|
|
75
75
|
|
|
76
76
|
## Usage
|
|
@@ -156,22 +156,22 @@ For each criterion of the RGAA, the following algorithm is executed :
|
|
|
156
156
|
}
|
|
157
157
|
"""
|
|
158
158
|
```
|
|
159
|
-
You can also see the [French example](https://github.com/
|
|
159
|
+
You can also see the [French example](https://github.com/e2e-test-quest/uuv/blob/main/example/fr-rgaa.feature) or the complete [English example](https://github.com/e2e-test-quest/uuv/blob/main/example/en-rgaa.feature).
|
|
160
160
|
3. Then execute your tests :
|
|
161
161
|
```shell
|
|
162
162
|
npx uuv e2e
|
|
163
163
|
```
|
|
164
164
|
|
|
165
165
|
## Want to contribute ?
|
|
166
|
-
Your help is welcome, see the [Contributors guide](https://github.com/
|
|
166
|
+
Your help is welcome, see the [Contributors guide](https://github.com/e2e-test-quest/uuv/blob/main/packages/a11y/CONTRIBUTING.md).
|
|
167
167
|
|
|
168
168
|
## License
|
|
169
169
|
|
|
170
|
-
[<a href="https://github.com/
|
|
170
|
+
[<a href="https://github.com/e2e-test-quest/uuv/blob/main/LICENSE">
|
|
171
171
|
<img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT license"/>
|
|
172
172
|
</a>](https://spdx.org/licenses/MIT.html)
|
|
173
173
|
|
|
174
|
-
This project is licensed under the terms of the [MIT license](https://github.com/
|
|
174
|
+
This project is licensed under the terms of the [MIT license](https://github.com/e2e-test-quest/uuv/blob/main/LICENSE).
|
|
175
175
|
|
|
176
176
|
## Authors
|
|
177
177
|
|
package/dist/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/a11y",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.49",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
|
|
6
6
|
"description": "A javascript lib for running a11y validation based on multiple reference(RGAA, etc)",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "https://github.com/
|
|
10
|
+
"url": "https://github.com/e2e-test-quest/uuv"
|
|
11
11
|
},
|
|
12
|
-
"homepage": "https://
|
|
12
|
+
"homepage": "https://e2e-test-quest.github.io/uuv/",
|
|
13
13
|
"keywords": [
|
|
14
14
|
"a11y",
|
|
15
15
|
"rgaa",
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/a11y",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.50",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
|
|
6
6
|
"description": "A javascript lib for running a11y validation based on multiple reference(RGAA, etc)",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "https://github.com/
|
|
10
|
+
"url": "https://github.com/e2e-test-quest/uuv"
|
|
11
11
|
},
|
|
12
|
-
"homepage": "https://
|
|
12
|
+
"homepage": "https://e2e-test-quest.github.io/uuv/",
|
|
13
13
|
"keywords": [
|
|
14
14
|
"a11y",
|
|
15
15
|
"rgaa",
|