@atlaskit/visually-hidden 1.5.1 → 1.6.0

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 (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/visually-hidden
2
2
 
3
+ ## 1.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
8
+ [`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
9
+ Update `React` from v16 to v18
10
+
11
+ ## 1.5.2
12
+
13
+ ### Patch Changes
14
+
15
+ - [#103999](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103999)
16
+ [`9f62ecec4d422`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9f62ecec4d422) -
17
+ Update dependencies.
18
+
3
19
  ## 1.5.1
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/visually-hidden",
3
- "version": "1.5.1",
3
+ "version": "1.6.0",
4
4
  "description": "A utility that hides content from the screen while retaining readability by screen readers for accessibility.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -21,7 +21,7 @@
21
21
  "runReact18": true,
22
22
  "website": {
23
23
  "name": "Visually hidden",
24
- "category": "Components"
24
+ "category": "Text and data display"
25
25
  }
26
26
  },
27
27
  "dependencies": {
@@ -33,14 +33,14 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@af/accessibility-testing": "*",
36
- "@atlaskit/ds-lib": "^3.2.0",
36
+ "@af/integration-testing": "*",
37
+ "@atlaskit/ds-lib": "^3.5.0",
37
38
  "@atlaskit/ssr": "*",
38
- "@atlaskit/toggle": "^13.4.0",
39
+ "@atlaskit/toggle": "^14.1.0",
39
40
  "@atlaskit/visual-regression": "^0.10.0",
40
- "@testing-library/react": "^12.1.5",
41
- "react-dom": "^16.8.0",
42
- "typescript": "~5.4.2",
43
- "wait-for-expect": "^1.2.0"
41
+ "@testing-library/react": "^13.4.0",
42
+ "react-dom": "^18.2.0",
43
+ "typescript": "~5.4.2"
44
44
  },
45
45
  "techstack": {
46
46
  "@atlassian/frontend": {