@atlaskit/tmp-editor-statsig 16.2.0 → 16.3.1

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,20 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 16.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1112caa726b84`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1112caa726b84) -
8
+ Clean up platform_editor_enghealth_table_plugin_lable_rule experiment - Add accessibility labels
9
+ to table drag handles and toggles by default
10
+
11
+ ## 16.3.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`45270b9a8ed63`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/45270b9a8ed63) -
16
+ CONFCLOUD-83370: Fix broken IME composition
17
+
3
18
  ## 16.2.0
4
19
 
5
20
  ### 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: {
@@ -1203,6 +1195,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1203
1195
  param: 'isEnabled',
1204
1196
  defaultValue: false
1205
1197
  }),
1198
+ // Added 2025-12-22
1199
+ platform_editor_localid_ime_composition_fix: (0, _experimentBuilders.createBooleanExperiment)({
1200
+ productKeys: {
1201
+ confluence: 'platform_editor_localid_ime_composition_fix'
1202
+ },
1203
+ param: 'isEnabled',
1204
+ defaultValue: false
1205
+ }),
1206
1206
  // Added 2025-12-18
1207
1207
  platform_synced_blocks_offline_check_for_block: (0, _experimentBuilders.createBooleanExperiment)({
1208
1208
  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: {
@@ -1197,6 +1189,14 @@ export const editorExperimentsConfig = {
1197
1189
  param: 'isEnabled',
1198
1190
  defaultValue: false
1199
1191
  }),
1192
+ // Added 2025-12-22
1193
+ platform_editor_localid_ime_composition_fix: createBooleanExperiment({
1194
+ productKeys: {
1195
+ confluence: 'platform_editor_localid_ime_composition_fix'
1196
+ },
1197
+ param: 'isEnabled',
1198
+ defaultValue: false
1199
+ }),
1200
1200
  // Added 2025-12-18
1201
1201
  platform_synced_blocks_offline_check_for_block: createBooleanExperiment({
1202
1202
  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: {
@@ -1197,6 +1189,14 @@ export var editorExperimentsConfig = {
1197
1189
  param: 'isEnabled',
1198
1190
  defaultValue: false
1199
1191
  }),
1192
+ // Added 2025-12-22
1193
+ platform_editor_localid_ime_composition_fix: createBooleanExperiment({
1194
+ productKeys: {
1195
+ confluence: 'platform_editor_localid_ime_composition_fix'
1196
+ },
1197
+ param: 'isEnabled',
1198
+ defaultValue: false
1199
+ }),
1200
1200
  // Added 2025-12-18
1201
1201
  platform_synced_blocks_offline_check_for_block: createBooleanExperiment({
1202
1202
  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;
@@ -885,6 +879,12 @@ export declare const editorExperimentsConfig: {
885
879
  productKeys?: ProductKeys;
886
880
  typeGuard: IsBooleanType;
887
881
  };
882
+ platform_editor_localid_ime_composition_fix: {
883
+ defaultValue: boolean;
884
+ param: string;
885
+ productKeys?: ProductKeys;
886
+ typeGuard: IsBooleanType;
887
+ };
888
888
  platform_synced_blocks_offline_check_for_block: {
889
889
  defaultValue: boolean;
890
890
  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;
@@ -885,6 +879,12 @@ export declare const editorExperimentsConfig: {
885
879
  productKeys?: ProductKeys;
886
880
  typeGuard: IsBooleanType;
887
881
  };
882
+ platform_editor_localid_ime_composition_fix: {
883
+ defaultValue: boolean;
884
+ param: string;
885
+ productKeys?: ProductKeys;
886
+ typeGuard: IsBooleanType;
887
+ };
888
888
  platform_synced_blocks_offline_check_for_block: {
889
889
  defaultValue: boolean;
890
890
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.2.0",
3
+ "version": "16.3.1",
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",