@atlaskit/editor-plugin-text-formatting 1.3.0 → 1.3.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-text-formatting
|
|
2
2
|
|
|
3
|
+
## 1.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#81777](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81777) [`c6d7a5378751`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6d7a5378751) - Bump adf-schema to 35.7.0
|
|
8
|
+
|
|
9
|
+
## 1.3.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
14
|
+
|
|
3
15
|
## 1.3.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -15,7 +15,7 @@ export type ToolbarFormattingProps = {
|
|
|
15
15
|
editorAnalyticsAPI?: EditorAnalyticsAPI;
|
|
16
16
|
textFormattingState: TextFormattingState | undefined;
|
|
17
17
|
};
|
|
18
|
-
declare const _default: import("react").FC<import("react-intl-next").WithIntlProps<ToolbarFormattingProps & WrappedComponentProps
|
|
19
|
-
WrappedComponent: import("react").ComponentType<ToolbarFormattingProps & WrappedComponentProps
|
|
18
|
+
declare const _default: import("react").FC<import("react-intl-next").WithIntlProps<ToolbarFormattingProps & WrappedComponentProps>> & {
|
|
19
|
+
WrappedComponent: import("react").ComponentType<ToolbarFormattingProps & WrappedComponentProps>;
|
|
20
20
|
};
|
|
21
21
|
export default _default;
|
|
@@ -15,7 +15,7 @@ export type ToolbarFormattingProps = {
|
|
|
15
15
|
editorAnalyticsAPI?: EditorAnalyticsAPI;
|
|
16
16
|
textFormattingState: TextFormattingState | undefined;
|
|
17
17
|
};
|
|
18
|
-
declare const _default: import("react").FC<import("react-intl-next").WithIntlProps<ToolbarFormattingProps & WrappedComponentProps
|
|
19
|
-
WrappedComponent: import("react").ComponentType<ToolbarFormattingProps & WrappedComponentProps
|
|
18
|
+
declare const _default: import("react").FC<import("react-intl-next").WithIntlProps<ToolbarFormattingProps & WrappedComponentProps>> & {
|
|
19
|
+
WrappedComponent: import("react").ComponentType<ToolbarFormattingProps & WrappedComponentProps>;
|
|
20
20
|
};
|
|
21
21
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-text-formatting",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "Text-formatting plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
".": "./src/index.ts"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/adf-schema": "^35.
|
|
36
|
-
"@atlaskit/editor-common": "^78.
|
|
35
|
+
"@atlaskit/adf-schema": "^35.7.0",
|
|
36
|
+
"@atlaskit/editor-common": "^78.18.0",
|
|
37
37
|
"@atlaskit/editor-plugin-analytics": "^1.0.0",
|
|
38
38
|
"@atlaskit/editor-prosemirror": "3.0.0",
|
|
39
39
|
"@atlaskit/editor-shared-styles": "^2.9.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@atlaskit/editor-plugin-feature-flags": "^1.0.0",
|
|
54
54
|
"@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
|
|
55
55
|
"@testing-library/react": "^12.1.5",
|
|
56
|
-
"typescript": "~4.
|
|
56
|
+
"typescript": "~5.4.2"
|
|
57
57
|
},
|
|
58
58
|
"techstack": {
|
|
59
59
|
"@atlassian/frontend": {
|
|
@@ -89,4 +89,4 @@
|
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
91
|
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
|
|
92
|
-
}
|
|
92
|
+
}
|