@atlaskit/editor-plugin-table 27.1.1 → 27.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/editor-plugin-table
2
2
 
3
+ ## 27.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b8080a4285efd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b8080a4285efd) -
8
+ Clean up feature gate platform_editor_enable_table_update_ref_atlas
9
+ - Updated dependencies
10
+
3
11
  ## 27.1.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-table",
3
- "version": "27.1.1",
3
+ "version": "27.1.2",
4
4
  "description": "Table plugin for the @atlaskit/editor",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -68,7 +68,7 @@
68
68
  "uuid": "^3.1.0"
69
69
  },
70
70
  "peerDependencies": {
71
- "@atlaskit/editor-common": "^119.14.0",
71
+ "@atlaskit/editor-common": "^119.15.0",
72
72
  "react": "^18.2.0 || ^19.2.0",
73
73
  "react-dom": "^18.2.0 || ^19.2.0",
74
74
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
@@ -123,9 +123,6 @@
123
123
  "platform_editor_enable_table_scaling": {
124
124
  "type": "boolean"
125
125
  },
126
- "platform_editor_enable_table_update_ref_atlas": {
127
- "type": "boolean"
128
- },
129
126
  "platform_editor_max_width_default_width": {
130
127
  "type": "boolean"
131
128
  },