@atlaskit/editor-core 213.4.3 → 213.5.1

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
+ ## 213.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`c451a0d8a0ef1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c451a0d8a0ef1) -
8
+ [EDITOR-1594] Inline streaming page comment padding issues
9
+ - Updated dependencies
10
+
11
+ ## 213.5.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`08569ab338048`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/08569ab338048) -
16
+ Removed feature gates for cleanup
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+
3
22
  ## 213.4.3
4
23
 
5
24
  ### Patch Changes
@@ -254,7 +254,7 @@ var CommentEditorWithIntl = exports.CommentEditorWithIntl = function CommentEdit
254
254
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
255
255
  ,
256
256
  className: (0, _classnames.default)('ak-editor-content-area', {
257
- 'less-margin': width < _editorSharedStyles.akEditorMobileBreakoutPoint
257
+ 'less-margin': width < _editorSharedStyles.akEditorMobileBreakoutPoint && !(0, _experiments.editorExperiment)('platform_editor_ai_aifc', true)
258
258
  }),
259
259
  featureFlags: featureFlags,
260
260
  viewMode: editorViewMode,
@@ -258,7 +258,7 @@ export const CommentEditorWithIntl = props => {
258
258
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
259
259
  ,
260
260
  className: classnames('ak-editor-content-area', {
261
- 'less-margin': width < akEditorMobileBreakoutPoint
261
+ 'less-margin': width < akEditorMobileBreakoutPoint && !editorExperiment('platform_editor_ai_aifc', true)
262
262
  }),
263
263
  featureFlags: featureFlags,
264
264
  viewMode: editorViewMode,
@@ -246,7 +246,7 @@ export var CommentEditorWithIntl = function CommentEditorWithIntl(props) {
246
246
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
247
247
  ,
248
248
  className: classnames('ak-editor-content-area', {
249
- 'less-margin': width < akEditorMobileBreakoutPoint
249
+ 'less-margin': width < akEditorMobileBreakoutPoint && !editorExperiment('platform_editor_ai_aifc', true)
250
250
  }),
251
251
  featureFlags: featureFlags,
252
252
  viewMode: editorViewMode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "213.4.3",
3
+ "version": "213.5.1",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -62,9 +62,9 @@
62
62
  "@atlaskit/mention": "^24.2.0",
63
63
  "@atlaskit/platform-feature-flags": "^1.1.0",
64
64
  "@atlaskit/platform-feature-flags-react": "^0.3.0",
65
- "@atlaskit/react-ufo": "^4.8.0",
65
+ "@atlaskit/react-ufo": "^4.9.0",
66
66
  "@atlaskit/task-decision": "^19.2.0",
67
- "@atlaskit/tmp-editor-statsig": "^12.26.0",
67
+ "@atlaskit/tmp-editor-statsig": "^12.27.0",
68
68
  "@atlaskit/tokens": "^6.3.0",
69
69
  "@atlaskit/tooltip": "^20.4.0",
70
70
  "@atlaskit/width-detector": "^5.0.0",
@@ -94,7 +94,7 @@
94
94
  "@atlaskit/adf-utils": "^19.23.0",
95
95
  "@atlaskit/analytics-listeners": "^9.0.0",
96
96
  "@atlaskit/collab-provider": "^13.0.0",
97
- "@atlaskit/editor-plugin-annotation": "^5.3.0",
97
+ "@atlaskit/editor-plugin-annotation": "^5.4.0",
98
98
  "@atlaskit/editor-plugin-card": "^10.1.0",
99
99
  "@atlaskit/editor-plugin-list": "^7.2.0",
100
100
  "@atlaskit/editor-plugin-paste": "^6.2.0",
@@ -105,9 +105,9 @@
105
105
  "@atlaskit/media-test-helpers": "^39.0.0",
106
106
  "@atlaskit/modal-dialog": "^14.3.0",
107
107
  "@atlaskit/primitives": "^14.15.0",
108
- "@atlaskit/renderer": "^123.3.0",
108
+ "@atlaskit/renderer": "^123.4.0",
109
109
  "@atlaskit/section-message": "^8.7.0",
110
- "@atlaskit/smart-card": "^42.0.0",
110
+ "@atlaskit/smart-card": "^42.1.0",
111
111
  "@atlaskit/synchrony-test-helpers": "workspace:^",
112
112
  "@atlaskit/toggle": "^15.1.0",
113
113
  "@atlaskit/util-data-test": "^18.2.0",
@@ -382,10 +382,6 @@
382
382
  "type": "boolean",
383
383
  "referenceOnly": true
384
384
  },
385
- "platform_editor_listen_for_focussed_query_param": {
386
- "type": "boolean",
387
- "referenceOnly": true
388
- },
389
385
  "platform_editor_nested_tables_cellselection_paste": {
390
386
  "type": "boolean",
391
387
  "referenceOnly": true