@atlaskit/pragmatic-drag-and-drop-react-accessibility 2.0.2 → 2.0.4

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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/pragmatic-drag-and-drop-react-accessibility
2
2
 
3
+ ## 2.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 2.0.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [#125534](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/125534)
14
+ [`f135a8d1066c9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f135a8d1066c9) -
15
+ Updates the `react` peer dependency range to include React 19. While we expect these packages to
16
+ work with React 19, we do not test against and there is a small risk of issues. If you have any
17
+ problems, please raise an issue on [Github](https://github.com/atlassian/pragmatic-drag-and-drop).
18
+
3
19
  ## 2.0.2
4
20
 
5
21
  ### Patch Changes
@@ -23,6 +23,17 @@ You are welcome to reimplement this (small) package using your own tech stack.
23
23
 
24
24
  </SectionMessage>
25
25
 
26
+ <SectionMessage title="React 19" appearance='information'>
27
+
28
+ We expect this package to work with React 19 and have included it in the supported peer dependency
29
+ range.
30
+
31
+ We do not currently test against React 19 directly, so there is a small risk of issues. If you have
32
+ any problems, please raise an issue on
33
+ [Github](https://github.com/atlassian/pragmatic-drag-and-drop) and we can look into it.
34
+
35
+ </SectionMessage>
36
+
26
37
  ### Outputs
27
38
 
28
39
  - [drag-handle-button](/components/pragmatic-drag-and-drop/optional-packages/react-accessibility/drag-handle-button)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/pragmatic-drag-and-drop-react-accessibility",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "An optional package for Pragmatic drag and drop containing react components to assist with setting up accessible experiences",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -39,21 +39,21 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@atlaskit/focus-ring": "^3.0.0",
42
- "@atlaskit/icon": "^25.0.0",
42
+ "@atlaskit/icon": "^26.0.0",
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
- "@atlaskit/primitives": "^14.1.0",
45
- "@atlaskit/tokens": "^4.4.0",
44
+ "@atlaskit/primitives": "^14.7.0",
45
+ "@atlaskit/tokens": "^4.8.0",
46
46
  "@babel/runtime": "^7.0.0",
47
47
  "@emotion/react": "^11.7.1"
48
48
  },
49
49
  "peerDependencies": {
50
- "react": "^18.2.0"
50
+ "react": "^18.2.0 || ^19.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@af/visual-regression": "^1.3.0",
53
+ "@af/visual-regression": "workspace:^",
54
54
  "@atlaskit/ds-lib": "^4.0.0",
55
- "@atlaskit/ssr": "^0.4.0",
56
- "@atlaskit/visual-regression": "^0.10.0",
55
+ "@atlaskit/visual-regression": "workspace:^",
56
+ "@atlassian/ssr-tests": "^0.2.0",
57
57
  "@testing-library/react": "^13.4.0",
58
58
  "react-dom": "^18.2.0",
59
59
  "typescript": "~5.4.2",