@atlaskit/editor-synced-block-renderer 5.2.1 → 5.3.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,16 @@
1
1
  # @atlaskit/editor-synced-block-renderer
2
2
 
3
+ ## 5.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`4490bcc4595c4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4490bcc4595c4) -
8
+ Render some smart links loading states in SSR to match Editor's renderer
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 5.2.1
4
15
 
5
16
  ### Patch Changes
@@ -70,7 +70,9 @@ var defaultOptions = {
70
70
  mediaInline: true
71
71
  }
72
72
  },
73
- smartLinks: undefined
73
+ smartLinks: {
74
+ ssr: true
75
+ }
74
76
  };
75
77
  var AKRendererWrapper = exports.AKRendererWrapper = /*#__PURE__*/(0, _react.memo)(function (_ref3) {
76
78
  var doc = _ref3.doc,
@@ -54,7 +54,9 @@ const defaultOptions = {
54
54
  mediaInline: true
55
55
  }
56
56
  },
57
- smartLinks: undefined
57
+ smartLinks: {
58
+ ssr: true
59
+ }
58
60
  };
59
61
  export const AKRendererWrapper = /*#__PURE__*/memo(({
60
62
  doc,
@@ -61,7 +61,9 @@ var defaultOptions = {
61
61
  mediaInline: true
62
62
  }
63
63
  },
64
- smartLinks: undefined
64
+ smartLinks: {
65
+ ssr: true
66
+ }
65
67
  };
66
68
  export var AKRendererWrapper = /*#__PURE__*/memo(function (_ref3) {
67
69
  var doc = _ref3.doc,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-synced-block-renderer",
3
- "version": "5.2.1",
3
+ "version": "5.3.0",
4
4
  "description": "SyncedBlockRenderer for @atlaskit/editor-plugin-synced-block",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,13 +31,13 @@
31
31
  "@atlaskit/button": "^23.9.0",
32
32
  "@atlaskit/css": "^0.19.0",
33
33
  "@atlaskit/editor-plugin-synced-block": "^5.1.0",
34
- "@atlaskit/editor-synced-block-provider": "^3.6.0",
34
+ "@atlaskit/editor-synced-block-provider": "^3.7.0",
35
35
  "@atlaskit/heading": "^5.2.0",
36
36
  "@atlaskit/icon": "^29.4.0",
37
37
  "@atlaskit/icon-lab": "^5.14.0",
38
38
  "@atlaskit/image": "^3.0.0",
39
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
40
- "@atlaskit/primitives": "^17.0.0",
40
+ "@atlaskit/primitives": "^17.1.0",
41
41
  "@atlaskit/renderer": "^125.4.0",
42
42
  "@atlaskit/spinner": "^19.0.0",
43
43
  "@atlaskit/tokens": "^9.1.0",