@atlaskit/tmp-editor-statsig 22.2.1 → 23.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,24 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 23.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`280d14e2d5518`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/280d14e2d5518) -
8
+ Clean up platform_editor_drag_handle_aria_label
9
+
10
+ ### Minor Changes
11
+
12
+ - [`95a9857d9f007`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/95a9857d9f007) -
13
+ Replaced keymaps for moving table columns/rows in the Editor behind experiment
14
+
15
+ ## 22.3.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [`6911179854bdb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6911179854bdb) -
20
+ Remove diff highlighting if there are overlapping mark steps (ie. add and then remove)
21
+
3
22
  ## 22.2.1
4
23
 
5
24
  ### Patch Changes
@@ -370,6 +370,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
370
370
  param: 'isEnabled',
371
371
  defaultValue: false
372
372
  }),
373
+ platform_editor_deduplicate_mark_diff: (0, _experimentBuilders.createBooleanExperiment)({
374
+ productKeys: {
375
+ confluence: 'platform_editor_deduplicate_mark_diff'
376
+ },
377
+ param: 'isEnabled',
378
+ defaultValue: false
379
+ }),
373
380
  // Added 2025-09-03
374
381
  platform_editor_hydratable_ui: (0, _experimentBuilders.createBooleanExperiment)({
375
382
  productKeys: {
@@ -546,14 +553,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
546
553
  param: 'isEnabled',
547
554
  defaultValue: false
548
555
  }),
549
- // Added 2025-07-30
550
- platform_editor_drag_handle_aria_label: (0, _experimentBuilders.createBooleanExperiment)({
551
- productKeys: {
552
- confluence: 'platform_editor_drag_handle_aria_label'
553
- },
554
- param: 'isEnabled',
555
- defaultValue: false
556
- }),
557
556
  // Added 2025-07-07
558
557
  platform_editor_toggle_expand_on_match_found: (0, _experimentBuilders.createBooleanExperiment)({
559
558
  productKeys: {
@@ -737,6 +736,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
737
736
  param: 'isEnabled',
738
737
  defaultValue: false
739
738
  }),
739
+ // Added 2026-02-05
740
+ 'editor-a11y-fy26-keyboard-move-row-column': (0, _experimentBuilders.createBooleanExperiment)({
741
+ productKeys: {
742
+ confluence: 'editor-a11y-fy26-keyboard-move-row-column',
743
+ jira: 'editor-a11y-fy26-keyboard-move-row-column'
744
+ },
745
+ param: 'isEnabled',
746
+ defaultValue: false
747
+ }),
740
748
  // Added 2025-08-28
741
749
  editor_enable_image_alignment_in_expand: (0, _experimentBuilders.createBooleanExperiment)({
742
750
  productKeys: {
@@ -364,6 +364,13 @@ export const editorExperimentsConfig = {
364
364
  param: 'isEnabled',
365
365
  defaultValue: false
366
366
  }),
367
+ platform_editor_deduplicate_mark_diff: createBooleanExperiment({
368
+ productKeys: {
369
+ confluence: 'platform_editor_deduplicate_mark_diff'
370
+ },
371
+ param: 'isEnabled',
372
+ defaultValue: false
373
+ }),
367
374
  // Added 2025-09-03
368
375
  platform_editor_hydratable_ui: createBooleanExperiment({
369
376
  productKeys: {
@@ -540,14 +547,6 @@ export const editorExperimentsConfig = {
540
547
  param: 'isEnabled',
541
548
  defaultValue: false
542
549
  }),
543
- // Added 2025-07-30
544
- platform_editor_drag_handle_aria_label: createBooleanExperiment({
545
- productKeys: {
546
- confluence: 'platform_editor_drag_handle_aria_label'
547
- },
548
- param: 'isEnabled',
549
- defaultValue: false
550
- }),
551
550
  // Added 2025-07-07
552
551
  platform_editor_toggle_expand_on_match_found: createBooleanExperiment({
553
552
  productKeys: {
@@ -731,6 +730,15 @@ export const editorExperimentsConfig = {
731
730
  param: 'isEnabled',
732
731
  defaultValue: false
733
732
  }),
733
+ // Added 2026-02-05
734
+ 'editor-a11y-fy26-keyboard-move-row-column': createBooleanExperiment({
735
+ productKeys: {
736
+ confluence: 'editor-a11y-fy26-keyboard-move-row-column',
737
+ jira: 'editor-a11y-fy26-keyboard-move-row-column'
738
+ },
739
+ param: 'isEnabled',
740
+ defaultValue: false
741
+ }),
734
742
  // Added 2025-08-28
735
743
  editor_enable_image_alignment_in_expand: createBooleanExperiment({
736
744
  productKeys: {
@@ -364,6 +364,13 @@ export var editorExperimentsConfig = {
364
364
  param: 'isEnabled',
365
365
  defaultValue: false
366
366
  }),
367
+ platform_editor_deduplicate_mark_diff: createBooleanExperiment({
368
+ productKeys: {
369
+ confluence: 'platform_editor_deduplicate_mark_diff'
370
+ },
371
+ param: 'isEnabled',
372
+ defaultValue: false
373
+ }),
367
374
  // Added 2025-09-03
368
375
  platform_editor_hydratable_ui: createBooleanExperiment({
369
376
  productKeys: {
@@ -540,14 +547,6 @@ export var editorExperimentsConfig = {
540
547
  param: 'isEnabled',
541
548
  defaultValue: false
542
549
  }),
543
- // Added 2025-07-30
544
- platform_editor_drag_handle_aria_label: createBooleanExperiment({
545
- productKeys: {
546
- confluence: 'platform_editor_drag_handle_aria_label'
547
- },
548
- param: 'isEnabled',
549
- defaultValue: false
550
- }),
551
550
  // Added 2025-07-07
552
551
  platform_editor_toggle_expand_on_match_found: createBooleanExperiment({
553
552
  productKeys: {
@@ -731,6 +730,15 @@ export var editorExperimentsConfig = {
731
730
  param: 'isEnabled',
732
731
  defaultValue: false
733
732
  }),
733
+ // Added 2026-02-05
734
+ 'editor-a11y-fy26-keyboard-move-row-column': createBooleanExperiment({
735
+ productKeys: {
736
+ confluence: 'editor-a11y-fy26-keyboard-move-row-column',
737
+ jira: 'editor-a11y-fy26-keyboard-move-row-column'
738
+ },
739
+ param: 'isEnabled',
740
+ defaultValue: false
741
+ }),
734
742
  // Added 2025-08-28
735
743
  editor_enable_image_alignment_in_expand: createBooleanExperiment({
736
744
  productKeys: {
@@ -130,6 +130,12 @@ export declare const editorExperimentsConfig: {
130
130
  productKeys?: ProductKeys;
131
131
  typeGuard: IsBooleanType;
132
132
  };
133
+ 'editor-a11y-fy26-keyboard-move-row-column': {
134
+ defaultValue: boolean;
135
+ param: string;
136
+ productKeys?: ProductKeys;
137
+ typeGuard: IsBooleanType;
138
+ };
133
139
  editor_enable_image_alignment_in_expand: {
134
140
  defaultValue: boolean;
135
141
  param: string;
@@ -185,6 +191,12 @@ export declare const editorExperimentsConfig: {
185
191
  productKeys?: ProductKeys;
186
192
  typeGuard: IsBooleanType;
187
193
  };
194
+ 'platform_editor_deduplicate_mark_diff': {
195
+ defaultValue: boolean;
196
+ param: string;
197
+ productKeys?: ProductKeys;
198
+ typeGuard: IsBooleanType;
199
+ };
188
200
  'nested-tables-in-tables': {
189
201
  defaultValue: boolean;
190
202
  param: string;
@@ -349,12 +361,6 @@ export declare const editorExperimentsConfig: {
349
361
  productKeys?: ProductKeys;
350
362
  typeGuard: IsBooleanType;
351
363
  };
352
- platform_editor_drag_handle_aria_label: {
353
- defaultValue: boolean;
354
- param: string;
355
- productKeys?: ProductKeys;
356
- typeGuard: IsBooleanType;
357
- };
358
364
  platform_editor_editor_width_analytics: {
359
365
  defaultValue: boolean;
360
366
  param: string;
@@ -130,6 +130,12 @@ export declare const editorExperimentsConfig: {
130
130
  productKeys?: ProductKeys;
131
131
  typeGuard: IsBooleanType;
132
132
  };
133
+ 'editor-a11y-fy26-keyboard-move-row-column': {
134
+ defaultValue: boolean;
135
+ param: string;
136
+ productKeys?: ProductKeys;
137
+ typeGuard: IsBooleanType;
138
+ };
133
139
  editor_enable_image_alignment_in_expand: {
134
140
  defaultValue: boolean;
135
141
  param: string;
@@ -185,6 +191,12 @@ export declare const editorExperimentsConfig: {
185
191
  productKeys?: ProductKeys;
186
192
  typeGuard: IsBooleanType;
187
193
  };
194
+ 'platform_editor_deduplicate_mark_diff': {
195
+ defaultValue: boolean;
196
+ param: string;
197
+ productKeys?: ProductKeys;
198
+ typeGuard: IsBooleanType;
199
+ };
188
200
  'nested-tables-in-tables': {
189
201
  defaultValue: boolean;
190
202
  param: string;
@@ -349,12 +361,6 @@ export declare const editorExperimentsConfig: {
349
361
  productKeys?: ProductKeys;
350
362
  typeGuard: IsBooleanType;
351
363
  };
352
- platform_editor_drag_handle_aria_label: {
353
- defaultValue: boolean;
354
- param: string;
355
- productKeys?: ProductKeys;
356
- typeGuard: IsBooleanType;
357
- };
358
364
  platform_editor_editor_width_analytics: {
359
365
  defaultValue: boolean;
360
366
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "22.2.1",
3
+ "version": "23.0.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",