@atlaskit/tabs 17.3.0 → 18.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/tabs
2
2
 
3
+ ## 18.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#117363](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117363)
8
+ [`10a0f7f6c2027`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10a0f7f6c2027) -
9
+ This package's `peerDependencies` have been adjusted for `react` and/or `react-dom` to reflect the
10
+ status of only supporting React 18 going forward. No explicit breaking change to React support has
11
+ been made in this release, but this is to signify going forward, breaking changes for React 16 or
12
+ React 17 may come via non-major semver releases.
13
+
14
+ Please refer this community post for more details:
15
+ https://community.developer.atlassian.com/t/rfc-78-dropping-support-for-react-16-and-rendering-in-a-react-18-concurrent-root-in-jira-and-confluence/87026
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 17.3.0
4
22
 
5
23
  ### Minor Changes
@@ -25,7 +25,7 @@ var tabsStyles = null;
25
25
  var analyticsAttributes = {
26
26
  componentName: 'tabs',
27
27
  packageName: "@atlaskit/tabs",
28
- packageVersion: "17.3.0"
28
+ packageVersion: "18.0.0"
29
29
  };
30
30
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
31
31
  var tabPanel = _ref.tabPanel,
@@ -10,7 +10,7 @@ const tabsStyles = null;
10
10
  const analyticsAttributes = {
11
11
  componentName: 'tabs',
12
12
  packageName: "@atlaskit/tabs",
13
- packageVersion: "17.3.0"
13
+ packageVersion: "18.0.0"
14
14
  };
15
15
  const getTabPanelWithContext = ({
16
16
  tabPanel,
@@ -15,7 +15,7 @@ var tabsStyles = null;
15
15
  var analyticsAttributes = {
16
16
  componentName: 'tabs',
17
17
  packageName: "@atlaskit/tabs",
18
- packageVersion: "17.3.0"
18
+ packageVersion: "18.0.0"
19
19
  };
20
20
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
21
21
  var tabPanel = _ref.tabPanel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tabs",
3
- "version": "17.3.0",
3
+ "version": "18.0.0",
4
4
  "description": "Tabs are used to organize content by grouping similar information on the same page.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -33,27 +33,27 @@
33
33
  "runReact18": true
34
34
  },
35
35
  "dependencies": {
36
- "@atlaskit/analytics-next": "^10.3.0",
36
+ "@atlaskit/analytics-next": "^11.0.0",
37
37
  "@atlaskit/codemod-utils": "^4.2.0",
38
- "@atlaskit/css": "^0.9.0",
39
- "@atlaskit/focus-ring": "^2.1.0",
38
+ "@atlaskit/css": "^0.10.0",
39
+ "@atlaskit/focus-ring": "^3.0.0",
40
40
  "@atlaskit/platform-feature-flags": "^1.1.0",
41
- "@atlaskit/primitives": "^13.6.0",
42
- "@atlaskit/theme": "^16.0.0",
43
- "@atlaskit/tokens": "^3.3.0",
41
+ "@atlaskit/primitives": "^14.0.0",
42
+ "@atlaskit/theme": "^17.0.0",
43
+ "@atlaskit/tokens": "^4.0.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "@compiled/react": "^0.18.2"
46
46
  },
47
47
  "peerDependencies": {
48
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
48
+ "react": "^18.2.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@af/accessibility-testing": "*",
52
52
  "@af/integration-testing": "*",
53
53
  "@af/visual-regression": "*",
54
- "@atlaskit/ds-lib": "^3.5.0",
54
+ "@atlaskit/ds-lib": "^4.0.0",
55
55
  "@atlaskit/ssr": "*",
56
- "@atlaskit/tooltip": "^19.2.0",
56
+ "@atlaskit/tooltip": "^20.0.0",
57
57
  "@atlaskit/visual-regression": "*",
58
58
  "@testing-library/react": "^13.4.0",
59
59
  "react-dom": "^18.2.0",