@atlaskit/tmp-editor-statsig 16.4.0 → 16.5.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
+ ## 16.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`4fb60e6294885`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4fb60e6294885) -
8
+ Cleanup platform_editor_no_ssr flag
9
+
3
10
  ## 16.4.0
4
11
 
5
12
  ### Minor Changes
@@ -364,14 +364,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
364
364
  param: 'isEnabled',
365
365
  defaultValue: false
366
366
  }),
367
- // Added 2025-10-15
368
- platform_editor_no_ssr: (0, _experimentBuilders.createBooleanExperiment)({
369
- productKeys: {
370
- confluence: 'platform_editor_no_ssr'
371
- },
372
- param: 'isEnabled',
373
- defaultValue: false
374
- }),
375
367
  // Added 2025-10-31
376
368
  platform_editor_lovability_suppress_toolbar_event: (0, _experimentBuilders.createBooleanExperiment)({
377
369
  productKeys: {
@@ -358,14 +358,6 @@ export const editorExperimentsConfig = {
358
358
  param: 'isEnabled',
359
359
  defaultValue: false
360
360
  }),
361
- // Added 2025-10-15
362
- platform_editor_no_ssr: createBooleanExperiment({
363
- productKeys: {
364
- confluence: 'platform_editor_no_ssr'
365
- },
366
- param: 'isEnabled',
367
- defaultValue: false
368
- }),
369
361
  // Added 2025-10-31
370
362
  platform_editor_lovability_suppress_toolbar_event: createBooleanExperiment({
371
363
  productKeys: {
@@ -358,14 +358,6 @@ export var editorExperimentsConfig = {
358
358
  param: 'isEnabled',
359
359
  defaultValue: false
360
360
  }),
361
- // Added 2025-10-15
362
- platform_editor_no_ssr: createBooleanExperiment({
363
- productKeys: {
364
- confluence: 'platform_editor_no_ssr'
365
- },
366
- param: 'isEnabled',
367
- defaultValue: false
368
- }),
369
361
  // Added 2025-10-31
370
362
  platform_editor_lovability_suppress_toolbar_event: createBooleanExperiment({
371
363
  productKeys: {
@@ -513,12 +513,6 @@ export declare const editorExperimentsConfig: {
513
513
  productKeys?: ProductKeys;
514
514
  typeGuard: IsBooleanType;
515
515
  };
516
- platform_editor_no_ssr: {
517
- defaultValue: boolean;
518
- param: string;
519
- productKeys?: ProductKeys;
520
- typeGuard: IsBooleanType;
521
- };
522
516
  platform_editor_no_state_plugin_injection_api: {
523
517
  defaultValue: boolean;
524
518
  param: string;
@@ -513,12 +513,6 @@ export declare const editorExperimentsConfig: {
513
513
  productKeys?: ProductKeys;
514
514
  typeGuard: IsBooleanType;
515
515
  };
516
- platform_editor_no_ssr: {
517
- defaultValue: boolean;
518
- param: string;
519
- productKeys?: ProductKeys;
520
- typeGuard: IsBooleanType;
521
- };
522
516
  platform_editor_no_state_plugin_injection_api: {
523
517
  defaultValue: boolean;
524
518
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.4.0",
3
+ "version": "16.5.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",