@atlaskit/tmp-editor-statsig 190.0.0 → 192.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,19 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 192.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`b3f788656e6f9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b3f788656e6f9) -
8
+ [FFCLEANUP-91521] clean up references to `platform_editor_renderer_toolbar_updates`
9
+
10
+ ## 191.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - [`a0b5ab4d98338`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a0b5ab4d98338) -
15
+ [FFCLEANUP-147868] clean up experiment `platform_editor_lovability_breakout_resizing_fixes`
16
+
3
17
  ## 190.0.0
4
18
 
5
19
  ### Major Changes
@@ -817,14 +817,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
817
817
  param: 'isEnabled',
818
818
  defaultValue: false
819
819
  }),
820
- // Added 2026-01-29
821
- platform_editor_renderer_toolbar_updates: (0, _createBooleanExperiment.createBooleanExperiment)({
822
- productKeys: {
823
- confluence: 'platform_editor_renderer_toolbar_updates'
824
- },
825
- param: 'isEnabled',
826
- defaultValue: false
827
- }),
828
820
  // Added 2026-01-30
829
821
  platform_editor_fix_cross_origin_editor_focus: (0, _createBooleanExperiment.createBooleanExperiment)({
830
822
  productKeys: {
@@ -1588,14 +1580,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1588
1580
  param: 'isEnabled',
1589
1581
  defaultValue: false
1590
1582
  }),
1591
- // Added 2026-07-20
1592
- platform_editor_lovability_breakout_resizing_fixes: (0, _createBooleanExperiment.createBooleanExperiment)({
1593
- productKeys: {
1594
- confluence: 'platform_editor_lovability_breakout_resizing_fixes'
1595
- },
1596
- param: 'isEnabled',
1597
- defaultValue: false
1598
- }),
1599
1583
  // Added 2026-06-19
1600
1584
  platform_editor_lovability_resize_dividers_panels: (0, _createBooleanExperiment.createBooleanExperiment)({
1601
1585
  productKeys: {
@@ -811,14 +811,6 @@ export const editorExperimentsConfig = {
811
811
  param: 'isEnabled',
812
812
  defaultValue: false
813
813
  }),
814
- // Added 2026-01-29
815
- platform_editor_renderer_toolbar_updates: createBooleanExperiment({
816
- productKeys: {
817
- confluence: 'platform_editor_renderer_toolbar_updates'
818
- },
819
- param: 'isEnabled',
820
- defaultValue: false
821
- }),
822
814
  // Added 2026-01-30
823
815
  platform_editor_fix_cross_origin_editor_focus: createBooleanExperiment({
824
816
  productKeys: {
@@ -1582,14 +1574,6 @@ export const editorExperimentsConfig = {
1582
1574
  param: 'isEnabled',
1583
1575
  defaultValue: false
1584
1576
  }),
1585
- // Added 2026-07-20
1586
- platform_editor_lovability_breakout_resizing_fixes: createBooleanExperiment({
1587
- productKeys: {
1588
- confluence: 'platform_editor_lovability_breakout_resizing_fixes'
1589
- },
1590
- param: 'isEnabled',
1591
- defaultValue: false
1592
- }),
1593
1577
  // Added 2026-06-19
1594
1578
  platform_editor_lovability_resize_dividers_panels: createBooleanExperiment({
1595
1579
  productKeys: {
@@ -811,14 +811,6 @@ export var editorExperimentsConfig = {
811
811
  param: 'isEnabled',
812
812
  defaultValue: false
813
813
  }),
814
- // Added 2026-01-29
815
- platform_editor_renderer_toolbar_updates: createBooleanExperiment({
816
- productKeys: {
817
- confluence: 'platform_editor_renderer_toolbar_updates'
818
- },
819
- param: 'isEnabled',
820
- defaultValue: false
821
- }),
822
814
  // Added 2026-01-30
823
815
  platform_editor_fix_cross_origin_editor_focus: createBooleanExperiment({
824
816
  productKeys: {
@@ -1582,14 +1574,6 @@ export var editorExperimentsConfig = {
1582
1574
  param: 'isEnabled',
1583
1575
  defaultValue: false
1584
1576
  }),
1585
- // Added 2026-07-20
1586
- platform_editor_lovability_breakout_resizing_fixes: createBooleanExperiment({
1587
- productKeys: {
1588
- confluence: 'platform_editor_lovability_breakout_resizing_fixes'
1589
- },
1590
- param: 'isEnabled',
1591
- defaultValue: false
1592
- }),
1593
1577
  // Added 2026-06-19
1594
1578
  platform_editor_lovability_resize_dividers_panels: createBooleanExperiment({
1595
1579
  productKeys: {
@@ -606,12 +606,6 @@ export declare const editorExperimentsConfig: {
606
606
  productKeys?: ProductKeys;
607
607
  typeGuard: IsBooleanType;
608
608
  };
609
- platform_editor_renderer_toolbar_updates: {
610
- defaultValue: boolean;
611
- param: string;
612
- productKeys?: ProductKeys;
613
- typeGuard: IsBooleanType;
614
- };
615
609
  platform_editor_fix_cross_origin_editor_focus: {
616
610
  defaultValue: boolean;
617
611
  param: string;
@@ -1143,12 +1137,6 @@ export declare const editorExperimentsConfig: {
1143
1137
  productKeys?: ProductKeys;
1144
1138
  typeGuard: IsBooleanType;
1145
1139
  };
1146
- platform_editor_lovability_breakout_resizing_fixes: {
1147
- defaultValue: boolean;
1148
- param: string;
1149
- productKeys?: ProductKeys;
1150
- typeGuard: IsBooleanType;
1151
- };
1152
1140
  platform_editor_lovability_resize_dividers_panels: {
1153
1141
  defaultValue: boolean;
1154
1142
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "190.0.0",
3
+ "version": "192.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",