@atlaskit/editor-plugin-card 0.12.0 → 0.12.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,17 @@
1
1
  # @atlaskit/editor-plugin-card
2
2
 
3
+ ## 0.12.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#43004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43004) [`534feb3059b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/534feb3059b) - [ux] Update text for /assets slash command to add "(Beta)" suffix, and change Assets slash command icon slightly
8
+
9
+ ## 0.12.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#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
14
+
3
15
  ## 0.12.0
4
16
 
5
17
  ### Minor Changes
@@ -18,8 +18,8 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
18
18
  },
19
19
  datasourceAssetsObjects: {
20
20
  id: 'fabric.editor.datasource.assetsObjects',
21
- defaultMessage: 'Assets',
22
- description: 'Text displayed when selecting the type of data to include onto the page, in this case: JSM Assets objects'
21
+ defaultMessage: 'Assets (Beta)',
22
+ description: 'Text displayed when selecting the type of data to include onto the page, in this case: JSM Assets objects. This feature is currently in Beta release, so we also include messaging for that.'
23
23
  },
24
24
  datasourceAssetsObjectsDescription: {
25
25
  id: 'fabric.editor.datasource.assetsObjects.description',
@@ -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,
@@ -12,8 +12,8 @@ export const messages = defineMessages({
12
12
  },
13
13
  datasourceAssetsObjects: {
14
14
  id: 'fabric.editor.datasource.assetsObjects',
15
- defaultMessage: 'Assets',
16
- description: 'Text displayed when selecting the type of data to include onto the page, in this case: JSM Assets objects'
15
+ defaultMessage: 'Assets (Beta)',
16
+ description: 'Text displayed when selecting the type of data to include onto the page, in this case: JSM Assets objects. This feature is currently in Beta release, so we also include messaging for that.'
17
17
  },
18
18
  datasourceAssetsObjectsDescription: {
19
19
  id: 'fabric.editor.datasource.assetsObjects.description',
@@ -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,
@@ -12,8 +12,8 @@ export var messages = defineMessages({
12
12
  },
13
13
  datasourceAssetsObjects: {
14
14
  id: 'fabric.editor.datasource.assetsObjects',
15
- defaultMessage: 'Assets',
16
- description: 'Text displayed when selecting the type of data to include onto the page, in this case: JSM Assets objects'
15
+ defaultMessage: 'Assets (Beta)',
16
+ description: 'Text displayed when selecting the type of data to include onto the page, in this case: JSM Assets objects. This feature is currently in Beta release, so we also include messaging for that.'
17
17
  },
18
18
  datasourceAssetsObjectsDescription: {
19
19
  id: 'fabric.editor.datasource.assetsObjects.description',
@@ -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.0",
3
+ "version": "0.12.2",
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",