@atlaskit/tmp-editor-statsig 81.0.0 → 81.1.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,17 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 81.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`46f34d2400d1c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/46f34d2400d1c) -
|
|
8
|
+
Fixes malfunctioning sticky header when header columns are merged so that headers don't
|
|
9
|
+
stack/overlap.
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 81.0.0
|
|
4
16
|
|
|
5
17
|
### Major Changes
|
|
@@ -2208,5 +2208,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2208
2208
|
},
|
|
2209
2209
|
param: 'isEnabled',
|
|
2210
2210
|
defaultValue: false
|
|
2211
|
+
}),
|
|
2212
|
+
// Added 2026-05-15
|
|
2213
|
+
platform_editor_fix_sticky_header_malfunction: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2214
|
+
productKeys: {
|
|
2215
|
+
confluence: 'platform_editor_fix_sticky_header_malfunction'
|
|
2216
|
+
},
|
|
2217
|
+
param: 'isEnabled',
|
|
2218
|
+
defaultValue: false
|
|
2211
2219
|
})
|
|
2212
2220
|
};
|
|
@@ -2202,5 +2202,13 @@ export const editorExperimentsConfig = {
|
|
|
2202
2202
|
},
|
|
2203
2203
|
param: 'isEnabled',
|
|
2204
2204
|
defaultValue: false
|
|
2205
|
+
}),
|
|
2206
|
+
// Added 2026-05-15
|
|
2207
|
+
platform_editor_fix_sticky_header_malfunction: createBooleanExperiment({
|
|
2208
|
+
productKeys: {
|
|
2209
|
+
confluence: 'platform_editor_fix_sticky_header_malfunction'
|
|
2210
|
+
},
|
|
2211
|
+
param: 'isEnabled',
|
|
2212
|
+
defaultValue: false
|
|
2205
2213
|
})
|
|
2206
2214
|
};
|
|
@@ -2202,5 +2202,13 @@ export var editorExperimentsConfig = {
|
|
|
2202
2202
|
},
|
|
2203
2203
|
param: 'isEnabled',
|
|
2204
2204
|
defaultValue: false
|
|
2205
|
+
}),
|
|
2206
|
+
// Added 2026-05-15
|
|
2207
|
+
platform_editor_fix_sticky_header_malfunction: createBooleanExperiment({
|
|
2208
|
+
productKeys: {
|
|
2209
|
+
confluence: 'platform_editor_fix_sticky_header_malfunction'
|
|
2210
|
+
},
|
|
2211
|
+
param: 'isEnabled',
|
|
2212
|
+
defaultValue: false
|
|
2205
2213
|
})
|
|
2206
2214
|
};
|
|
@@ -1597,6 +1597,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1597
1597
|
productKeys?: ProductKeys;
|
|
1598
1598
|
typeGuard: IsBooleanType;
|
|
1599
1599
|
};
|
|
1600
|
+
platform_editor_fix_sticky_header_malfunction: {
|
|
1601
|
+
defaultValue: boolean;
|
|
1602
|
+
param: string;
|
|
1603
|
+
productKeys?: ProductKeys;
|
|
1604
|
+
typeGuard: IsBooleanType;
|
|
1605
|
+
};
|
|
1600
1606
|
platform_editor_paste_actions_menu_v2: {
|
|
1601
1607
|
defaultValue: 'control' | 'hasSpellingAndGrammar' | 'hasAltAiActions';
|
|
1602
1608
|
param: string;
|
|
@@ -1597,6 +1597,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1597
1597
|
productKeys?: ProductKeys;
|
|
1598
1598
|
typeGuard: IsBooleanType;
|
|
1599
1599
|
};
|
|
1600
|
+
platform_editor_fix_sticky_header_malfunction: {
|
|
1601
|
+
defaultValue: boolean;
|
|
1602
|
+
param: string;
|
|
1603
|
+
productKeys?: ProductKeys;
|
|
1604
|
+
typeGuard: IsBooleanType;
|
|
1605
|
+
};
|
|
1600
1606
|
platform_editor_paste_actions_menu_v2: {
|
|
1601
1607
|
defaultValue: 'control' | 'hasSpellingAndGrammar' | 'hasAltAiActions';
|
|
1602
1608
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "81.
|
|
3
|
+
"version": "81.1.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",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
},
|
|
34
34
|
"atlaskit:src": "src/index.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@atlaskit/feature-gate-js-client": "^5.
|
|
36
|
+
"@atlaskit/feature-gate-js-client": "^5.7.0",
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
38
|
-
"@atlaskit/react-ufo": "^5.
|
|
38
|
+
"@atlaskit/react-ufo": "^5.21.0",
|
|
39
39
|
"@babel/runtime": "^7.0.0"
|
|
40
40
|
},
|
|
41
41
|
"platform-feature-flags": {
|