@atlaskit/editor-plugin-text-formatting 8.1.1 → 8.1.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/docs/0-intro.tsx +3 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/docs/0-intro.tsx
CHANGED
|
@@ -5,7 +5,8 @@ import { AtlassianInternalWarning, code, md } from '@atlaskit/docs';
|
|
|
5
5
|
import { createEditorUseOnlyNotice } from '@atlaskit/editor-common/doc-utils';
|
|
6
6
|
import { token } from '@atlaskit/tokens';
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any -- md template from @atlaskit/docs
|
|
9
|
+
const _default_1: any = md`
|
|
9
10
|
|
|
10
11
|
${createEditorUseOnlyNotice('Editor Plugin Text Formatting', [
|
|
11
12
|
{ name: 'Editor Core', link: '/packages/editor/editor-core' },
|
|
@@ -57,3 +58,4 @@ For internal Atlassian, visit the slack channel [#help-editor](https://atlassian
|
|
|
57
58
|
---
|
|
58
59
|
Please see [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#License) for more licensing information.
|
|
59
60
|
`;
|
|
61
|
+
export default _default_1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-text-formatting",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.2",
|
|
4
4
|
"description": "Text-formatting plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
],
|
|
33
33
|
"atlaskit:src": "src/index.ts",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/adf-schema": "^52.
|
|
35
|
+
"@atlaskit/adf-schema": "^52.4.0",
|
|
36
36
|
"@atlaskit/editor-plugin-analytics": "^8.0.0",
|
|
37
37
|
"@atlaskit/editor-plugin-base": "^9.0.0",
|
|
38
38
|
"@atlaskit/editor-plugin-primary-toolbar": "^9.0.0",
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
"@atlaskit/icon": "^33.0.0",
|
|
47
47
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
48
48
|
"@atlaskit/prosemirror-input-rules": "^3.6.0",
|
|
49
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
49
|
+
"@atlaskit/tmp-editor-statsig": "^41.0.0",
|
|
50
50
|
"@atlaskit/tokens": "^11.1.0",
|
|
51
51
|
"@babel/runtime": "^7.0.0",
|
|
52
52
|
"@emotion/react": "^11.7.1",
|
|
53
53
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@atlaskit/editor-common": "^112.
|
|
56
|
+
"@atlaskit/editor-common": "^112.6.0",
|
|
57
57
|
"react": "^18.2.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|