@atlaskit/editor-plugin-card 0.12.0 → 0.12.1
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/editor-plugin-card
|
|
2
2
|
|
|
3
|
+
## 0.12.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#42995](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42995) [`a527682dee6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a527682dee6) - add in missing dependencies for imported types
|
|
8
|
+
|
|
3
9
|
## 0.12.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
|
@@ -11,10 +11,6 @@ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/sli
|
|
|
11
11
|
var _react = require("react");
|
|
12
12
|
/** @jsx jsx */
|
|
13
13
|
|
|
14
|
-
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
15
|
-
|
|
16
|
-
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
17
|
-
|
|
18
14
|
var useFetchDatasourceInfo = exports.useFetchDatasourceInfo = function useFetchDatasourceInfo(_ref) {
|
|
19
15
|
var isRegularCardNode = _ref.isRegularCardNode,
|
|
20
16
|
url = _ref.url,
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import { useEffect, useState } from 'react';
|
|
3
|
-
|
|
4
|
-
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
5
|
-
|
|
6
|
-
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
7
|
-
|
|
8
3
|
export const useFetchDatasourceInfo = ({
|
|
9
4
|
isRegularCardNode,
|
|
10
5
|
url,
|
|
@@ -3,11 +3,6 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
|
3
3
|
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
4
4
|
/** @jsx jsx */
|
|
5
5
|
import { useEffect, useState } from 'react';
|
|
6
|
-
|
|
7
|
-
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
8
|
-
|
|
9
|
-
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
10
|
-
|
|
11
6
|
export var useFetchDatasourceInfo = function useFetchDatasourceInfo(_ref) {
|
|
12
7
|
var isRegularCardNode = _ref.isRegularCardNode,
|
|
13
8
|
url = _ref.url,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-card",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.1",
|
|
4
4
|
"description": "Card plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -47,8 +47,10 @@
|
|
|
47
47
|
"@atlaskit/frontend-utilities": "^2.7.0",
|
|
48
48
|
"@atlaskit/icon": "^21.12.0",
|
|
49
49
|
"@atlaskit/link-analytics": "^8.3.0",
|
|
50
|
+
"@atlaskit/link-client-extension": "^1.8.0",
|
|
50
51
|
"@atlaskit/link-datasource": "^1.15.0",
|
|
51
52
|
"@atlaskit/linking-common": "^4.17.0",
|
|
53
|
+
"@atlaskit/linking-types": "^8.4.0",
|
|
52
54
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
53
55
|
"@atlaskit/primitives": "^1.9.0",
|
|
54
56
|
"@atlaskit/smart-card": "^26.42.0",
|