@atlaskit/editor-plugin-text-formatting 5.2.1 → 5.3.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @atlaskit/editor-plugin-text-formatting
2
2
 
3
+ ## 5.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`687c1b8fa7801`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/687c1b8fa7801) -
8
+ EDITOR-1566 bump adf-schema + update validator
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 5.2.2
15
+
16
+ ### Patch Changes
17
+
18
+ - [`19b70bcbda751`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/19b70bcbda751) -
19
+ [ux] ED-29181 Keyboard shortcuts should appear disabled in menu item
20
+ - Updated dependencies
21
+
3
22
  ## 5.2.1
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-text-formatting",
3
- "version": "5.2.1",
3
+ "version": "5.3.0",
4
4
  "description": "Text-formatting plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,9 +29,9 @@
29
29
  ],
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^51.1.2",
33
- "@atlaskit/editor-plugin-analytics": "^5.2.0",
34
- "@atlaskit/editor-plugin-base": "^6.2.0",
32
+ "@atlaskit/adf-schema": "^51.2.0",
33
+ "@atlaskit/editor-plugin-analytics": "^5.3.0",
34
+ "@atlaskit/editor-plugin-base": "^6.3.0",
35
35
  "@atlaskit/editor-plugin-primary-toolbar": "^6.0.0",
36
36
  "@atlaskit/editor-plugin-selection-toolbar": "^6.1.0",
37
37
  "@atlaskit/editor-plugin-toolbar": "^2.1.0",
@@ -40,17 +40,17 @@
40
40
  "@atlaskit/editor-tables": "^2.9.0",
41
41
  "@atlaskit/editor-toolbar": "^0.9.0",
42
42
  "@atlaskit/editor-toolbar-model": "^0.2.0",
43
- "@atlaskit/icon": "^28.1.0",
43
+ "@atlaskit/icon": "^28.3.0",
44
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
45
45
  "@atlaskit/prosemirror-input-rules": "^3.4.0",
46
- "@atlaskit/tmp-editor-statsig": "^12.21.0",
46
+ "@atlaskit/tmp-editor-statsig": "^12.30.0",
47
47
  "@atlaskit/tokens": "^6.3.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@emotion/react": "^11.7.1",
50
50
  "react-intl-next": "npm:react-intl@^5.18.1"
51
51
  },
52
52
  "peerDependencies": {
53
- "@atlaskit/editor-common": "^109.6.0",
53
+ "@atlaskit/editor-common": "^109.16.0",
54
54
  "react": "^18.2.0"
55
55
  },
56
56
  "devDependencies": {