@atlaskit/renderer 133.6.1 → 133.7.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,23 @@
|
|
|
1
1
|
# @atlaskit/renderer
|
|
2
2
|
|
|
3
|
+
## 133.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
|
|
8
|
+
Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
|
|
9
|
+
reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
|
|
10
|
+
|
|
11
|
+
The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
|
|
12
|
+
bumped the renamed package itself, so dependent packages were never republished and their
|
|
13
|
+
published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
|
|
14
|
+
available in the public npm registry. This minor bump republishes all affected packages with the
|
|
15
|
+
corrected dependency.
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 133.6.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -72,7 +72,7 @@ var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
|
72
72
|
var TABLE_INFO_TIMEOUT = 10000;
|
|
73
73
|
var RENDER_EVENT_SAMPLE_RATE = 0.2;
|
|
74
74
|
var packageName = "@atlaskit/renderer";
|
|
75
|
-
var packageVersion = "133.6.
|
|
75
|
+
var packageVersion = "133.6.1";
|
|
76
76
|
var setAsQueryContainerStyles = (0, _react2.css)({
|
|
77
77
|
containerName: 'ak-renderer-wrapper',
|
|
78
78
|
containerType: 'inline-size'
|
|
@@ -58,7 +58,7 @@ export const DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
|
58
58
|
const TABLE_INFO_TIMEOUT = 10000;
|
|
59
59
|
const RENDER_EVENT_SAMPLE_RATE = 0.2;
|
|
60
60
|
const packageName = "@atlaskit/renderer";
|
|
61
|
-
const packageVersion = "133.6.
|
|
61
|
+
const packageVersion = "133.6.1";
|
|
62
62
|
const setAsQueryContainerStyles = css({
|
|
63
63
|
containerName: 'ak-renderer-wrapper',
|
|
64
64
|
containerType: 'inline-size'
|
|
@@ -63,7 +63,7 @@ export var DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
|
63
63
|
var TABLE_INFO_TIMEOUT = 10000;
|
|
64
64
|
var RENDER_EVENT_SAMPLE_RATE = 0.2;
|
|
65
65
|
var packageName = "@atlaskit/renderer";
|
|
66
|
-
var packageVersion = "133.6.
|
|
66
|
+
var packageVersion = "133.6.1";
|
|
67
67
|
var setAsQueryContainerStyles = css({
|
|
68
68
|
containerName: 'ak-renderer-wrapper',
|
|
69
69
|
containerType: 'inline-size'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/renderer",
|
|
3
|
-
"version": "133.
|
|
3
|
+
"version": "133.7.0",
|
|
4
4
|
"description": "Renderer component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -33,44 +33,44 @@
|
|
|
33
33
|
"@atlaskit/adf-schema": "^56.0.0",
|
|
34
34
|
"@atlaskit/adf-utils": "^20.0.0",
|
|
35
35
|
"@atlaskit/afm-i18n-platform-editor-renderer": "2.168.0",
|
|
36
|
-
"@atlaskit/analytics-listeners": "^11.
|
|
37
|
-
"@atlaskit/analytics-namespaced-context": "^8.
|
|
38
|
-
"@atlaskit/analytics-next": "^12.
|
|
39
|
-
"@atlaskit/browser-apis": "^1.
|
|
40
|
-
"@atlaskit/button": "^24.
|
|
41
|
-
"@atlaskit/code": "^18.
|
|
36
|
+
"@atlaskit/analytics-listeners": "^11.1.0",
|
|
37
|
+
"@atlaskit/analytics-namespaced-context": "^8.1.0",
|
|
38
|
+
"@atlaskit/analytics-next": "^12.1.0",
|
|
39
|
+
"@atlaskit/browser-apis": "^1.1.0",
|
|
40
|
+
"@atlaskit/button": "^24.2.0",
|
|
41
|
+
"@atlaskit/code": "^18.2.0",
|
|
42
42
|
"@atlaskit/editor-json-transformer": "^9.0.0",
|
|
43
43
|
"@atlaskit/editor-palette": "^3.1.0",
|
|
44
44
|
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
45
45
|
"@atlaskit/editor-shared-styles": "^4.0.0",
|
|
46
|
-
"@atlaskit/editor-smart-link-draggable": "^1.
|
|
46
|
+
"@atlaskit/editor-smart-link-draggable": "^1.1.0",
|
|
47
47
|
"@atlaskit/emoji": "^71.6.0",
|
|
48
48
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
49
|
-
"@atlaskit/icon": "^36.
|
|
50
|
-
"@atlaskit/link": "^4.
|
|
51
|
-
"@atlaskit/link-datasource": "^6.
|
|
52
|
-
"@atlaskit/link-extractors": "^3.
|
|
49
|
+
"@atlaskit/icon": "^36.1.0",
|
|
50
|
+
"@atlaskit/link": "^4.1.0",
|
|
51
|
+
"@atlaskit/link-datasource": "^6.1.0",
|
|
52
|
+
"@atlaskit/link-extractors": "^3.2.0",
|
|
53
53
|
"@atlaskit/linking-common": "^11.0.0",
|
|
54
|
-
"@atlaskit/media-card": "^81.
|
|
54
|
+
"@atlaskit/media-card": "^81.2.0",
|
|
55
55
|
"@atlaskit/media-client": "^37.1.0",
|
|
56
|
-
"@atlaskit/media-client-react": "^6.
|
|
57
|
-
"@atlaskit/media-common": "^14.
|
|
58
|
-
"@atlaskit/media-filmstrip": "^52.
|
|
59
|
-
"@atlaskit/media-ui": "^30.
|
|
60
|
-
"@atlaskit/media-viewer": "^54.
|
|
56
|
+
"@atlaskit/media-client-react": "^6.1.0",
|
|
57
|
+
"@atlaskit/media-common": "^14.2.0",
|
|
58
|
+
"@atlaskit/media-filmstrip": "^52.2.0",
|
|
59
|
+
"@atlaskit/media-ui": "^30.5.0",
|
|
60
|
+
"@atlaskit/media-viewer": "^54.3.0",
|
|
61
61
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
62
|
-
"@atlaskit/platform-feature-flags-react": "^1.
|
|
62
|
+
"@atlaskit/platform-feature-flags-react": "^1.1.0",
|
|
63
63
|
"@atlaskit/pragmatic-drag-and-drop": "^2.0.0",
|
|
64
64
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
65
|
-
"@atlaskit/react-ufo": "^7.
|
|
66
|
-
"@atlaskit/smart-card": "^45.
|
|
67
|
-
"@atlaskit/status": "^5.
|
|
68
|
-
"@atlaskit/task-decision": "^21.
|
|
69
|
-
"@atlaskit/theme": "^26.
|
|
65
|
+
"@atlaskit/react-ufo": "^7.3.0",
|
|
66
|
+
"@atlaskit/smart-card": "^45.5.0",
|
|
67
|
+
"@atlaskit/status": "^5.4.0",
|
|
68
|
+
"@atlaskit/task-decision": "^21.4.0",
|
|
69
|
+
"@atlaskit/theme": "^26.1.0",
|
|
70
70
|
"@atlaskit/tmp-editor-statsig": "^114.0.0",
|
|
71
|
-
"@atlaskit/tokens": "^15.
|
|
72
|
-
"@atlaskit/tooltip": "^23.
|
|
73
|
-
"@atlaskit/visually-hidden": "^4.
|
|
71
|
+
"@atlaskit/tokens": "^15.1.0",
|
|
72
|
+
"@atlaskit/tooltip": "^23.1.0",
|
|
73
|
+
"@atlaskit/visually-hidden": "^4.1.0",
|
|
74
74
|
"@babel/runtime": "^7.0.0",
|
|
75
75
|
"@compiled/react": "^0.20.0",
|
|
76
76
|
"@emotion/react": "^11.7.1",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"uuid": "^3.1.0"
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|
|
85
|
-
"@atlaskit/editor-common": "^116.
|
|
86
|
-
"@atlaskit/link-provider": "^5.
|
|
85
|
+
"@atlaskit/editor-common": "^116.15.0",
|
|
86
|
+
"@atlaskit/link-provider": "^5.1.0",
|
|
87
87
|
"@atlaskit/media-core": "^38.0.0",
|
|
88
88
|
"react": "^18.2.0",
|
|
89
89
|
"react-dom": "^18.2.0",
|
|
@@ -93,24 +93,24 @@
|
|
|
93
93
|
"@af/integration-testing": "workspace:^",
|
|
94
94
|
"@af/visual-regression": "workspace:^",
|
|
95
95
|
"@atlaskit/analytics-gas-types": "^6.0.0",
|
|
96
|
-
"@atlaskit/checkbox": "^18.
|
|
96
|
+
"@atlaskit/checkbox": "^18.1.0",
|
|
97
97
|
"@atlaskit/editor-card-provider": "^7.0.0",
|
|
98
|
-
"@atlaskit/link-provider": "^5.
|
|
98
|
+
"@atlaskit/link-provider": "^5.1.0",
|
|
99
99
|
"@atlaskit/link-test-helpers": "^11.0.0",
|
|
100
100
|
"@atlaskit/media-core": "^38.0.0",
|
|
101
101
|
"@atlaskit/media-integration-test-helpers": "workspace:^",
|
|
102
|
-
"@atlaskit/media-test-helpers": "^42.
|
|
103
|
-
"@atlaskit/mention": "^27.
|
|
104
|
-
"@atlaskit/modal-dialog": "^16.
|
|
105
|
-
"@atlaskit/navigation-system": "^10.
|
|
106
|
-
"@atlaskit/profilecard": "^26.
|
|
107
|
-
"@atlaskit/side-nav-items": "^2.
|
|
108
|
-
"@atlaskit/util-data-test": "^19.
|
|
102
|
+
"@atlaskit/media-test-helpers": "^42.1.0",
|
|
103
|
+
"@atlaskit/mention": "^27.5.0",
|
|
104
|
+
"@atlaskit/modal-dialog": "^16.1.0",
|
|
105
|
+
"@atlaskit/navigation-system": "^10.1.0",
|
|
106
|
+
"@atlaskit/profilecard": "^26.4.0",
|
|
107
|
+
"@atlaskit/side-nav-items": "^2.2.0",
|
|
108
|
+
"@atlaskit/util-data-test": "^19.1.0",
|
|
109
109
|
"@atlassian/a11y-jest-testing": "^0.13.0",
|
|
110
110
|
"@atlassian/a11y-playwright-testing": "^0.10.0",
|
|
111
111
|
"@atlassian/feature-flags-test-utils": "^1.1.0",
|
|
112
112
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
113
|
-
"@atlassian/testing-library": "^0.
|
|
113
|
+
"@atlassian/testing-library": "^0.7.0",
|
|
114
114
|
"@testing-library/react": "^16.3.0",
|
|
115
115
|
"@testing-library/user-event": "^14.4.3",
|
|
116
116
|
"@types/react-loadable": "^5.4.1",
|