@atlaskit/editor-core 211.2.5 → 211.2.7
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,19 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 211.2.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`b16ba98653a42`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b16ba98653a42) -
|
|
8
|
+
[ux] When Live page is rendered in preview panels using Embedded Confluence, this chnages the
|
|
9
|
+
header toolbar fixed width from 254px to `fit-content`
|
|
10
|
+
|
|
11
|
+
## 211.2.6
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 211.2.5
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "
|
|
2
|
+
export const version = "211.2.6";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "
|
|
2
|
+
export var version = "211.2.6";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "211.2.
|
|
3
|
+
"version": "211.2.7",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
45
45
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
46
46
|
"@atlaskit/button": "^23.4.0",
|
|
47
|
-
"@atlaskit/css": "^0.
|
|
47
|
+
"@atlaskit/css": "^0.14.0",
|
|
48
48
|
"@atlaskit/editor-json-transformer": "^8.27.0",
|
|
49
49
|
"@atlaskit/editor-performance-metrics": "^2.1.0",
|
|
50
50
|
"@atlaskit/editor-plugin-quick-insert": "^4.0.0",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"@atlaskit/platform-feature-flags-react": "^0.3.0",
|
|
64
64
|
"@atlaskit/react-ufo": "^4.5.0",
|
|
65
65
|
"@atlaskit/task-decision": "^19.2.0",
|
|
66
|
-
"@atlaskit/tmp-editor-statsig": "^12.
|
|
67
|
-
"@atlaskit/tokens": "^6.
|
|
66
|
+
"@atlaskit/tmp-editor-statsig": "^12.6.0",
|
|
67
|
+
"@atlaskit/tokens": "^6.3.0",
|
|
68
68
|
"@atlaskit/tooltip": "^20.4.0",
|
|
69
69
|
"@atlaskit/width-detector": "^5.0.0",
|
|
70
70
|
"@babel/runtime": "^7.0.0",
|
|
@@ -103,8 +103,8 @@
|
|
|
103
103
|
"@atlaskit/media-integration-test-helpers": "workspace:^",
|
|
104
104
|
"@atlaskit/media-test-helpers": "^39.0.0",
|
|
105
105
|
"@atlaskit/modal-dialog": "^14.3.0",
|
|
106
|
-
"@atlaskit/primitives": "^14.
|
|
107
|
-
"@atlaskit/renderer": "^121.
|
|
106
|
+
"@atlaskit/primitives": "^14.14.0",
|
|
107
|
+
"@atlaskit/renderer": "^121.3.0",
|
|
108
108
|
"@atlaskit/section-message": "^8.7.0",
|
|
109
109
|
"@atlaskit/smart-card": "^40.20.0",
|
|
110
110
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|