@atlaskit/table 0.4.29 → 0.5.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 +18 -0
  2. package/package.json +8 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/table
2
2
 
3
+ ## 0.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#99184](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99184)
8
+ [`3755cda305d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3755cda305d7) -
9
+ Add support for React 18.
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 0.4.30
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 0.4.29
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/table",
3
- "version": "0.4.29",
3
+ "version": "0.5.0",
4
4
  "description": "A table is used to display data.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -18,7 +18,8 @@
18
18
  "status": {
19
19
  "type": "alpha"
20
20
  }
21
- }
21
+ },
22
+ "runReact18": true
22
23
  },
23
24
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
24
25
  "main": "dist/cjs/index.js",
@@ -44,17 +45,17 @@
44
45
  "@atlaskit/checkbox": "^13.3.0",
45
46
  "@atlaskit/ds-lib": "^2.3.0",
46
47
  "@atlaskit/focus-ring": "^1.4.0",
47
- "@atlaskit/icon": "^22.1.0",
48
- "@atlaskit/primitives": "^5.7.0",
49
- "@atlaskit/tokens": "^1.45.0",
50
- "@atlaskit/tooltip": "^18.3.0",
48
+ "@atlaskit/icon": "^22.2.0",
49
+ "@atlaskit/primitives": "^6.1.0",
50
+ "@atlaskit/tokens": "^1.48.0",
51
+ "@atlaskit/tooltip": "^18.4.0",
51
52
  "@atlaskit/visually-hidden": "^1.3.0",
52
53
  "@babel/runtime": "^7.0.0",
53
54
  "@emotion/react": "^11.7.1",
54
55
  "tiny-invariant": "^1.2.0"
55
56
  },
56
57
  "peerDependencies": {
57
- "react": "^16.8.0"
58
+ "react": "^16.8.0 || ^17.0.0 || ~18.2.0"
58
59
  },
59
60
  "devDependencies": {
60
61
  "@af/accessibility-testing": "*",