@atlaskit/tmp-editor-statsig 16.3.0 → 16.3.2

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,21 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 16.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`5812c1aff4a50`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5812c1aff4a50) -
8
+ Clean up platform_editor_pasting_nested_table_fix experiment - Fix nested table pasting by using
9
+ getLastPastedSlice
10
+
11
+ ## 16.3.1
12
+
13
+ ### Patch Changes
14
+
15
+ - [`1112caa726b84`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1112caa726b84) -
16
+ Clean up platform_editor_enghealth_table_plugin_lable_rule experiment - Add accessibility labels
17
+ to table drag handles and toggles by default
18
+
3
19
  ## 16.3.0
4
20
 
5
21
  ### Minor Changes
@@ -717,14 +717,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
717
717
  param: 'isEnabled',
718
718
  defaultValue: false
719
719
  }),
720
- // Added 2025-07-24
721
- platform_editor_enghealth_table_plugin_lable_rule: (0, _experimentBuilders.createBooleanExperiment)({
722
- productKeys: {
723
- confluence: 'platform_editor_enghealth_table_plugin_lable_rule'
724
- },
725
- param: 'isEnabled',
726
- defaultValue: false
727
- }),
728
720
  // Added 2025-07-31
729
721
  platform_editor_breakout_interaction_rerender: (0, _experimentBuilders.createBooleanExperiment)({
730
722
  productKeys: {
@@ -742,14 +734,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
742
734
  param: 'isEnabled',
743
735
  defaultValue: false
744
736
  }),
745
- // Added 2025-07-30
746
- platform_editor_pasting_nested_table_fix: (0, _experimentBuilders.createBooleanExperiment)({
747
- productKeys: {
748
- confluence: 'platform_editor_pasting_nested_table_fix'
749
- },
750
- param: 'isEnabled',
751
- defaultValue: false
752
- }),
753
737
  // Added 20205-07-28
754
738
  platform_editor_fix_quick_insert_consistency_exp: (0, _experimentBuilders.createBooleanExperiment)({
755
739
  productKeys: {
@@ -711,14 +711,6 @@ export const editorExperimentsConfig = {
711
711
  param: 'isEnabled',
712
712
  defaultValue: false
713
713
  }),
714
- // Added 2025-07-24
715
- platform_editor_enghealth_table_plugin_lable_rule: createBooleanExperiment({
716
- productKeys: {
717
- confluence: 'platform_editor_enghealth_table_plugin_lable_rule'
718
- },
719
- param: 'isEnabled',
720
- defaultValue: false
721
- }),
722
714
  // Added 2025-07-31
723
715
  platform_editor_breakout_interaction_rerender: createBooleanExperiment({
724
716
  productKeys: {
@@ -736,14 +728,6 @@ export const editorExperimentsConfig = {
736
728
  param: 'isEnabled',
737
729
  defaultValue: false
738
730
  }),
739
- // Added 2025-07-30
740
- platform_editor_pasting_nested_table_fix: createBooleanExperiment({
741
- productKeys: {
742
- confluence: 'platform_editor_pasting_nested_table_fix'
743
- },
744
- param: 'isEnabled',
745
- defaultValue: false
746
- }),
747
731
  // Added 20205-07-28
748
732
  platform_editor_fix_quick_insert_consistency_exp: createBooleanExperiment({
749
733
  productKeys: {
@@ -711,14 +711,6 @@ export var editorExperimentsConfig = {
711
711
  param: 'isEnabled',
712
712
  defaultValue: false
713
713
  }),
714
- // Added 2025-07-24
715
- platform_editor_enghealth_table_plugin_lable_rule: createBooleanExperiment({
716
- productKeys: {
717
- confluence: 'platform_editor_enghealth_table_plugin_lable_rule'
718
- },
719
- param: 'isEnabled',
720
- defaultValue: false
721
- }),
722
714
  // Added 2025-07-31
723
715
  platform_editor_breakout_interaction_rerender: createBooleanExperiment({
724
716
  productKeys: {
@@ -736,14 +728,6 @@ export var editorExperimentsConfig = {
736
728
  param: 'isEnabled',
737
729
  defaultValue: false
738
730
  }),
739
- // Added 2025-07-30
740
- platform_editor_pasting_nested_table_fix: createBooleanExperiment({
741
- productKeys: {
742
- confluence: 'platform_editor_pasting_nested_table_fix'
743
- },
744
- param: 'isEnabled',
745
- defaultValue: false
746
- }),
747
731
  // Added 20205-07-28
748
732
  platform_editor_fix_quick_insert_consistency_exp: createBooleanExperiment({
749
733
  productKeys: {
@@ -380,12 +380,6 @@ export declare const editorExperimentsConfig: {
380
380
  productKeys?: ProductKeys;
381
381
  typeGuard: IsBooleanType;
382
382
  };
383
- platform_editor_enghealth_table_plugin_lable_rule: {
384
- defaultValue: boolean;
385
- param: string;
386
- productKeys?: ProductKeys;
387
- typeGuard: IsBooleanType;
388
- };
389
383
  platform_editor_exp_lazy_node_views: {
390
384
  defaultValue: boolean;
391
385
  param: string;
@@ -543,12 +537,6 @@ export declare const editorExperimentsConfig: {
543
537
  productKeys?: ProductKeys;
544
538
  typeGuard: IsBooleanType;
545
539
  };
546
- platform_editor_pasting_nested_table_fix: {
547
- defaultValue: boolean;
548
- param: string;
549
- productKeys?: ProductKeys;
550
- typeGuard: IsBooleanType;
551
- };
552
540
  platform_editor_pasting_text_in_panel: {
553
541
  defaultValue: boolean;
554
542
  param: string;
@@ -380,12 +380,6 @@ export declare const editorExperimentsConfig: {
380
380
  productKeys?: ProductKeys;
381
381
  typeGuard: IsBooleanType;
382
382
  };
383
- platform_editor_enghealth_table_plugin_lable_rule: {
384
- defaultValue: boolean;
385
- param: string;
386
- productKeys?: ProductKeys;
387
- typeGuard: IsBooleanType;
388
- };
389
383
  platform_editor_exp_lazy_node_views: {
390
384
  defaultValue: boolean;
391
385
  param: string;
@@ -543,12 +537,6 @@ export declare const editorExperimentsConfig: {
543
537
  productKeys?: ProductKeys;
544
538
  typeGuard: IsBooleanType;
545
539
  };
546
- platform_editor_pasting_nested_table_fix: {
547
- defaultValue: boolean;
548
- param: string;
549
- productKeys?: ProductKeys;
550
- typeGuard: IsBooleanType;
551
- };
552
540
  platform_editor_pasting_text_in_panel: {
553
541
  defaultValue: boolean;
554
542
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.3.0",
3
+ "version": "16.3.2",
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",