@atlaskit/tmp-editor-statsig 84.4.0 → 85.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,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 85.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`b0378b1a1762f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b0378b1a1762f) -
|
|
8
|
+
Cleanup platform_sl_fix_cache_unresolved
|
|
9
|
+
|
|
3
10
|
## 84.4.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -2135,14 +2135,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2135
2135
|
param: 'isEnabled',
|
|
2136
2136
|
defaultValue: false
|
|
2137
2137
|
}),
|
|
2138
|
-
// Added 2026-04-27
|
|
2139
|
-
platform_sl_fix_cache_unresolved: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2140
|
-
productKeys: {
|
|
2141
|
-
confluence: 'platform_sl_fix_cache_unresolved'
|
|
2142
|
-
},
|
|
2143
|
-
param: 'isEnabled',
|
|
2144
|
-
defaultValue: false
|
|
2145
|
-
}),
|
|
2146
2138
|
// Added 2026-04-30
|
|
2147
2139
|
confluence_fe_disable_comment_if_offline_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2148
2140
|
productKeys: {
|
|
@@ -2129,14 +2129,6 @@ export const editorExperimentsConfig = {
|
|
|
2129
2129
|
param: 'isEnabled',
|
|
2130
2130
|
defaultValue: false
|
|
2131
2131
|
}),
|
|
2132
|
-
// Added 2026-04-27
|
|
2133
|
-
platform_sl_fix_cache_unresolved: createBooleanExperiment({
|
|
2134
|
-
productKeys: {
|
|
2135
|
-
confluence: 'platform_sl_fix_cache_unresolved'
|
|
2136
|
-
},
|
|
2137
|
-
param: 'isEnabled',
|
|
2138
|
-
defaultValue: false
|
|
2139
|
-
}),
|
|
2140
2132
|
// Added 2026-04-30
|
|
2141
2133
|
confluence_fe_disable_comment_if_offline_fix: createBooleanExperiment({
|
|
2142
2134
|
productKeys: {
|
|
@@ -2129,14 +2129,6 @@ export var editorExperimentsConfig = {
|
|
|
2129
2129
|
param: 'isEnabled',
|
|
2130
2130
|
defaultValue: false
|
|
2131
2131
|
}),
|
|
2132
|
-
// Added 2026-04-27
|
|
2133
|
-
platform_sl_fix_cache_unresolved: createBooleanExperiment({
|
|
2134
|
-
productKeys: {
|
|
2135
|
-
confluence: 'platform_sl_fix_cache_unresolved'
|
|
2136
|
-
},
|
|
2137
|
-
param: 'isEnabled',
|
|
2138
|
-
defaultValue: false
|
|
2139
|
-
}),
|
|
2140
2132
|
// Added 2026-04-30
|
|
2141
2133
|
confluence_fe_disable_comment_if_offline_fix: createBooleanExperiment({
|
|
2142
2134
|
productKeys: {
|
|
@@ -1573,12 +1573,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1573
1573
|
productKeys?: ProductKeys;
|
|
1574
1574
|
typeGuard: IsBooleanType;
|
|
1575
1575
|
};
|
|
1576
|
-
platform_sl_fix_cache_unresolved: {
|
|
1577
|
-
defaultValue: boolean;
|
|
1578
|
-
param: string;
|
|
1579
|
-
productKeys?: ProductKeys;
|
|
1580
|
-
typeGuard: IsBooleanType;
|
|
1581
|
-
};
|
|
1582
1576
|
confluence_fe_disable_comment_if_offline_fix: {
|
|
1583
1577
|
defaultValue: boolean;
|
|
1584
1578
|
param: string;
|
|
@@ -1573,12 +1573,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1573
1573
|
productKeys?: ProductKeys;
|
|
1574
1574
|
typeGuard: IsBooleanType;
|
|
1575
1575
|
};
|
|
1576
|
-
platform_sl_fix_cache_unresolved: {
|
|
1577
|
-
defaultValue: boolean;
|
|
1578
|
-
param: string;
|
|
1579
|
-
productKeys?: ProductKeys;
|
|
1580
|
-
typeGuard: IsBooleanType;
|
|
1581
|
-
};
|
|
1582
1576
|
confluence_fe_disable_comment_if_offline_fix: {
|
|
1583
1577
|
defaultValue: boolean;
|
|
1584
1578
|
param: string;
|
package/package.json
CHANGED