@atlaskit/tabs 18.2.1 → 18.2.2
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,11 @@
|
|
|
1
1
|
# @atlaskit/tabs
|
|
2
2
|
|
|
3
|
+
## 18.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 18.2.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -992,7 +998,6 @@
|
|
|
992
998
|
`shouldUnmountTabPanelOnChange` is the inverse of `isContentPersisted`.
|
|
993
999
|
|
|
994
1000
|
### Other changes
|
|
995
|
-
|
|
996
1001
|
- Remove `TabItem` and `TabContent` export.
|
|
997
1002
|
- Remove the types: `TabItemElementProps`, `TabItemComponentProvided`,
|
|
998
1003
|
`TabContentComponentProvided`, `TabItemType`, `TabContentType`, `SelectedProp`,
|
|
@@ -1177,7 +1182,6 @@
|
|
|
1177
1182
|
|
|
1178
1183
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1179
1184
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1180
|
-
|
|
1181
1185
|
- @atlaskit/docs@8.3.2
|
|
1182
1186
|
- @atlaskit/visual-regression@0.1.9
|
|
1183
1187
|
- @atlaskit/analytics-next@6.3.5
|
|
@@ -1350,12 +1354,10 @@
|
|
|
1350
1354
|
safety. Flow types are no longer provided. No behavioural changes.
|
|
1351
1355
|
|
|
1352
1356
|
**Breaking changes**
|
|
1353
|
-
|
|
1354
1357
|
- `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
|
|
1355
1358
|
- `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
|
|
1356
1359
|
|
|
1357
1360
|
**Breaking changes to TypeScript annotations**
|
|
1358
|
-
|
|
1359
1361
|
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
1360
1362
|
props as a generic type.
|
|
1361
1363
|
- `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
|
|
@@ -1446,7 +1448,6 @@
|
|
|
1446
1448
|
## 10.0.2
|
|
1447
1449
|
|
|
1448
1450
|
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
1449
|
-
|
|
1450
1451
|
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
1451
1452
|
Request #5942 for details
|
|
1452
1453
|
|
|
@@ -1459,7 +1460,6 @@
|
|
|
1459
1460
|
## 10.0.0
|
|
1460
1461
|
|
|
1461
1462
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1462
|
-
|
|
1463
1463
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1464
1464
|
this package, please ensure you use at least this version of react and react-dom.
|
|
1465
1465
|
|
|
@@ -1475,7 +1475,6 @@
|
|
|
1475
1475
|
## 9.0.0
|
|
1476
1476
|
|
|
1477
1477
|
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1478
|
-
|
|
1479
1478
|
- Drop ES5 from all the flow modules
|
|
1480
1479
|
|
|
1481
1480
|
### Dropping CJS support in all @atlaskit packages
|
|
@@ -24,7 +24,7 @@ var tabsStyles = null;
|
|
|
24
24
|
var analyticsAttributes = {
|
|
25
25
|
componentName: 'tabs',
|
|
26
26
|
packageName: "@atlaskit/tabs",
|
|
27
|
-
packageVersion: "
|
|
27
|
+
packageVersion: "18.2.1"
|
|
28
28
|
};
|
|
29
29
|
var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
|
|
30
30
|
var tabPanel = _ref.tabPanel,
|
|
@@ -15,7 +15,7 @@ var tabsStyles = null;
|
|
|
15
15
|
var analyticsAttributes = {
|
|
16
16
|
componentName: 'tabs',
|
|
17
17
|
packageName: "@atlaskit/tabs",
|
|
18
|
-
packageVersion: "
|
|
18
|
+
packageVersion: "18.2.1"
|
|
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": "18.2.
|
|
3
|
+
"version": "18.2.2",
|
|
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/"
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"@atlaskit/focus-ring": "^3.0.0",
|
|
37
37
|
"@atlaskit/primitives": "^15.0.0",
|
|
38
38
|
"@atlaskit/theme": "^21.0.0",
|
|
39
|
-
"@atlaskit/tokens": "^
|
|
39
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
40
40
|
"@babel/runtime": "^7.0.0",
|
|
41
|
-
"@compiled/react": "^0.18.
|
|
41
|
+
"@compiled/react": "^0.18.6"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": "^18.2.0"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@af/visual-regression": "workspace:^",
|
|
50
50
|
"@atlaskit/button": "^23.5.0",
|
|
51
51
|
"@atlaskit/css": "^0.15.0",
|
|
52
|
-
"@atlaskit/docs": "^11.
|
|
52
|
+
"@atlaskit/docs": "^11.2.0",
|
|
53
53
|
"@atlaskit/ds-lib": "^5.1.0",
|
|
54
54
|
"@atlaskit/link": "^3.2.0",
|
|
55
55
|
"@atlaskit/section-message": "^8.7.0",
|