@atlaskit/editor-core 217.5.6 → 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,16 @@
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
+
3
14
  ## 217.5.6
4
15
 
5
16
  ### 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 = "0.0.0-development";
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 = "0.0.0-development";
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 = "0.0.0-development";
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.6",
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.1.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",