@atlaskit/tmp-editor-statsig 196.0.0 → 198.0.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,31 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 198.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`9f67d7a39831c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9f67d7a39831c) -
|
|
8
|
+
Clean up experiment `editor_a11y__primary-toolbar-aria-label_fy27`
|
|
9
|
+
|
|
10
|
+
## 197.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`cd25a56e957e5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd25a56e957e5) -
|
|
15
|
+
Clean up experiment `cc-maui-overlay-by-localid`. The enabled behaviour is now permanent: the
|
|
16
|
+
inline-Rovo streaming target for a media node is always the node's `localId`, so the AI-generating
|
|
17
|
+
overlay only lights up the node the user acted on instead of every copy/pasted duplicate sharing
|
|
18
|
+
the same media file id.
|
|
19
|
+
|
|
20
|
+
`@atlaskit/tmp-editor-statsig` removes the `cc-maui-overlay-by-localid` key from
|
|
21
|
+
`editorExperimentsConfig`, so reading it via `expValEquals`/`expValEqualsNoExposure` is now a type
|
|
22
|
+
error - remove those call sites.
|
|
23
|
+
|
|
24
|
+
`@atlassian/editor-rovo-bridge` removes `onPrepareImageUpdate` and `onClearAIGenerating` from the
|
|
25
|
+
`PassThroughCommandProps` type. The ACTION_PREPARE overlay path they drove is dead now that the
|
|
26
|
+
overlay is keyed on `localId`, and the payload only ever carried a media file id. Consumers
|
|
27
|
+
passing either callback should drop it; no replacement is needed.
|
|
28
|
+
|
|
3
29
|
## 196.0.0
|
|
4
30
|
|
|
5
31
|
### Major Changes
|
|
@@ -93,15 +93,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
93
93
|
param: 'isEnabled',
|
|
94
94
|
defaultValue: false
|
|
95
95
|
}),
|
|
96
|
-
// Added 2026-07-20
|
|
97
|
-
'editor_a11y__primary-toolbar-aria-label_fy27': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
98
|
-
productKeys: {
|
|
99
|
-
confluence: 'editor_a11y__primary-toolbar-aria-label_fy27',
|
|
100
|
-
jira: 'editor_a11y__primary-toolbar-aria-label_fy27'
|
|
101
|
-
},
|
|
102
|
-
param: 'isEnabled',
|
|
103
|
-
defaultValue: false
|
|
104
|
-
}),
|
|
105
96
|
// Added 2026-07-21
|
|
106
97
|
'editor_a11y__toolbar-item-aria-described-by_fy27': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
107
98
|
productKeys: {
|
|
@@ -880,14 +871,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
880
871
|
param: 'isEnabled',
|
|
881
872
|
defaultValue: false
|
|
882
873
|
}),
|
|
883
|
-
// Added 2026-07-07
|
|
884
|
-
'cc-maui-overlay-by-localid': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
885
|
-
productKeys: {
|
|
886
|
-
confluence: 'cc-maui-overlay-by-localid'
|
|
887
|
-
},
|
|
888
|
-
param: 'isEnabled',
|
|
889
|
-
defaultValue: false
|
|
890
|
-
}),
|
|
891
874
|
// Added 2026-07-29
|
|
892
875
|
cc_maui_polish_changes_batch_4: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
893
876
|
productKeys: {
|
|
@@ -87,15 +87,6 @@ export const editorExperimentsConfig = {
|
|
|
87
87
|
param: 'isEnabled',
|
|
88
88
|
defaultValue: false
|
|
89
89
|
}),
|
|
90
|
-
// Added 2026-07-20
|
|
91
|
-
'editor_a11y__primary-toolbar-aria-label_fy27': createBooleanExperiment({
|
|
92
|
-
productKeys: {
|
|
93
|
-
confluence: 'editor_a11y__primary-toolbar-aria-label_fy27',
|
|
94
|
-
jira: 'editor_a11y__primary-toolbar-aria-label_fy27'
|
|
95
|
-
},
|
|
96
|
-
param: 'isEnabled',
|
|
97
|
-
defaultValue: false
|
|
98
|
-
}),
|
|
99
90
|
// Added 2026-07-21
|
|
100
91
|
'editor_a11y__toolbar-item-aria-described-by_fy27': createBooleanExperiment({
|
|
101
92
|
productKeys: {
|
|
@@ -874,14 +865,6 @@ export const editorExperimentsConfig = {
|
|
|
874
865
|
param: 'isEnabled',
|
|
875
866
|
defaultValue: false
|
|
876
867
|
}),
|
|
877
|
-
// Added 2026-07-07
|
|
878
|
-
'cc-maui-overlay-by-localid': createBooleanExperiment({
|
|
879
|
-
productKeys: {
|
|
880
|
-
confluence: 'cc-maui-overlay-by-localid'
|
|
881
|
-
},
|
|
882
|
-
param: 'isEnabled',
|
|
883
|
-
defaultValue: false
|
|
884
|
-
}),
|
|
885
868
|
// Added 2026-07-29
|
|
886
869
|
cc_maui_polish_changes_batch_4: createBooleanExperiment({
|
|
887
870
|
productKeys: {
|
|
@@ -87,15 +87,6 @@ export var editorExperimentsConfig = {
|
|
|
87
87
|
param: 'isEnabled',
|
|
88
88
|
defaultValue: false
|
|
89
89
|
}),
|
|
90
|
-
// Added 2026-07-20
|
|
91
|
-
'editor_a11y__primary-toolbar-aria-label_fy27': createBooleanExperiment({
|
|
92
|
-
productKeys: {
|
|
93
|
-
confluence: 'editor_a11y__primary-toolbar-aria-label_fy27',
|
|
94
|
-
jira: 'editor_a11y__primary-toolbar-aria-label_fy27'
|
|
95
|
-
},
|
|
96
|
-
param: 'isEnabled',
|
|
97
|
-
defaultValue: false
|
|
98
|
-
}),
|
|
99
90
|
// Added 2026-07-21
|
|
100
91
|
'editor_a11y__toolbar-item-aria-described-by_fy27': createBooleanExperiment({
|
|
101
92
|
productKeys: {
|
|
@@ -874,14 +865,6 @@ export var editorExperimentsConfig = {
|
|
|
874
865
|
param: 'isEnabled',
|
|
875
866
|
defaultValue: false
|
|
876
867
|
}),
|
|
877
|
-
// Added 2026-07-07
|
|
878
|
-
'cc-maui-overlay-by-localid': createBooleanExperiment({
|
|
879
|
-
productKeys: {
|
|
880
|
-
confluence: 'cc-maui-overlay-by-localid'
|
|
881
|
-
},
|
|
882
|
-
param: 'isEnabled',
|
|
883
|
-
defaultValue: false
|
|
884
|
-
}),
|
|
885
868
|
// Added 2026-07-29
|
|
886
869
|
cc_maui_polish_changes_batch_4: createBooleanExperiment({
|
|
887
870
|
productKeys: {
|
|
@@ -113,12 +113,6 @@ export declare const editorExperimentsConfig: {
|
|
|
113
113
|
productKeys?: ProductKeys;
|
|
114
114
|
typeGuard: IsBooleanType;
|
|
115
115
|
};
|
|
116
|
-
'editor_a11y__primary-toolbar-aria-label_fy27': {
|
|
117
|
-
defaultValue: boolean;
|
|
118
|
-
param: string;
|
|
119
|
-
productKeys?: ProductKeys;
|
|
120
|
-
typeGuard: IsBooleanType;
|
|
121
|
-
};
|
|
122
116
|
'editor_a11y__toolbar-item-aria-described-by_fy27': {
|
|
123
117
|
defaultValue: boolean;
|
|
124
118
|
param: string;
|
|
@@ -685,12 +679,6 @@ export declare const editorExperimentsConfig: {
|
|
|
685
679
|
productKeys?: ProductKeys;
|
|
686
680
|
typeGuard: IsBooleanType;
|
|
687
681
|
};
|
|
688
|
-
'cc-maui-overlay-by-localid': {
|
|
689
|
-
defaultValue: boolean;
|
|
690
|
-
param: string;
|
|
691
|
-
productKeys?: ProductKeys;
|
|
692
|
-
typeGuard: IsBooleanType;
|
|
693
|
-
};
|
|
694
682
|
cc_maui_polish_changes_batch_4: {
|
|
695
683
|
defaultValue: boolean;
|
|
696
684
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "198.0.0",
|
|
4
4
|
"description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
29
29
|
"@atlaskit/platform-feature-flags": "^2.2.0",
|
|
30
|
-
"@atlaskit/react-ufo": "^7.
|
|
30
|
+
"@atlaskit/react-ufo": "^7.11.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0"
|
|
32
32
|
},
|
|
33
33
|
"platform-feature-flags": {
|