@atlaskit/tmp-editor-statsig 83.1.0 → 84.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,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 84.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`5e34be0ba10b6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5e34be0ba10b6) -
8
+ Cleanup show diff experiments
9
+
3
10
  ## 83.1.0
4
11
 
5
12
  ### Minor Changes
@@ -1688,15 +1688,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1688
1688
  param: 'isEnabled',
1689
1689
  defaultValue: false
1690
1690
  }),
1691
- // Added 2026-03-11
1692
- platform_editor_are_nodes_equal_ignore_mark_order: (0, _experimentBuilders.createBooleanExperiment)({
1693
- productKeys: {
1694
- confluence: 'platform_editor_are_nodes_equal_ignore_mark_order',
1695
- jira: 'platform_editor_are_nodes_equal_ignore_mark_order'
1696
- },
1697
- param: 'isEnabled',
1698
- defaultValue: false
1699
- }),
1700
1691
  platform_editor_table_fit_to_content_auto_convert: (0, _experimentBuilders.createBooleanExperiment)({
1701
1692
  productKeys: {
1702
1693
  confluence: 'platform_editor_table_fit_to_content_auto_convert'
@@ -2218,14 +2209,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2218
2209
  param: 'isEnabled',
2219
2210
  defaultValue: false
2220
2211
  }),
2221
- // Added 2026-05-13
2222
- platform_editor_show_diff_improvements: (0, _experimentBuilders.createBooleanExperiment)({
2223
- productKeys: {
2224
- confluence: 'platform_editor_show_diff_improvements'
2225
- },
2226
- param: 'isEnabled',
2227
- defaultValue: false
2228
- }),
2229
2212
  // Added 2026-05-18
2230
2213
  platform_editor_nest_table_in_panel: (0, _experimentBuilders.createBooleanExperiment)({
2231
2214
  productKeys: {
@@ -1682,15 +1682,6 @@ export const editorExperimentsConfig = {
1682
1682
  param: 'isEnabled',
1683
1683
  defaultValue: false
1684
1684
  }),
1685
- // Added 2026-03-11
1686
- platform_editor_are_nodes_equal_ignore_mark_order: createBooleanExperiment({
1687
- productKeys: {
1688
- confluence: 'platform_editor_are_nodes_equal_ignore_mark_order',
1689
- jira: 'platform_editor_are_nodes_equal_ignore_mark_order'
1690
- },
1691
- param: 'isEnabled',
1692
- defaultValue: false
1693
- }),
1694
1685
  platform_editor_table_fit_to_content_auto_convert: createBooleanExperiment({
1695
1686
  productKeys: {
1696
1687
  confluence: 'platform_editor_table_fit_to_content_auto_convert'
@@ -2212,14 +2203,6 @@ export const editorExperimentsConfig = {
2212
2203
  param: 'isEnabled',
2213
2204
  defaultValue: false
2214
2205
  }),
2215
- // Added 2026-05-13
2216
- platform_editor_show_diff_improvements: createBooleanExperiment({
2217
- productKeys: {
2218
- confluence: 'platform_editor_show_diff_improvements'
2219
- },
2220
- param: 'isEnabled',
2221
- defaultValue: false
2222
- }),
2223
2206
  // Added 2026-05-18
2224
2207
  platform_editor_nest_table_in_panel: createBooleanExperiment({
2225
2208
  productKeys: {
@@ -1682,15 +1682,6 @@ export var editorExperimentsConfig = {
1682
1682
  param: 'isEnabled',
1683
1683
  defaultValue: false
1684
1684
  }),
1685
- // Added 2026-03-11
1686
- platform_editor_are_nodes_equal_ignore_mark_order: createBooleanExperiment({
1687
- productKeys: {
1688
- confluence: 'platform_editor_are_nodes_equal_ignore_mark_order',
1689
- jira: 'platform_editor_are_nodes_equal_ignore_mark_order'
1690
- },
1691
- param: 'isEnabled',
1692
- defaultValue: false
1693
- }),
1694
1685
  platform_editor_table_fit_to_content_auto_convert: createBooleanExperiment({
1695
1686
  productKeys: {
1696
1687
  confluence: 'platform_editor_table_fit_to_content_auto_convert'
@@ -2212,14 +2203,6 @@ export var editorExperimentsConfig = {
2212
2203
  param: 'isEnabled',
2213
2204
  defaultValue: false
2214
2205
  }),
2215
- // Added 2026-05-13
2216
- platform_editor_show_diff_improvements: createBooleanExperiment({
2217
- productKeys: {
2218
- confluence: 'platform_editor_show_diff_improvements'
2219
- },
2220
- param: 'isEnabled',
2221
- defaultValue: false
2222
- }),
2223
2206
  // Added 2026-05-18
2224
2207
  platform_editor_nest_table_in_panel: createBooleanExperiment({
2225
2208
  productKeys: {
@@ -1303,12 +1303,6 @@ export declare const editorExperimentsConfig: {
1303
1303
  productKeys?: ProductKeys;
1304
1304
  typeGuard: IsBooleanType;
1305
1305
  };
1306
- platform_editor_are_nodes_equal_ignore_mark_order: {
1307
- defaultValue: boolean;
1308
- param: string;
1309
- productKeys?: ProductKeys;
1310
- typeGuard: IsBooleanType;
1311
- };
1312
1306
  platform_editor_remove_collab_step_metrics: {
1313
1307
  defaultValue: boolean;
1314
1308
  param: string;
@@ -1609,12 +1603,6 @@ export declare const editorExperimentsConfig: {
1609
1603
  productKeys?: ProductKeys;
1610
1604
  typeGuard: IsBooleanType;
1611
1605
  };
1612
- platform_editor_show_diff_improvements: {
1613
- defaultValue: boolean;
1614
- param: string;
1615
- productKeys?: ProductKeys;
1616
- typeGuard: IsBooleanType;
1617
- };
1618
1606
  platform_editor_fix_sticky_header_malfunction: {
1619
1607
  defaultValue: boolean;
1620
1608
  param: string;
@@ -1303,12 +1303,6 @@ export declare const editorExperimentsConfig: {
1303
1303
  productKeys?: ProductKeys;
1304
1304
  typeGuard: IsBooleanType;
1305
1305
  };
1306
- platform_editor_are_nodes_equal_ignore_mark_order: {
1307
- defaultValue: boolean;
1308
- param: string;
1309
- productKeys?: ProductKeys;
1310
- typeGuard: IsBooleanType;
1311
- };
1312
1306
  platform_editor_remove_collab_step_metrics: {
1313
1307
  defaultValue: boolean;
1314
1308
  param: string;
@@ -1609,12 +1603,6 @@ export declare const editorExperimentsConfig: {
1609
1603
  productKeys?: ProductKeys;
1610
1604
  typeGuard: IsBooleanType;
1611
1605
  };
1612
- platform_editor_show_diff_improvements: {
1613
- defaultValue: boolean;
1614
- param: string;
1615
- productKeys?: ProductKeys;
1616
- typeGuard: IsBooleanType;
1617
- };
1618
1606
  platform_editor_fix_sticky_header_malfunction: {
1619
1607
  defaultValue: boolean;
1620
1608
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "83.1.0",
3
+ "version": "84.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",