@atlaskit/editor-synced-block-renderer 8.1.0 → 8.1.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-synced-block-renderer
2
2
 
3
+ ## 8.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9e45c7ac76c9a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9e45c7ac76c9a) -
8
+ Enrol editor core packages into the React Compiler with platform gating via
9
+ isReactCompilerActivePlatform
10
+ - Updated dependencies
11
+
3
12
  ## 8.1.0
4
13
 
5
14
  ### Minor Changes
@@ -9,7 +9,7 @@ exports.SyncedBlockEntityNotFoundError = void 0;
9
9
  require("./SyncedBlockEntityNotFoundError.compiled.css");
10
10
  var _runtime = require("@compiled/react/runtime");
11
11
  var _react = _interopRequireDefault(require("react"));
12
- var _reactIntlNext = require("react-intl-next");
12
+ var _reactIntl = require("react-intl");
13
13
  var _messages = require("@atlaskit/editor-common/messages");
14
14
  var _syncBlock = require("@atlaskit/editor-common/sync-block");
15
15
  var _linkBroken = _interopRequireDefault(require("@atlaskit/icon/core/link-broken"));
@@ -19,7 +19,7 @@ var styles = {
19
19
  link: "_4bfu1r31 _1hmsglyw _ajmmnqa1"
20
20
  };
21
21
  var SyncedBlockEntityNotFoundError = exports.SyncedBlockEntityNotFoundError = function SyncedBlockEntityNotFoundError() {
22
- var _useIntl = (0, _reactIntlNext.useIntl)(),
22
+ var _useIntl = (0, _reactIntl.useIntl)(),
23
23
  formatMessage = _useIntl.formatMessage;
24
24
  var description = formatMessage(_messages.syncBlockMessages.entityNotFoundDescription, {
25
25
  link: function link(chunks) {
@@ -2,7 +2,7 @@
2
2
  import "./SyncedBlockEntityNotFoundError.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React from 'react';
5
- import { useIntl } from 'react-intl-next';
5
+ import { useIntl } from 'react-intl';
6
6
  import { syncBlockMessages as messages } from '@atlaskit/editor-common/messages';
7
7
  import { SYNCED_BLOCKS_DOCUMENTATION_URL } from '@atlaskit/editor-common/sync-block';
8
8
  import LinkBrokenIcon from '@atlaskit/icon/core/link-broken';
@@ -2,7 +2,7 @@
2
2
  import "./SyncedBlockEntityNotFoundError.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React from 'react';
5
- import { useIntl } from 'react-intl-next';
5
+ import { useIntl } from 'react-intl';
6
6
  import { syncBlockMessages as messages } from '@atlaskit/editor-common/messages';
7
7
  import { SYNCED_BLOCKS_DOCUMENTATION_URL } from '@atlaskit/editor-common/sync-block';
8
8
  import LinkBrokenIcon from '@atlaskit/icon/core/link-broken';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-synced-block-renderer",
3
- "version": "8.1.0",
3
+ "version": "8.1.1",
4
4
  "description": "SyncedBlockRenderer for @atlaskit/editor-plugin-synced-block",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -8,6 +8,13 @@
8
8
  "registry": "https://registry.npmjs.org/"
9
9
  },
10
10
  "atlassian": {
11
+ "react-compiler": {
12
+ "enabled": true,
13
+ "gating": {
14
+ "source": "@atlassian/react-compiler-gating",
15
+ "importSpecifierName": "isReactCompilerActivePlatform"
16
+ }
17
+ },
11
18
  "team": "Editor: Jenga",
12
19
  "releaseModel": "continuous",
13
20
  "singleton": true
@@ -38,7 +45,7 @@
38
45
  "@atlaskit/image": "^3.0.0",
39
46
  "@atlaskit/platform-feature-flags": "^1.1.0",
40
47
  "@atlaskit/primitives": "^19.0.0",
41
- "@atlaskit/renderer": "^130.0.0",
48
+ "@atlaskit/renderer": "^130.2.0",
42
49
  "@atlaskit/spinner": "^19.1.0",
43
50
  "@atlaskit/tokens": "^13.0.0",
44
51
  "@atlaskit/tooltip": "^21.1.0",
@@ -48,11 +55,12 @@
48
55
  "relay-runtime": "npm:atl-relay-runtime@0.0.0-main-39e79f66"
49
56
  },
50
57
  "peerDependencies": {
51
- "@atlaskit/editor-common": "^114.1.0",
58
+ "@atlaskit/editor-common": "^114.3.0",
52
59
  "react": "^18.2.0",
53
60
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
54
61
  },
55
62
  "devDependencies": {
63
+ "@atlassian/react-compiler-gating": "workspace:^",
56
64
  "react-intl": "^6.6.2",
57
65
  "typescript": "5.9.2"
58
66
  },