@atlaskit/tmp-editor-statsig 132.4.0 → 132.6.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,26 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 132.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`4718ca6f37dbd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4718ca6f37dbd) -
8
+ [CCI-18026] Route Company Hub Concise Page Summary streaming requests to cc-smarts behind the
9
+ `cc_smarts_concise_page_summary_migration` experiment.
10
+
11
+ Usage:
12
+
13
+ ```ts
14
+ expValEquals('cc_smarts_concise_page_summary_migration', 'useCcSmarts', true, false);
15
+ ```
16
+
17
+ ## 132.5.0
18
+
19
+ ### Minor Changes
20
+
21
+ - [`6f1a6a07b4be1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6f1a6a07b4be1) -
22
+ Fixes malfunctioning sticky header row when header columns are merged
23
+
3
24
  ## 132.4.0
4
25
 
5
26
  ### Minor Changes
@@ -2258,6 +2258,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2258
2258
  param: 'isEnabled',
2259
2259
  defaultValue: false
2260
2260
  }),
2261
+ // Added 2026-07-17
2262
+ platform_editor_fix_sticky_header_row: (0, _experimentBuilders.createBooleanExperiment)({
2263
+ productKeys: {
2264
+ confluence: 'platform_editor_fix_sticky_header_row'
2265
+ },
2266
+ param: 'isEnabled',
2267
+ defaultValue: false
2268
+ }),
2261
2269
  // Added 2026-06-10
2262
2270
  confluence_editor_paste_3p_link_actions_menu: (0, _experimentBuilders.createBooleanExperiment)({
2263
2271
  productKeys: {
@@ -2418,6 +2426,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2418
2426
  param: 'useCcSmarts',
2419
2427
  defaultValue: false
2420
2428
  }),
2429
+ cc_smarts_concise_page_summary_migration: (0, _experimentBuilders.createBooleanExperiment)({
2430
+ productKeys: {
2431
+ confluence: 'cc_smarts_concise_page_summary_migration'
2432
+ },
2433
+ param: 'useCcSmarts',
2434
+ defaultValue: false
2435
+ }),
2421
2436
  // Added 2026-06-24 — HUBS-850 — gates the --ak-editor-extension-block-spacing block-margin hook
2422
2437
  platform_editor_extension_block_spacing: (0, _experimentBuilders.createBooleanExperiment)({
2423
2438
  productKeys: {
@@ -2252,6 +2252,14 @@ export const editorExperimentsConfig = {
2252
2252
  param: 'isEnabled',
2253
2253
  defaultValue: false
2254
2254
  }),
2255
+ // Added 2026-07-17
2256
+ platform_editor_fix_sticky_header_row: createBooleanExperiment({
2257
+ productKeys: {
2258
+ confluence: 'platform_editor_fix_sticky_header_row'
2259
+ },
2260
+ param: 'isEnabled',
2261
+ defaultValue: false
2262
+ }),
2255
2263
  // Added 2026-06-10
2256
2264
  confluence_editor_paste_3p_link_actions_menu: createBooleanExperiment({
2257
2265
  productKeys: {
@@ -2412,6 +2420,13 @@ export const editorExperimentsConfig = {
2412
2420
  param: 'useCcSmarts',
2413
2421
  defaultValue: false
2414
2422
  }),
2423
+ cc_smarts_concise_page_summary_migration: createBooleanExperiment({
2424
+ productKeys: {
2425
+ confluence: 'cc_smarts_concise_page_summary_migration'
2426
+ },
2427
+ param: 'useCcSmarts',
2428
+ defaultValue: false
2429
+ }),
2415
2430
  // Added 2026-06-24 — HUBS-850 — gates the --ak-editor-extension-block-spacing block-margin hook
2416
2431
  platform_editor_extension_block_spacing: createBooleanExperiment({
2417
2432
  productKeys: {
@@ -2252,6 +2252,14 @@ export var editorExperimentsConfig = {
2252
2252
  param: 'isEnabled',
2253
2253
  defaultValue: false
2254
2254
  }),
2255
+ // Added 2026-07-17
2256
+ platform_editor_fix_sticky_header_row: createBooleanExperiment({
2257
+ productKeys: {
2258
+ confluence: 'platform_editor_fix_sticky_header_row'
2259
+ },
2260
+ param: 'isEnabled',
2261
+ defaultValue: false
2262
+ }),
2255
2263
  // Added 2026-06-10
2256
2264
  confluence_editor_paste_3p_link_actions_menu: createBooleanExperiment({
2257
2265
  productKeys: {
@@ -2412,6 +2420,13 @@ export var editorExperimentsConfig = {
2412
2420
  param: 'useCcSmarts',
2413
2421
  defaultValue: false
2414
2422
  }),
2423
+ cc_smarts_concise_page_summary_migration: createBooleanExperiment({
2424
+ productKeys: {
2425
+ confluence: 'cc_smarts_concise_page_summary_migration'
2426
+ },
2427
+ param: 'useCcSmarts',
2428
+ defaultValue: false
2429
+ }),
2415
2430
  // Added 2026-06-24 — HUBS-850 — gates the --ak-editor-extension-block-spacing block-margin hook
2416
2431
  platform_editor_extension_block_spacing: createBooleanExperiment({
2417
2432
  productKeys: {
@@ -1611,6 +1611,12 @@ export declare const editorExperimentsConfig: {
1611
1611
  productKeys?: ProductKeys;
1612
1612
  typeGuard: IsBooleanType;
1613
1613
  };
1614
+ platform_editor_fix_sticky_header_row: {
1615
+ defaultValue: boolean;
1616
+ param: string;
1617
+ productKeys?: ProductKeys;
1618
+ typeGuard: IsBooleanType;
1619
+ };
1614
1620
  platform_editor_paste_actions_menu_v2: {
1615
1621
  defaultValue: 'control' | 'hasSpellingAndGrammar' | 'hasAltAiActions';
1616
1622
  param: string;
@@ -1762,6 +1768,12 @@ export declare const editorExperimentsConfig: {
1762
1768
  productKeys?: ProductKeys;
1763
1769
  typeGuard: IsBooleanType;
1764
1770
  };
1771
+ cc_smarts_concise_page_summary_migration: {
1772
+ defaultValue: boolean;
1773
+ param: string;
1774
+ productKeys?: ProductKeys;
1775
+ typeGuard: IsBooleanType;
1776
+ };
1765
1777
  platform_editor_extension_block_spacing: {
1766
1778
  defaultValue: boolean;
1767
1779
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "132.4.0",
3
+ "version": "132.6.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",