@atlaskit/editor-plugin-card 0.12.1 → 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 +6 -0
- package/dist/cjs/messages.js +2 -2
- package/dist/es2019/messages.js +2 -2
- package/dist/esm/messages.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
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
|
+
|
|
3
9
|
## 0.12.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/cjs/messages.js
CHANGED
|
@@ -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',
|
package/dist/es2019/messages.js
CHANGED
|
@@ -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',
|
package/dist/esm/messages.js
CHANGED
|
@@ -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',
|