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

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,15 @@
1
1
  # @atlaskit/pragmatic-drag-and-drop-react-accessibility
2
2
 
3
+ ## 2.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#125534](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/125534)
8
+ [`f135a8d1066c9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f135a8d1066c9) -
9
+ Updates the `react` peer dependency range to include React 19. While we expect these packages to
10
+ work with React 19, we do not test against and there is a small risk of issues. If you have any
11
+ problems, please raise an issue on [Github](https://github.com/atlassian/pragmatic-drag-and-drop).
12
+
3
13
  ## 2.0.2
4
14
 
5
15
  ### Patch Changes
@@ -23,6 +23,15 @@ 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 range.
29
+
30
+ We do not currently test against React 19 directly, so there is a small risk of issues.
31
+ If you have any problems, please raise an issue on [Github](https://github.com/atlassian/pragmatic-drag-and-drop) and we can look into it.
32
+
33
+ </SectionMessage>
34
+
26
35
  ### Outputs
27
36
 
28
37
  - [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.3",
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",
@@ -41,13 +41,13 @@
41
41
  "@atlaskit/focus-ring": "^3.0.0",
42
42
  "@atlaskit/icon": "^25.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.2.0",
45
+ "@atlaskit/tokens": "^4.5.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
53
  "@af/visual-regression": "^1.3.0",