@atlaskit/editor-core 217.5.5 → 217.5.7

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,24 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 217.5.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [`aa4e1fcb89ca8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aa4e1fcb89ca8) -
8
+ Added new `platform_editor_flexible_list_schema` experiment that independently enables ADF schema
9
+ and CSS rendering support for flexible lists, without creation behaviour. Updated schema node
10
+ selection, CSS rendering, ADF validation, and task list schema to use the new gate. Indent/outdent
11
+ behaviour remains on the existing `platform_editor_flexible_list_indentation` gate.
12
+ - Updated dependencies
13
+
14
+ ## 217.5.6
15
+
16
+ ### Patch Changes
17
+
18
+ - [`ce0f65de88f84`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ce0f65de88f84) -
19
+ Clean up platform_editor_nested_tables_gap_cursor feature gate
20
+ - Updated dependencies
21
+
3
22
  ## 217.5.5
4
23
 
5
24
  ### Patch Changes
@@ -234,7 +234,7 @@ var EditorContentContainer = /*#__PURE__*/_react.default.forwardRef(function (pr
234
234
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
235
235
  _backgroundColorStyles.textHighlightPaddingStyles,
236
236
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
237
- _list.listsStyles, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_flexible_list_indentation', 'isEnabled', true) &&
237
+ _list.listsStyles, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_flexible_list_schema', 'isEnabled', true) &&
238
238
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
239
239
  _list.listItemHiddenMarkerStyles,
240
240
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "217.5.4";
8
+ var version = exports.version = "217.5.6";
@@ -230,7 +230,7 @@ const EditorContentContainer = /*#__PURE__*/React.forwardRef((props, ref) => {
230
230
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
231
231
  textHighlightPaddingStyles,
232
232
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
233
- listsStyles, expValEqualsNoExposure('platform_editor_flexible_list_indentation', 'isEnabled', true) &&
233
+ listsStyles, expValEqualsNoExposure('platform_editor_flexible_list_schema', 'isEnabled', true) &&
234
234
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
235
235
  listItemHiddenMarkerStyles,
236
236
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "217.5.4";
2
+ export const version = "217.5.6";
@@ -226,7 +226,7 @@ var EditorContentContainer = /*#__PURE__*/React.forwardRef(function (props, ref)
226
226
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
227
227
  textHighlightPaddingStyles,
228
228
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
229
- listsStyles, expValEqualsNoExposure('platform_editor_flexible_list_indentation', 'isEnabled', true) &&
229
+ listsStyles, expValEqualsNoExposure('platform_editor_flexible_list_schema', 'isEnabled', true) &&
230
230
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
231
231
  listItemHiddenMarkerStyles,
232
232
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "217.5.4";
2
+ export var version = "217.5.6";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "217.5.5",
3
+ "version": "217.5.7",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -66,7 +66,7 @@
66
66
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
67
67
  "@atlaskit/react-ufo": "^5.4.0",
68
68
  "@atlaskit/task-decision": "^19.3.0",
69
- "@atlaskit/tmp-editor-statsig": "^44.0.0",
69
+ "@atlaskit/tmp-editor-statsig": "^44.2.0",
70
70
  "@atlaskit/tokens": "^11.1.0",
71
71
  "@atlaskit/tooltip": "^21.0.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": "^112.7.0",
86
+ "@atlaskit/editor-common": "^112.8.0",
87
87
  "@atlaskit/link-provider": "^4.2.0",
88
88
  "@atlaskit/media-core": "^37.0.0",
89
89
  "react": "^18.2.0",
@@ -99,7 +99,7 @@
99
99
  "@atlaskit/collab-provider": "^16.1.0",
100
100
  "@atlaskit/editor-plugin-annotation": "^8.0.0",
101
101
  "@atlaskit/editor-plugin-card": "^13.1.0",
102
- "@atlaskit/editor-plugin-list": "^10.0.0",
102
+ "@atlaskit/editor-plugin-list": "^10.1.0",
103
103
  "@atlaskit/editor-plugin-paste": "^9.0.0",
104
104
  "@atlaskit/link-provider": "^4.2.0",
105
105
  "@atlaskit/logo": "^19.10.0",
@@ -228,10 +228,6 @@
228
228
  "platform_editor_nested_dnd_styles_changes": {
229
229
  "type": "boolean"
230
230
  },
231
- "platform_editor_nested_tables_gap_cursor": {
232
- "type": "boolean",
233
- "referenceOnly": true
234
- },
235
231
  "platform_editor_controls_no_toolbar_space": {
236
232
  "type": "boolean",
237
233
  "referenceOnly": true