@atlaskit/renderer 124.11.0 → 124.12.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/renderer
|
|
2
2
|
|
|
3
|
+
## 124.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`f79abec64be13`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f79abec64be13) -
|
|
8
|
+
[EDITOR-2624] Add max width mode for ultra wide monitors to the Editor and Renderer
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 124.11.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type RendererAppearance = 'comment' | 'full-page' | 'full-width' | undefined;
|
|
1
|
+
export type RendererAppearance = 'comment' | 'full-page' | 'full-width' | 'max' | undefined;
|
|
2
2
|
export type RendererContentMode = 'standard' | 'dense' | 'compact' | undefined;
|
|
3
3
|
/**
|
|
4
4
|
* DO NOT USE THESE OPTIONS
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type RendererAppearance = 'comment' | 'full-page' | 'full-width' | undefined;
|
|
1
|
+
export type RendererAppearance = 'comment' | 'full-page' | 'full-width' | 'max' | undefined;
|
|
2
2
|
export type RendererContentMode = 'standard' | 'dense' | 'compact' | undefined;
|
|
3
3
|
/**
|
|
4
4
|
* DO NOT USE THESE OPTIONS
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/renderer",
|
|
3
|
-
"version": "124.
|
|
3
|
+
"version": "124.12.0",
|
|
4
4
|
"description": "Renderer component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@atlaskit/adf-schema": "^51.3.2",
|
|
27
|
-
"@atlaskit/adf-utils": "^19.
|
|
27
|
+
"@atlaskit/adf-utils": "^19.26.0",
|
|
28
28
|
"@atlaskit/afm-i18n-platform-editor-renderer": "2.7.0",
|
|
29
29
|
"@atlaskit/analytics-listeners": "^9.1.0",
|
|
30
30
|
"@atlaskit/analytics-namespaced-context": "^7.1.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@atlaskit/editor-json-transformer": "^8.31.0",
|
|
36
36
|
"@atlaskit/editor-palette": "^2.1.0",
|
|
37
37
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
38
|
-
"@atlaskit/editor-shared-styles": "^3.
|
|
38
|
+
"@atlaskit/editor-shared-styles": "^3.9.0",
|
|
39
39
|
"@atlaskit/editor-tables": "^2.9.0",
|
|
40
40
|
"@atlaskit/emoji": "^69.7.0",
|
|
41
41
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@atlaskit/status": "^3.0.0",
|
|
59
59
|
"@atlaskit/task-decision": "^19.2.0",
|
|
60
60
|
"@atlaskit/theme": "^21.0.0",
|
|
61
|
-
"@atlaskit/tmp-editor-statsig": "^13.
|
|
61
|
+
"@atlaskit/tmp-editor-statsig": "^13.35.0",
|
|
62
62
|
"@atlaskit/tokens": "^8.0.0",
|
|
63
63
|
"@atlaskit/tooltip": "^20.8.0",
|
|
64
64
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"uuid": "^3.1.0"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
|
-
"@atlaskit/editor-common": "^110.
|
|
75
|
+
"@atlaskit/editor-common": "^110.26.0",
|
|
76
76
|
"@atlaskit/link-provider": "^4.0.0",
|
|
77
77
|
"@atlaskit/media-core": "^37.0.0",
|
|
78
78
|
"react": "^18.2.0",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"@atlaskit/mention": "^24.4.0",
|
|
93
93
|
"@atlaskit/modal-dialog": "^14.6.0",
|
|
94
94
|
"@atlaskit/navigation-next": "patch:@atlaskit/navigation-next@npm%3A9.0.17#~/.yarn/patches/@atlaskit-navigation-next-npm-9.0.17-958ca0ab9d.patch",
|
|
95
|
-
"@atlaskit/profilecard": "^24.
|
|
95
|
+
"@atlaskit/profilecard": "^24.21.0",
|
|
96
96
|
"@atlaskit/util-data-test": "^18.3.0",
|
|
97
97
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
98
98
|
"@testing-library/react": "^13.4.0",
|