@atlaskit/editor-plugin-emoji 7.3.0 → 7.4.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 +17 -3
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/editor-plugin-emoji
2
2
 
3
+ ## 7.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) -
8
+ [EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 7.3.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 7.3.0
4
21
 
5
22
  ### Minor Changes
@@ -277,7 +294,6 @@
277
294
  shared context or singletons.
278
295
 
279
296
  **HOW TO ADJUST:**
280
-
281
297
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
282
298
  any of these editor plugins.
283
299
  - Ensure the version you install matches the version required by the plugins.
@@ -1323,7 +1339,6 @@
1323
1339
 
1324
1340
  These are no longer available via `@atlaskit/prosemirror-input-rules` but are available from
1325
1341
  `@atlaskit/editor-common/types`:
1326
-
1327
1342
  - InputRuleWrapper
1328
1343
  - InputRuleHandler
1329
1344
  - OnHandlerApply
@@ -1333,7 +1348,6 @@
1333
1348
  need to instantiate a `SafePlugin` (ie. `new SafePlugin(createPlugin( ... ))`).
1334
1349
 
1335
1350
  `SafePlugin` exists in `@atlaskit/editor-common/safe-plugin`.
1336
-
1337
1351
  - createPlugin
1338
1352
  - createInputRulePlugin
1339
1353
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-emoji",
3
- "version": "7.3.0",
3
+ "version": "7.4.0",
4
4
  "description": "Emoji plugin for @atlaskit/editor-core",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -21,23 +21,23 @@
21
21
  "singleton": true
22
22
  },
23
23
  "dependencies": {
24
- "@atlaskit/adf-schema": "^51.2.0",
25
- "@atlaskit/editor-plugin-analytics": "^6.1.0",
26
- "@atlaskit/editor-plugin-annotation": "^6.1.0",
27
- "@atlaskit/editor-plugin-base": "^7.1.0",
24
+ "@atlaskit/adf-schema": "^51.3.0",
25
+ "@atlaskit/editor-plugin-analytics": "^6.2.0",
26
+ "@atlaskit/editor-plugin-annotation": "^6.2.0",
27
+ "@atlaskit/editor-plugin-base": "^7.2.0",
28
28
  "@atlaskit/editor-plugin-editor-viewmode": "^8.0.0",
29
- "@atlaskit/editor-plugin-metrics": "^7.0.0",
30
- "@atlaskit/editor-plugin-type-ahead": "^6.4.0",
29
+ "@atlaskit/editor-plugin-metrics": "^7.1.0",
30
+ "@atlaskit/editor-plugin-type-ahead": "^6.5.0",
31
31
  "@atlaskit/editor-prosemirror": "7.0.0",
32
32
  "@atlaskit/editor-shared-styles": "^3.7.0",
33
- "@atlaskit/emoji": "^69.5.0",
33
+ "@atlaskit/emoji": "^69.6.0",
34
34
  "@atlaskit/icon": "^28.5.0",
35
- "@atlaskit/node-data-provider": "^7.1.0",
35
+ "@atlaskit/node-data-provider": "^7.2.0",
36
36
  "@atlaskit/platform-feature-flags": "^1.1.0",
37
37
  "@atlaskit/prosemirror-input-rules": "^3.5.0",
38
38
  "@atlaskit/theme": "^21.0.0",
39
- "@atlaskit/tmp-editor-statsig": "^13.10.0",
40
- "@atlaskit/tokens": "^6.4.0",
39
+ "@atlaskit/tmp-editor-statsig": "^13.13.0",
40
+ "@atlaskit/tokens": "^7.0.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "@emotion/react": "^11.7.1",
43
43
  "lodash": "^4.17.21",
@@ -45,7 +45,7 @@
45
45
  "react-loadable": "^5.1.0"
46
46
  },
47
47
  "peerDependencies": {
48
- "@atlaskit/editor-common": "^110.11.0",
48
+ "@atlaskit/editor-common": "^110.14.0",
49
49
  "react": "^18.2.0",
50
50
  "react-dom": "^18.2.0"
51
51
  },