@atlaskit/tmp-editor-statsig 16.35.0 → 16.36.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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.36.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`7726e6522167d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7726e6522167d) -
|
|
8
|
+
Implemented a bypass for the grace period to allow reconnection when the catchup call is skipped
|
|
9
|
+
following a socket disconnect in the collab-provider.
|
|
10
|
+
|
|
3
11
|
## 16.35.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -1228,5 +1228,12 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1228
1228
|
},
|
|
1229
1229
|
param: 'isEnabled',
|
|
1230
1230
|
defaultValue: false
|
|
1231
|
+
}),
|
|
1232
|
+
confluence_inline_insert_excerpt_width_bugfix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1233
|
+
productKeys: {
|
|
1234
|
+
confluence: 'confluence_inline_insert_excerpt_width_bugfix'
|
|
1235
|
+
},
|
|
1236
|
+
param: 'isEnabled',
|
|
1237
|
+
defaultValue: false
|
|
1231
1238
|
})
|
|
1232
1239
|
};
|
|
@@ -1222,5 +1222,12 @@ export const editorExperimentsConfig = {
|
|
|
1222
1222
|
},
|
|
1223
1223
|
param: 'isEnabled',
|
|
1224
1224
|
defaultValue: false
|
|
1225
|
+
}),
|
|
1226
|
+
confluence_inline_insert_excerpt_width_bugfix: createBooleanExperiment({
|
|
1227
|
+
productKeys: {
|
|
1228
|
+
confluence: 'confluence_inline_insert_excerpt_width_bugfix'
|
|
1229
|
+
},
|
|
1230
|
+
param: 'isEnabled',
|
|
1231
|
+
defaultValue: false
|
|
1225
1232
|
})
|
|
1226
1233
|
};
|
|
@@ -1222,5 +1222,12 @@ export var editorExperimentsConfig = {
|
|
|
1222
1222
|
},
|
|
1223
1223
|
param: 'isEnabled',
|
|
1224
1224
|
defaultValue: false
|
|
1225
|
+
}),
|
|
1226
|
+
confluence_inline_insert_excerpt_width_bugfix: createBooleanExperiment({
|
|
1227
|
+
productKeys: {
|
|
1228
|
+
confluence: 'confluence_inline_insert_excerpt_width_bugfix'
|
|
1229
|
+
},
|
|
1230
|
+
param: 'isEnabled',
|
|
1231
|
+
defaultValue: false
|
|
1225
1232
|
})
|
|
1226
1233
|
};
|
|
@@ -906,5 +906,11 @@ export declare const editorExperimentsConfig: {
|
|
|
906
906
|
productKeys?: ProductKeys;
|
|
907
907
|
typeGuard: IsBooleanType;
|
|
908
908
|
};
|
|
909
|
+
confluence_inline_insert_excerpt_width_bugfix: {
|
|
910
|
+
defaultValue: boolean;
|
|
911
|
+
param: string;
|
|
912
|
+
productKeys?: ProductKeys;
|
|
913
|
+
typeGuard: IsBooleanType;
|
|
914
|
+
};
|
|
909
915
|
};
|
|
910
916
|
export {};
|
|
@@ -906,5 +906,11 @@ export declare const editorExperimentsConfig: {
|
|
|
906
906
|
productKeys?: ProductKeys;
|
|
907
907
|
typeGuard: IsBooleanType;
|
|
908
908
|
};
|
|
909
|
+
confluence_inline_insert_excerpt_width_bugfix: {
|
|
910
|
+
defaultValue: boolean;
|
|
911
|
+
param: string;
|
|
912
|
+
productKeys?: ProductKeys;
|
|
913
|
+
typeGuard: IsBooleanType;
|
|
914
|
+
};
|
|
909
915
|
};
|
|
910
916
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.36.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",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"category": "Components"
|
|
15
15
|
},
|
|
16
16
|
"prTasks": [
|
|
17
|
-
"New experiments added to tmp-editor-statsig configuration have been marked as a MINOR change",
|
|
17
|
+
"New experiments added to the tmp-editor-statsig configuration have been marked as a MINOR change OR any cleanup/removal of experiments has been marked as a MAJOR change",
|
|
18
18
|
"I updated the table on https://hello.atlassian.net/wiki/spaces/EDITOR/pages/5257593537/Libra+testing+FG+override+expectations, tested my changes, and confirm that adding/removing the override is safe"
|
|
19
19
|
]
|
|
20
20
|
},
|