@atlaskit/tmp-editor-statsig 81.0.0 → 81.2.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,24 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 81.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`4f2e912c65ae3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4f2e912c65ae3) -
8
+ Gate table-in-panel ADF validation behind experiment (EDITOR-7168)
9
+
10
+ ## 81.1.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`46f34d2400d1c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/46f34d2400d1c) -
15
+ Fixes malfunctioning sticky header when header columns are merged so that headers don't
16
+ stack/overlap.
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+
3
22
  ## 81.0.0
4
23
 
5
24
  ### Major Changes
@@ -2208,5 +2208,21 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2208
2208
  },
2209
2209
  param: 'isEnabled',
2210
2210
  defaultValue: false
2211
+ }),
2212
+ // Added 2026-05-18
2213
+ platform_editor_nest_table_in_panel: (0, _experimentBuilders.createBooleanExperiment)({
2214
+ productKeys: {
2215
+ confluence: 'platform_editor_nest_table_in_panel'
2216
+ },
2217
+ param: 'isEnabled',
2218
+ defaultValue: false
2219
+ }),
2220
+ // Added 2026-05-15
2221
+ platform_editor_fix_sticky_header_malfunction: (0, _experimentBuilders.createBooleanExperiment)({
2222
+ productKeys: {
2223
+ confluence: 'platform_editor_fix_sticky_header_malfunction'
2224
+ },
2225
+ param: 'isEnabled',
2226
+ defaultValue: false
2211
2227
  })
2212
2228
  };
@@ -2202,5 +2202,21 @@ export const editorExperimentsConfig = {
2202
2202
  },
2203
2203
  param: 'isEnabled',
2204
2204
  defaultValue: false
2205
+ }),
2206
+ // Added 2026-05-18
2207
+ platform_editor_nest_table_in_panel: createBooleanExperiment({
2208
+ productKeys: {
2209
+ confluence: 'platform_editor_nest_table_in_panel'
2210
+ },
2211
+ param: 'isEnabled',
2212
+ defaultValue: false
2213
+ }),
2214
+ // Added 2026-05-15
2215
+ platform_editor_fix_sticky_header_malfunction: createBooleanExperiment({
2216
+ productKeys: {
2217
+ confluence: 'platform_editor_fix_sticky_header_malfunction'
2218
+ },
2219
+ param: 'isEnabled',
2220
+ defaultValue: false
2205
2221
  })
2206
2222
  };
@@ -2202,5 +2202,21 @@ export var editorExperimentsConfig = {
2202
2202
  },
2203
2203
  param: 'isEnabled',
2204
2204
  defaultValue: false
2205
+ }),
2206
+ // Added 2026-05-18
2207
+ platform_editor_nest_table_in_panel: createBooleanExperiment({
2208
+ productKeys: {
2209
+ confluence: 'platform_editor_nest_table_in_panel'
2210
+ },
2211
+ param: 'isEnabled',
2212
+ defaultValue: false
2213
+ }),
2214
+ // Added 2026-05-15
2215
+ platform_editor_fix_sticky_header_malfunction: createBooleanExperiment({
2216
+ productKeys: {
2217
+ confluence: 'platform_editor_fix_sticky_header_malfunction'
2218
+ },
2219
+ param: 'isEnabled',
2220
+ defaultValue: false
2205
2221
  })
2206
2222
  };
@@ -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;
@@ -1622,5 +1628,11 @@ export declare const editorExperimentsConfig: {
1622
1628
  productKeys?: ProductKeys;
1623
1629
  typeGuard: IsBooleanType;
1624
1630
  };
1631
+ platform_editor_nest_table_in_panel: {
1632
+ defaultValue: boolean;
1633
+ param: string;
1634
+ productKeys?: ProductKeys;
1635
+ typeGuard: IsBooleanType;
1636
+ };
1625
1637
  };
1626
1638
  export {};
@@ -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;
@@ -1622,5 +1628,11 @@ export declare const editorExperimentsConfig: {
1622
1628
  productKeys?: ProductKeys;
1623
1629
  typeGuard: IsBooleanType;
1624
1630
  };
1631
+ platform_editor_nest_table_in_panel: {
1632
+ defaultValue: boolean;
1633
+ param: string;
1634
+ productKeys?: ProductKeys;
1635
+ typeGuard: IsBooleanType;
1636
+ };
1625
1637
  };
1626
1638
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "81.0.0",
3
+ "version": "81.2.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.5.0",
36
+ "@atlaskit/feature-gate-js-client": "^5.7.0",
37
37
  "@atlaskit/platform-feature-flags": "^1.1.0",
38
- "@atlaskit/react-ufo": "^5.20.0",
38
+ "@atlaskit/react-ufo": "^5.21.0",
39
39
  "@babel/runtime": "^7.0.0"
40
40
  },
41
41
  "platform-feature-flags": {