@atlaskit/editor-common 118.4.0 → 118.4.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,14 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 118.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1f0dab65b6efd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1f0dab65b6efd) -
8
+ Remove unreachable cut-handling branch and duplicated synced block node view setup left over from
9
+ feature gate cleanup
10
+ - Updated dependencies
11
+
3
12
  ## 118.4.0
4
13
 
5
14
  ### Minor Changes
@@ -28,7 +28,7 @@ var NETWORK_FAILURE_REGEX = /^network failure/i;
28
28
  var RESIZE_OBSERVER_LOOP_REGEX = /ResizeObserver loop completed with undelivered notifications/;
29
29
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
30
30
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
31
- var packageVersion = "118.3.1";
31
+ var packageVersion = "118.4.0";
32
32
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
33
33
  // Remove URL as it has UGC
34
34
  // Ignored via go/ees007
@@ -24,7 +24,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
24
24
  * @jsx jsx
25
25
  */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
26
26
  var packageName = "@atlaskit/editor-common";
27
- var packageVersion = "118.3.1";
27
+ var packageVersion = "118.4.0";
28
28
  var halfFocusRing = 1;
29
29
  var dropOffset = '0, 8';
30
30
  var fadeIn = (0, _react2.keyframes)({
@@ -14,7 +14,7 @@ const NETWORK_FAILURE_REGEX = /^network failure/i;
14
14
  const RESIZE_OBSERVER_LOOP_REGEX = /ResizeObserver loop completed with undelivered notifications/;
15
15
  const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
16
16
  const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
17
- const packageVersion = "118.3.1";
17
+ const packageVersion = "118.4.0";
18
18
  const sanitiseSentryEvents = (data, _hint) => {
19
19
  // Remove URL as it has UGC
20
20
  // Ignored via go/ees007
@@ -14,7 +14,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
14
14
  import { fg } from '@atlaskit/platform-feature-flags';
15
15
  import Layer from '../Layer';
16
16
  const packageName = "@atlaskit/editor-common";
17
- const packageVersion = "118.3.1";
17
+ const packageVersion = "118.4.0";
18
18
  const halfFocusRing = 1;
19
19
  const dropOffset = '0, 8';
20
20
  const fadeIn = keyframes({
@@ -20,7 +20,7 @@ var NETWORK_FAILURE_REGEX = /^network failure/i;
20
20
  var RESIZE_OBSERVER_LOOP_REGEX = /ResizeObserver loop completed with undelivered notifications/;
21
21
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
22
22
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
23
- var packageVersion = "118.3.1";
23
+ var packageVersion = "118.4.0";
24
24
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
25
25
  // Remove URL as it has UGC
26
26
  // Ignored via go/ees007
@@ -21,7 +21,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
21
21
  import { fg } from '@atlaskit/platform-feature-flags';
22
22
  import Layer from '../Layer';
23
23
  var packageName = "@atlaskit/editor-common";
24
- var packageVersion = "118.3.1";
24
+ var packageVersion = "118.4.0";
25
25
  var halfFocusRing = 1;
26
26
  var dropOffset = '0, 8';
27
27
  var fadeIn = keyframes({
@@ -23,8 +23,8 @@ type SyncedBlockErrorAttributes = {
23
23
  */
24
24
  sourceProduct?: string;
25
25
  /**
26
- * Categorical failure cause for dashboard grouping. Only emitted when the
27
- * Populated when error attribution data is available (EDITOR-7796 / EDITOR-7862).
26
+ * Categorical failure cause for dashboard grouping. Populated when error
27
+ * attribution data is available (EDITOR-7796 / EDITOR-7862).
28
28
  */
29
29
  reason?: SyncedBlockErrorReasonAttribute;
30
30
  /** Backend HTTP status code when the failure came from a `BlockError`. */
@@ -33,7 +33,7 @@ type SyncedBlockErrorAttributes = {
33
33
  * Whether the failure reason is a benign/working-as-designed outcome (e.g. the source
34
34
  * was intentionally deleted/unpublished, or permission denied) rather than a genuine
35
35
  * system failure. Lets the dashboard compute a true error rate without free-text regex.
36
- * Only emitted on fetch/subscribe error events when the gate is enabled (EDITOR-7862).
36
+ * Only emitted on fetch/subscribe error events (EDITOR-7862).
37
37
  */
38
38
  benign?: boolean;
39
39
  };
@@ -75,8 +75,8 @@ type SyncedBlockEditSourceAttributes = SyncedBlockSuccessAttributes & {
75
75
  sameDocument?: boolean;
76
76
  };
77
77
  /**
78
- * Source `syncedBlockCreate` success attrs. Both optional so gate-off/legacy
79
- * payloads are unchanged. `inputMethod`: creating surface (enum, PII-safe).
78
+ * Source `syncedBlockCreate` success attrs. Both optional so legacy payloads
79
+ * are unchanged. `inputMethod`: creating surface (enum, PII-safe).
80
80
  * `createdEmpty`: true when created from an empty selection, false when content
81
81
  * was converted into the block.
82
82
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "118.4.0",
3
+ "version": "118.4.1",
4
4
  "description": "A package that contains common classes and components for editor and renderer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -72,7 +72,7 @@
72
72
  "@atlaskit/platform-feature-flags-react": "^1.1.0",
73
73
  "@atlaskit/popper": "^9.1.0",
74
74
  "@atlaskit/primitives": "^22.2.0",
75
- "@atlaskit/profilecard": "^26.16.0",
75
+ "@atlaskit/profilecard": "^26.17.0",
76
76
  "@atlaskit/prosemirror-history": "^1.1.0",
77
77
  "@atlaskit/react-compiler-gating": "^0.2.0",
78
78
  "@atlaskit/react-ufo": "^7.3.0",
@@ -83,7 +83,7 @@
83
83
  "@atlaskit/task-decision": "^21.8.0",
84
84
  "@atlaskit/teams-app-config": "^2.2.0",
85
85
  "@atlaskit/textfield": "^10.0.0",
86
- "@atlaskit/tmp-editor-statsig": "^145.0.0",
86
+ "@atlaskit/tmp-editor-statsig": "^146.0.0",
87
87
  "@atlaskit/tokens": "^16.6.0",
88
88
  "@atlaskit/tooltip": "^24.0.0",
89
89
  "@atlaskit/width-detector": "^7.0.0",