@atlaskit/editor-plugin-emoji 2.5.0 → 2.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/editor-plugin-emoji
2
2
 
3
+ ## 2.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1269ffa635367`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1269ffa635367) -
8
+ Cleanup FF platform_editor_get_card_provider_from_config
9
+
10
+ ## 2.5.1
11
+
12
+ ### Patch Changes
13
+
14
+ - [#138118](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/138118)
15
+ [`5e4d9eb1aefe4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5e4d9eb1aefe4) -
16
+ NOISSUE: Upgrades editor React peer dependencies to v18
17
+ - Updated dependencies
18
+
3
19
  ## 2.5.0
4
20
 
5
21
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-emoji",
3
- "version": "2.5.0",
3
+ "version": "2.5.2",
4
4
  "description": "Emoji plugin for @atlaskit/editor-core",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -17,11 +17,11 @@
17
17
  "atlassian": {
18
18
  "team": "Editor: Media Experience Porygon",
19
19
  "singleton": true,
20
- "runReact18": false
20
+ "runReact18": true
21
21
  },
22
22
  "dependencies": {
23
23
  "@atlaskit/adf-schema": "^40.9.0",
24
- "@atlaskit/editor-common": "^88.11.0",
24
+ "@atlaskit/editor-common": "^88.12.0",
25
25
  "@atlaskit/editor-plugin-analytics": "^1.8.0",
26
26
  "@atlaskit/editor-plugin-type-ahead": "^1.8.0",
27
27
  "@atlaskit/editor-prosemirror": "5.0.1",
@@ -35,7 +35,7 @@
35
35
  "react-loadable": "^5.1.0"
36
36
  },
37
37
  "peerDependencies": {
38
- "react": "^16.8.0"
38
+ "react": "^16.8.0 || ^17.0.0 || ~18.2.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@af/visual-regression": "*",