@atlaskit/editor-common 114.6.0 → 114.6.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,15 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 114.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`2b9e7ab19dd7b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2b9e7ab19dd7b) -
8
+ Update the "Always show title" action label in the native embeds More menu to "Show embed title"
9
+ to make it clearer that the toggle controls the embed's title visibility (not the page title).
10
+ Content fix surfaced by content design.
11
+ - Updated dependencies
12
+
3
13
  ## 114.6.0
4
14
 
5
15
  ### Minor Changes
@@ -8,7 +8,7 @@ var _reactIntl = require("react-intl");
8
8
  var nativeEmbedToolbarMessages = exports.nativeEmbedToolbarMessages = (0, _reactIntl.defineMessages)({
9
9
  alwaysShowTitle: {
10
10
  id: 'fabric.editor.alwaysShowTitle.non-final',
11
- defaultMessage: 'Always show title',
11
+ defaultMessage: 'Show embed title',
12
12
  description: 'Label for the toggle to enable or disable the behaviour of always showing the title of the embed.'
13
13
  },
14
14
  refresh: {
@@ -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 = "114.5.1";
22
+ var packageVersion = "0.0.0-development";
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 = "114.5.1";
27
+ var packageVersion = "0.0.0-development";
28
28
  var halfFocusRing = 1;
29
29
  var dropOffset = '0, 8';
30
30
  var fadeIn = (0, _react2.keyframes)({
@@ -2,7 +2,7 @@ import { defineMessages } from 'react-intl';
2
2
  export const nativeEmbedToolbarMessages = defineMessages({
3
3
  alwaysShowTitle: {
4
4
  id: 'fabric.editor.alwaysShowTitle.non-final',
5
- defaultMessage: 'Always show title',
5
+ defaultMessage: 'Show embed title',
6
6
  description: 'Label for the toggle to enable or disable the behaviour of always showing the title of the embed.'
7
7
  },
8
8
  refresh: {
@@ -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 = "114.5.1";
7
+ const packageVersion = "0.0.0-development";
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 = "114.5.1";
17
+ const packageVersion = "0.0.0-development";
18
18
  const halfFocusRing = 1;
19
19
  const dropOffset = '0, 8';
20
20
  const fadeIn = keyframes({
@@ -2,7 +2,7 @@ import { defineMessages } from 'react-intl';
2
2
  export var nativeEmbedToolbarMessages = defineMessages({
3
3
  alwaysShowTitle: {
4
4
  id: 'fabric.editor.alwaysShowTitle.non-final',
5
- defaultMessage: 'Always show title',
5
+ defaultMessage: 'Show embed title',
6
6
  description: 'Label for the toggle to enable or disable the behaviour of always showing the title of the embed.'
7
7
  },
8
8
  refresh: {
@@ -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 = "114.5.1";
13
+ var packageVersion = "0.0.0-development";
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 = "114.5.1";
24
+ var packageVersion = "0.0.0-development";
25
25
  var halfFocusRing = 1;
26
26
  var dropOffset = '0, 8';
27
27
  var fadeIn = keyframes({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "114.6.0",
3
+ "version": "114.6.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/"
@@ -61,7 +61,7 @@
61
61
  "@atlaskit/icon": "^34.2.0",
62
62
  "@atlaskit/icon-object": "^7.5.0",
63
63
  "@atlaskit/link": "^3.4.0",
64
- "@atlaskit/link-datasource": "^5.1.0",
64
+ "@atlaskit/link-datasource": "^5.2.0",
65
65
  "@atlaskit/link-picker": "^5.1.0",
66
66
  "@atlaskit/media-card": "^80.1.0",
67
67
  "@atlaskit/media-client": "^36.0.0",
@@ -86,7 +86,7 @@
86
86
  "@atlaskit/spinner": "^19.1.0",
87
87
  "@atlaskit/task-decision": "^20.0.0",
88
88
  "@atlaskit/textfield": "^8.3.0",
89
- "@atlaskit/tmp-editor-statsig": "^64.0.0",
89
+ "@atlaskit/tmp-editor-statsig": "^64.1.0",
90
90
  "@atlaskit/tokens": "^13.0.0",
91
91
  "@atlaskit/tooltip": "^21.1.0",
92
92
  "@atlaskit/width-detector": "^5.1.0",