@atlaskit/editor-common 110.45.0 → 110.46.0

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,21 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 110.46.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`cbf58f8500db4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cbf58f8500db4) -
8
+ [https://hello.jira.atlassian.cloud/browse/EDITOR-3893](EDITOR-3893) - fix mussing <br /> in empty
9
+ textblocks in the `EditorSSRRenderer`
10
+
11
+ ## 110.45.1
12
+
13
+ ### Patch Changes
14
+
15
+ - [`099f1ef94c7c2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/099f1ef94c7c2) -
16
+ Not found error will not be retryable in UI (expected behaviour)
17
+ - Updated dependencies
18
+
3
19
  ## 110.45.0
4
20
 
5
21
  ### Minor Changes
@@ -171,6 +171,11 @@ var syncBlockMessages = exports.syncBlockMessages = (0, _reactIntlNext.defineMes
171
171
  defaultMessage: 'Synced block not found.',
172
172
  description: 'Alt text for icon on error state where the synced block cannot be found or no longer exists'
173
173
  },
174
+ notFoundDescription: {
175
+ id: 'fabric.editor.syncedBlockNotFoundDescription.non-final',
176
+ defaultMessage: 'We’re unable to display this content as its source has been deleted or archived.',
177
+ description: 'Description for error state where the synced block cannot be found'
178
+ },
174
179
  retryButton: {
175
180
  id: 'fabric.editor.retrySyncedBlock',
176
181
  defaultMessage: 'Try again',
@@ -19,7 +19,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
19
19
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
20
20
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
21
21
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
22
- var packageVersion = "110.44.3";
22
+ var packageVersion = "110.45.1";
23
23
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
24
24
  // Remove URL as it has UGC
25
25
  // 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 = "110.44.3";
27
+ var packageVersion = "110.45.1";
28
28
  var halfFocusRing = 1;
29
29
  var dropOffset = '0, 8';
30
30
  var fadeIn = (0, _react2.keyframes)({
@@ -165,6 +165,11 @@ export const syncBlockMessages = defineMessages({
165
165
  defaultMessage: 'Synced block not found.',
166
166
  description: 'Alt text for icon on error state where the synced block cannot be found or no longer exists'
167
167
  },
168
+ notFoundDescription: {
169
+ id: 'fabric.editor.syncedBlockNotFoundDescription.non-final',
170
+ defaultMessage: 'We’re unable to display this content as its source has been deleted or archived.',
171
+ description: 'Description for error state where the synced block cannot be found'
172
+ },
168
173
  retryButton: {
169
174
  id: 'fabric.editor.retrySyncedBlock',
170
175
  defaultMessage: 'Try again',
@@ -4,7 +4,7 @@ import { isFedRamp } from './environment';
4
4
  import { normaliseSentryBreadcrumbs, SERIALIZABLE_ATTRIBUTES } from './normalise-sentry-breadcrumbs';
5
5
  const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
6
6
  const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
7
- const packageVersion = "110.44.3";
7
+ const packageVersion = "110.45.1";
8
8
  const sanitiseSentryEvents = (data, _hint) => {
9
9
  // Remove URL as it has UGC
10
10
  // 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 = "110.44.3";
17
+ const packageVersion = "110.45.1";
18
18
  const halfFocusRing = 1;
19
19
  const dropOffset = '0, 8';
20
20
  const fadeIn = keyframes({
@@ -165,6 +165,11 @@ export var syncBlockMessages = defineMessages({
165
165
  defaultMessage: 'Synced block not found.',
166
166
  description: 'Alt text for icon on error state where the synced block cannot be found or no longer exists'
167
167
  },
168
+ notFoundDescription: {
169
+ id: 'fabric.editor.syncedBlockNotFoundDescription.non-final',
170
+ defaultMessage: 'We’re unable to display this content as its source has been deleted or archived.',
171
+ description: 'Description for error state where the synced block cannot be found'
172
+ },
168
173
  retryButton: {
169
174
  id: 'fabric.editor.retrySyncedBlock',
170
175
  defaultMessage: 'Try again',
@@ -10,7 +10,7 @@ import { isFedRamp } from './environment';
10
10
  import { normaliseSentryBreadcrumbs, SERIALIZABLE_ATTRIBUTES } from './normalise-sentry-breadcrumbs';
11
11
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
12
12
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
13
- var packageVersion = "110.44.3";
13
+ var packageVersion = "110.45.1";
14
14
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
15
15
  // Remove URL as it has UGC
16
16
  // 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 = "110.44.3";
24
+ var packageVersion = "110.45.1";
25
25
  var halfFocusRing = 1;
26
26
  var dropOffset = '0, 8';
27
27
  var fadeIn = keyframes({
@@ -164,6 +164,11 @@ export declare const syncBlockMessages: {
164
164
  defaultMessage: string;
165
165
  description: string;
166
166
  };
167
+ notFoundDescription: {
168
+ id: string;
169
+ defaultMessage: string;
170
+ description: string;
171
+ };
167
172
  retryButton: {
168
173
  id: string;
169
174
  defaultMessage: string;
@@ -164,6 +164,11 @@ export declare const syncBlockMessages: {
164
164
  defaultMessage: string;
165
165
  description: string;
166
166
  };
167
+ notFoundDescription: {
168
+ id: string;
169
+ defaultMessage: string;
170
+ description: string;
171
+ };
167
172
  retryButton: {
168
173
  id: string;
169
174
  defaultMessage: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "110.45.0",
3
+ "version": "110.46.0",
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/"
@@ -50,7 +50,7 @@
50
50
  "@atlaskit/editor-toolbar": "^0.18.0",
51
51
  "@atlaskit/editor-toolbar-model": "^0.2.0",
52
52
  "@atlaskit/emoji": "^69.9.0",
53
- "@atlaskit/icon": "^29.2.0",
53
+ "@atlaskit/icon": "^29.3.0",
54
54
  "@atlaskit/icon-object": "^7.4.0",
55
55
  "@atlaskit/link": "^3.2.0",
56
56
  "@atlaskit/link-datasource": "^4.30.0",
@@ -70,7 +70,7 @@
70
70
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
71
71
  "@atlaskit/popper": "^7.1.0",
72
72
  "@atlaskit/primitives": "^16.4.0",
73
- "@atlaskit/profilecard": "^24.25.0",
73
+ "@atlaskit/profilecard": "^24.26.0",
74
74
  "@atlaskit/prosemirror-history": "^0.2.0",
75
75
  "@atlaskit/react-ufo": "^4.16.0",
76
76
  "@atlaskit/section-message": "^8.11.0",
@@ -81,7 +81,7 @@
81
81
  "@atlaskit/task-decision": "^19.2.0",
82
82
  "@atlaskit/textfield": "^8.2.0",
83
83
  "@atlaskit/theme": "^21.0.0",
84
- "@atlaskit/tmp-editor-statsig": "^15.12.0",
84
+ "@atlaskit/tmp-editor-statsig": "^15.13.0",
85
85
  "@atlaskit/tokens": "^8.6.0",
86
86
  "@atlaskit/tooltip": "^20.11.0",
87
87
  "@atlaskit/width-detector": "^5.0.0",