@atlaskit/editor-core 204.8.0 → 204.8.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,26 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 204.8.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#130660](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/130660)
8
+ [`35cca6367a1ba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/35cca6367a1ba) -
9
+ ED-27007 Clean up feature flag platform_editor_heading_margin_fix
10
+ - [#131064](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/131064)
11
+ [`24cad3d2de85a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/24cad3d2de85a) -
12
+ ED-27155: Clean up platform_editor_advanced_layouts_accessibility
13
+ - Updated dependencies
14
+
15
+ ## 204.8.1
16
+
17
+ ### Patch Changes
18
+
19
+ - [#131399](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/131399)
20
+ [`3e2bb97c408f7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e2bb97c408f7) -
21
+ Add className to nested nodes for placeholder text to selectively apply truncation on long text
22
+ - Updated dependencies
23
+
3
24
  ## 204.8.0
4
25
 
5
26
  ### Minor Changes
@@ -75,7 +75,7 @@ var placeholderStyles = exports.placeholderStyles = (0, _react2.css)({
75
75
  });
76
76
  var placeholderOverflowStyles = (0, _react2.css)({
77
77
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
78
- '.ProseMirror p:has(.placeholder-decoration)': {
78
+ '.ProseMirror p:has(.placeholder-decoration-hide-overflow)': {
79
79
  overflow: 'hidden',
80
80
  whiteSpace: 'nowrap',
81
81
  textOverflow: 'ellipsis'
@@ -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 = "204.8.0";
8
+ var version = exports.version = "204.8.2";
@@ -150,7 +150,7 @@ export const placeholderStyles = css({
150
150
  });
151
151
  const placeholderOverflowStyles = css({
152
152
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
153
- '.ProseMirror p:has(.placeholder-decoration)': {
153
+ '.ProseMirror p:has(.placeholder-decoration-hide-overflow)': {
154
154
  overflow: 'hidden',
155
155
  whiteSpace: 'nowrap',
156
156
  textOverflow: 'ellipsis'
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "204.8.0";
2
+ export const version = "204.8.2";
@@ -67,7 +67,7 @@ export var placeholderStyles = css({
67
67
  });
68
68
  var placeholderOverflowStyles = css({
69
69
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
70
- '.ProseMirror p:has(.placeholder-decoration)': {
70
+ '.ProseMirror p:has(.placeholder-decoration-hide-overflow)': {
71
71
  overflow: 'hidden',
72
72
  whiteSpace: 'nowrap',
73
73
  textOverflow: 'ellipsis'
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "204.8.0";
2
+ export var version = "204.8.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "204.8.0",
3
+ "version": "204.8.2",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -54,7 +54,7 @@
54
54
  "@atlaskit/editor-prosemirror": "7.0.0",
55
55
  "@atlaskit/editor-shared-styles": "^3.4.0",
56
56
  "@atlaskit/emoji": "^69.0.0",
57
- "@atlaskit/icon": "^25.0.0",
57
+ "@atlaskit/icon": "^25.1.0",
58
58
  "@atlaskit/media-card": "^79.0.0",
59
59
  "@atlaskit/mention": "^24.1.0",
60
60
  "@atlaskit/platform-feature-flags": "^1.1.0",
@@ -98,10 +98,10 @@
98
98
  "@atlaskit/media-core": "^35.0.0",
99
99
  "@atlaskit/media-integration-test-helpers": "^4.0.0",
100
100
  "@atlaskit/media-test-helpers": "^35.0.0",
101
- "@atlaskit/modal-dialog": "^13.4.0",
101
+ "@atlaskit/modal-dialog": "^14.0.0",
102
102
  "@atlaskit/primitives": "^14.2.0",
103
103
  "@atlaskit/renderer": "^114.5.0",
104
- "@atlaskit/smart-card": "^36.0.0",
104
+ "@atlaskit/smart-card": "^36.1.0",
105
105
  "@atlaskit/synchrony-test-helpers": "^3.1.0",
106
106
  "@atlaskit/toggle": "^15.0.0",
107
107
  "@atlaskit/util-data-test": "^18.0.0",
@@ -252,10 +252,6 @@
252
252
  "type": "boolean",
253
253
  "referenceOnly": true
254
254
  },
255
- "platform_editor_heading_margin_fix": {
256
- "type": "boolean",
257
- "referenceOnly": true
258
- },
259
255
  "platform_editor_element_dnd_nested_fix_patch_6": {
260
256
  "type": "boolean",
261
257
  "referenceOnly": true
@@ -393,10 +389,6 @@
393
389
  "type": "boolean",
394
390
  "referenceOnly": true
395
391
  },
396
- "platform_editor_advanced_layouts_accessibility": {
397
- "type": "boolean",
398
- "referenceOnly": true
399
- },
400
392
  "platform_editor_nested_tables_paste_dupe_fix": {
401
393
  "type": "boolean",
402
394
  "referenceOnly": true
@@ -570,6 +562,10 @@
570
562
  },
571
563
  "platform_editor_posfromdom_null_fix": {
572
564
  "type": "boolean"
565
+ },
566
+ "platform_editor_collab_text_selection_override": {
567
+ "type": "boolean",
568
+ "referenceOnly": true
573
569
  }
574
570
  },
575
571
  "stricter": {