@atlaskit/dynamic-table 14.18.4 → 14.20.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,28 @@
1
1
  # @atlaskit/dynamic-table
2
2
 
3
+ ## 14.20.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
8
+ [`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
9
+ Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
10
+ to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
11
+
12
+ This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
13
+ dependency range for `react` and `react-dom` for `/platform` packages.
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
19
+ ## 14.19.0
20
+
21
+ ### Minor Changes
22
+
23
+ - [`8b8090800a35d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8b8090800a35d) -
24
+ Bump peer dependency for react-dom to include version 17 and 18.
25
+
3
26
  ## 14.18.4
4
27
 
5
28
  ### Patch Changes
@@ -35,7 +35,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
35
35
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
36
36
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
37
37
  var packageName = "@atlaskit/dynamic-table";
38
- var packageVersion = "14.18.4";
38
+ var packageVersion = "14.20.0";
39
39
  function toggleSortOrder(currentSortOrder) {
40
40
  switch (currentSortOrder) {
41
41
  case _constants.DESC:
@@ -14,7 +14,7 @@ import LoadingContainerAdvanced from './loading-container-advanced';
14
14
  import ManagedPagination from './managed-pagination';
15
15
  import TableHead from './table-head';
16
16
  const packageName = "@atlaskit/dynamic-table";
17
- const packageVersion = "14.18.4";
17
+ const packageVersion = "14.20.0";
18
18
  function toggleSortOrder(currentSortOrder) {
19
19
  switch (currentSortOrder) {
20
20
  case DESC:
@@ -25,7 +25,7 @@ import LoadingContainerAdvanced from './loading-container-advanced';
25
25
  import ManagedPagination from './managed-pagination';
26
26
  import TableHead from './table-head';
27
27
  var packageName = "@atlaskit/dynamic-table";
28
- var packageVersion = "14.18.4";
28
+ var packageVersion = "14.20.0";
29
29
  function toggleSortOrder(currentSortOrder) {
30
30
  switch (currentSortOrder) {
31
31
  case DESC:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/dynamic-table",
3
- "version": "14.18.4",
3
+ "version": "14.20.0",
4
4
  "description": "A dynamic table displays rows of data with built-in pagination, sorting, and re-ordering functionality.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -41,27 +41,27 @@
41
41
  "runReact18": true
42
42
  },
43
43
  "dependencies": {
44
- "@atlaskit/analytics-next": "^10.0.0",
45
- "@atlaskit/ds-lib": "^2.3.0",
46
- "@atlaskit/pagination": "^14.7.0",
44
+ "@atlaskit/analytics-next": "^10.1.0",
45
+ "@atlaskit/ds-lib": "^2.4.0",
46
+ "@atlaskit/pagination": "^14.8.0",
47
47
  "@atlaskit/platform-feature-flags": "^0.3.0",
48
- "@atlaskit/spinner": "^16.2.0",
49
- "@atlaskit/theme": "^12.11.0",
50
- "@atlaskit/tokens": "^1.57.0",
48
+ "@atlaskit/spinner": "^16.3.0",
49
+ "@atlaskit/theme": "^12.12.0",
50
+ "@atlaskit/tokens": "^1.58.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "@emotion/react": "^11.7.1",
53
53
  "react-beautiful-dnd": "^12.2.0"
54
54
  },
55
55
  "peerDependencies": {
56
- "react": "^16.8.0 || ^17.0.0 || ~18.2.0",
57
- "react-dom": "^16.8.0"
56
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
57
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@af/accessibility-testing": "*",
61
61
  "@af/integration-testing": "*",
62
62
  "@af/visual-regression": "*",
63
63
  "@atlaskit/ssr": "*",
64
- "@atlaskit/toggle": "^13.2.0",
64
+ "@atlaskit/toggle": "^13.3.0",
65
65
  "@atlaskit/visual-regression": "*",
66
66
  "@emotion/styled": "^11.0.0",
67
67
  "@testing-library/react": "^12.1.5",