@atlaskit/inline-dialog 18.0.3 → 18.0.5

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,18 @@
1
1
  # @atlaskit/inline-dialog
2
2
 
3
+ ## 18.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`67dd9df06af0f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/67dd9df06af0f) -
8
+ Replace instances of the `a` tag with `Link` where applicable.
9
+
10
+ ## 18.0.4
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 18.0.3
4
17
 
5
18
  ### Patch Changes
@@ -1021,7 +1034,6 @@
1021
1034
 
1022
1035
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1023
1036
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1024
-
1025
1037
  - @atlaskit/docs@8.3.2
1026
1038
  - @atlaskit/visual-regression@0.1.9
1027
1039
  - @atlaskit/analytics-next@6.3.5
@@ -1182,12 +1194,10 @@
1182
1194
  safety. Flow types are no longer provided. No behavioural changes.
1183
1195
 
1184
1196
  **Breaking changes**
1185
-
1186
1197
  - `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
1187
1198
  - `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
1188
1199
 
1189
1200
  **Breaking changes to TypeScript annotations**
1190
-
1191
1201
  - `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
1192
1202
  props as a generic type.
1193
1203
  - `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
@@ -1307,20 +1317,17 @@
1307
1317
  ### Major Changes
1308
1318
 
1309
1319
  - [major][181209d135](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/181209d135):
1310
-
1311
1320
  - @atlaskit/inline-dialog has been converted to Typescript. Typescript consumers will now get
1312
1321
  static type safety. Flow types are no longer provided. No API or behavioural changes.
1313
1322
 
1314
1323
  ## 11.0.1
1315
1324
 
1316
1325
  - [patch][21854842b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21854842b5):
1317
-
1318
1326
  - Clean couple of TODO's that were already done
1319
1327
 
1320
1328
  ## 11.0.0
1321
1329
 
1322
1330
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1323
-
1324
1331
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1325
1332
  this package, please ensure you use at least this version of react and react-dom.
1326
1333
 
@@ -1361,7 +1368,6 @@
1361
1368
  ## 10.0.2
1362
1369
 
1363
1370
  - [patch][da6ef8b69a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da6ef8b69a):
1364
-
1365
1371
  - Using new z-index values from theme
1366
1372
 
1367
1373
  ## 10.0.1
@@ -1381,7 +1387,6 @@
1381
1387
  ## 10.0.0
1382
1388
 
1383
1389
  - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1384
-
1385
1390
  - Drop ES5 from all the flow modules
1386
1391
 
1387
1392
  ### Dropping CJS support in all @atlaskit packages
@@ -1492,7 +1497,6 @@
1492
1497
  ## 9.0.9
1493
1498
 
1494
1499
  - [patch][d296df8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d296df8" d):
1495
-
1496
1500
  - Inline-dialog now has useCapture: true for the outside click event listeners to avoid closing
1497
1501
  when clicking on child content that might disappear, such as a select or dropdown-menu
1498
1502
 
@@ -76,7 +76,7 @@ var InlineDialog = /*#__PURE__*/(0, _react.memo)(function InlineDialog(_ref2) {
76
76
  action: 'closed',
77
77
  componentName: 'inlineDialog',
78
78
  packageName: "@atlaskit/inline-dialog",
79
- packageVersion: "18.0.2"
79
+ packageVersion: "18.0.4"
80
80
  });
81
81
 
82
82
  // we put this into a ref to avoid handleCloseRequest having this as a dependency
@@ -61,7 +61,7 @@ const InlineDialog = /*#__PURE__*/memo(function InlineDialog({
61
61
  action: 'closed',
62
62
  componentName: 'inlineDialog',
63
63
  packageName: "@atlaskit/inline-dialog",
64
- packageVersion: "18.0.2"
64
+ packageVersion: "18.0.4"
65
65
  });
66
66
 
67
67
  // we put this into a ref to avoid handleCloseRequest having this as a dependency
@@ -67,7 +67,7 @@ var InlineDialog = /*#__PURE__*/memo(function InlineDialog(_ref2) {
67
67
  action: 'closed',
68
68
  componentName: 'inlineDialog',
69
69
  packageName: "@atlaskit/inline-dialog",
70
- packageVersion: "18.0.2"
70
+ packageVersion: "18.0.4"
71
71
  });
72
72
 
73
73
  // we put this into a ref to avoid handleCloseRequest having this as a dependency
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-dialog",
3
- "version": "18.0.3",
3
+ "version": "18.0.5",
4
4
  "description": "An inline dialog is a pop-up container for small amounts of information. It can also contain controls.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -36,13 +36,13 @@
36
36
  "dependencies": {
37
37
  "@atlaskit/analytics-next": "^11.1.0",
38
38
  "@atlaskit/ds-lib": "^5.1.0",
39
- "@atlaskit/layering": "^3.0.0",
39
+ "@atlaskit/layering": "^3.2.0",
40
40
  "@atlaskit/platform-feature-flags": "^1.1.0",
41
41
  "@atlaskit/popper": "^7.1.0",
42
42
  "@atlaskit/theme": "^21.0.0",
43
- "@atlaskit/tokens": "^6.4.0",
43
+ "@atlaskit/tokens": "^7.0.0",
44
44
  "@babel/runtime": "^7.0.0",
45
- "@compiled/react": "^0.18.3",
45
+ "@compiled/react": "^0.18.6",
46
46
  "bind-event-listener": "^3.0.0"
47
47
  },
48
48
  "peerDependencies": {
@@ -52,14 +52,14 @@
52
52
  "@af/accessibility-testing": "workspace:^",
53
53
  "@af/integration-testing": "workspace:^",
54
54
  "@af/visual-regression": "workspace:^",
55
- "@atlaskit/button": "^23.4.0",
56
- "@atlaskit/css": "^0.14.0",
57
- "@atlaskit/datetime-picker": "^17.0.0",
58
- "@atlaskit/docs": "^11.1.0",
55
+ "@atlaskit/button": "^23.5.0",
56
+ "@atlaskit/css": "^0.15.0",
57
+ "@atlaskit/datetime-picker": "^17.1.0",
58
+ "@atlaskit/docs": "^11.2.0",
59
59
  "@atlaskit/dropdown-menu": "^16.3.0",
60
60
  "@atlaskit/link": "^3.2.0",
61
- "@atlaskit/modal-dialog": "^14.4.0",
62
- "@atlaskit/primitives": "^14.15.0",
61
+ "@atlaskit/modal-dialog": "^14.6.0",
62
+ "@atlaskit/primitives": "^16.0.0",
63
63
  "@atlaskit/section-message": "^8.7.0",
64
64
  "@atlaskit/select": "^21.3.0",
65
65
  "@atlassian/ssr-tests": "^0.3.0",