@atlaskit/adf-schema 25.9.0 → 25.9.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 +12 -0
- package/dist/cjs/schema/nodes/caption.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/schema/nodes/caption.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/schema/nodes/caption.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/schema/nodes/caption.d.ts +1 -0
- package/dist/types-ts4.5/schema/nodes/caption.d.ts +1 -0
- package/package.json +3 -3
- package/report.api.md +0 -1
- package/tmp/api-report-tmp.d.ts +0 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# @atlaskit/adf-schema
|
2
2
|
|
3
|
+
## 25.9.2
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies
|
8
|
+
|
9
|
+
## 25.9.1
|
10
|
+
|
11
|
+
### Patch Changes
|
12
|
+
|
13
|
+
- [`bf7e8e4968b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf7e8e4968b) - ED-15895 add unsupportedinline support to caption
|
14
|
+
|
3
15
|
## 25.9.0
|
4
16
|
|
5
17
|
### Minor Changes
|
@@ -9,7 +9,7 @@ exports.caption = void 0;
|
|
9
9
|
*/
|
10
10
|
|
11
11
|
var caption = {
|
12
|
-
content: '(text|hardBreak|mention|emoji|date|placeholder|inlineCard|status)*',
|
12
|
+
content: '(text|hardBreak|mention|emoji|date|placeholder|inlineCard|status|unsupportedInline)*',
|
13
13
|
isolating: true,
|
14
14
|
marks: '_',
|
15
15
|
selectable: false,
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atlaskit/adf-schema",
|
3
|
-
"version": "25.9.
|
3
|
+
"version": "25.9.2",
|
4
4
|
"description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs",
|
5
5
|
"publishConfig": {
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
@@ -48,7 +48,7 @@
|
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
50
|
"@atlaskit/codemod-utils": "^4.2.0",
|
51
|
-
"@atlaskit/editor-palette": "1.5.
|
51
|
+
"@atlaskit/editor-palette": "1.5.1",
|
52
52
|
"@atlaskit/editor-tables": "^2.3.0",
|
53
53
|
"@babel/runtime": "^7.0.0",
|
54
54
|
"css-color-names": "0.0.4",
|
@@ -58,7 +58,7 @@
|
|
58
58
|
"prosemirror-transform": "1.3.2"
|
59
59
|
},
|
60
60
|
"devDependencies": {
|
61
|
-
"@atlaskit/editor-test-helpers": "^18.
|
61
|
+
"@atlaskit/editor-test-helpers": "^18.7.0",
|
62
62
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
63
63
|
"@types/linkify-it": "^2.0.4",
|
64
64
|
"@types/prosemirror-history": "^1.0.1",
|
package/report.api.md
CHANGED
package/tmp/api-report-tmp.d.ts
CHANGED
@@ -240,7 +240,6 @@ export const caption: NodeSpec;
|
|
240
240
|
|
241
241
|
// @public
|
242
242
|
export interface CaptionDefinition {
|
243
|
-
// (undocumented)
|
244
243
|
content: Array<DateDefinition | EmojiDefinition | HardBreakDefinition | InlineCardDefinition | InlineCode | InlineFormattedText | MentionDefinition | PlaceholderDefinition | StatusDefinition>;
|
245
244
|
// (undocumented)
|
246
245
|
type: 'caption';
|