@atlaskit/editor-core 216.12.11 → 216.13.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 +11 -0
  2. package/package.json +5 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 216.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`050e73fa93cfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/050e73fa93cfe) -
8
+ [FFCLEANUP-87580] clean up feature gate platform_editor_nested_tables_sticky_header_bug
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 216.12.11
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "216.12.11",
3
+ "version": "216.13.0",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@atlaskit/activity-provider": "^2.5.0",
42
- "@atlaskit/adf-schema": "^52.0.0",
42
+ "@atlaskit/adf-schema": "^52.1.0",
43
43
  "@atlaskit/afm-i18n-platform-editor-editor-core": "2.10.0",
44
44
  "@atlaskit/analytics-namespaced-context": "^7.2.0",
45
45
  "@atlaskit/analytics-next": "^11.1.0",
@@ -65,8 +65,8 @@
65
65
  "@atlaskit/platform-feature-flags": "^1.1.0",
66
66
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
67
67
  "@atlaskit/react-ufo": "^5.4.0",
68
- "@atlaskit/task-decision": "^19.2.0",
69
- "@atlaskit/tmp-editor-statsig": "^32.0.0",
68
+ "@atlaskit/task-decision": "^19.3.0",
69
+ "@atlaskit/tmp-editor-statsig": "^32.4.0",
70
70
  "@atlaskit/tokens": "^11.0.0",
71
71
  "@atlaskit/tooltip": "^20.14.0",
72
72
  "@atlaskit/width-detector": "^5.0.0",
@@ -83,7 +83,7 @@
83
83
  "uuid": "^3.1.0"
84
84
  },
85
85
  "peerDependencies": {
86
- "@atlaskit/editor-common": "^111.20.0",
86
+ "@atlaskit/editor-common": "^111.21.0",
87
87
  "@atlaskit/link-provider": "^4.2.0",
88
88
  "@atlaskit/media-core": "^37.0.0",
89
89
  "react": "^18.2.0",
@@ -251,10 +251,6 @@
251
251
  "type": "boolean",
252
252
  "referenceOnly": true
253
253
  },
254
- "platform_editor_nested_tables_sticky_header_bug": {
255
- "type": "boolean",
256
- "referenceOnly": true
257
- },
258
254
  "platform_editor_undo_redo_find_on_primary_toolbar": {
259
255
  "type": "boolean",
260
256
  "referenceOnly": true