@atlaskit/editor-core 221.12.0 → 221.12.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 221.12.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`f596f4ca80078`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f596f4ca80078) -
8
+ Clean up feature gate `platform_editor_table_auto_convert_fix`
9
+ - Updated dependencies
10
+
11
+ ## 221.12.1
12
+
13
+ ### Patch Changes
14
+
15
+ - [`00f3166426df4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/00f3166426df4) -
16
+ adopt cssMapScoped for editor core compiled css migration
17
+ - Updated dependencies
18
+
3
19
  ## 221.12.0
4
20
 
5
21
  ### Minor Changes
@@ -174,7 +174,7 @@ function createUniversalPresetInternal(_ref) {
174
174
  isCommentEditor: isComment,
175
175
  isChromelessEditor: isChromeless,
176
176
  allowFixedColumnWidthOption: (0, _platformFeatureFlags.fg)('platform_editor_table_fixed_column_width_prop') ? props.allowTables && typeof props.allowTables !== 'boolean' && props.allowTables.allowFixedColumnWidthOption : false,
177
- __livePage: (0, _platformFeatureFlags.fg)('platform_editor_table_auto_convert_fix') ? props.__livePage : undefined
177
+ __livePage: props.__livePage
178
178
  }], Boolean(props.allowTables)).maybeAdd([_tasksAndDecisions.tasksAndDecisionsPlugin, _objectSpread({
179
179
  allowNestedTasks: props.allowNestedTasks,
180
180
  consumeTabs: isFullPage,