@atlaskit/tmp-editor-statsig 64.0.0 → 64.1.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
+ ## 64.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`64134fd6d8fee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/64134fd6d8fee) -
8
+ clean up platform_editor_block_control_optimise_render
9
+
3
10
  ## 64.0.0
4
11
 
5
12
  ### Major Changes
@@ -27,7 +27,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
27
27
  platform_editor_feedback_mandatory_rating: false,
28
28
  platform_editor_preview_panel_responsiveness: false,
29
29
  platform_editor_toolbar_aifc: false,
30
- platform_editor_block_control_optimise_render: false,
31
30
  'test-new-experiments-package': false,
32
31
  platform_editor_exp_lazy_node_views: false,
33
32
  platform_renderer_table_sticky_scrollbar: false,
@@ -247,14 +247,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
247
247
  param: 'isEnabled',
248
248
  defaultValue: false
249
249
  }),
250
- // Added 2025-06-02
251
- platform_editor_block_control_optimise_render: (0, _experimentBuilders.createBooleanExperiment)({
252
- productKeys: {
253
- confluence: 'platform_editor_block_control_optimise_render'
254
- },
255
- param: 'isEnabled',
256
- defaultValue: false
257
- }),
258
250
  // Added 2024-08-08
259
251
  'example-boolean': (0, _experimentBuilders.createBooleanExperiment)({
260
252
  productKeys: {
@@ -21,7 +21,6 @@ export const testBooleanOverrides = {
21
21
  platform_editor_feedback_mandatory_rating: false,
22
22
  platform_editor_preview_panel_responsiveness: false,
23
23
  platform_editor_toolbar_aifc: false,
24
- platform_editor_block_control_optimise_render: false,
25
24
  'test-new-experiments-package': false,
26
25
  platform_editor_exp_lazy_node_views: false,
27
26
  platform_renderer_table_sticky_scrollbar: false,
@@ -241,14 +241,6 @@ export const editorExperimentsConfig = {
241
241
  param: 'isEnabled',
242
242
  defaultValue: false
243
243
  }),
244
- // Added 2025-06-02
245
- platform_editor_block_control_optimise_render: createBooleanExperiment({
246
- productKeys: {
247
- confluence: 'platform_editor_block_control_optimise_render'
248
- },
249
- param: 'isEnabled',
250
- defaultValue: false
251
- }),
252
244
  // Added 2024-08-08
253
245
  'example-boolean': createBooleanExperiment({
254
246
  productKeys: {
@@ -21,7 +21,6 @@ export var testBooleanOverrides = {
21
21
  platform_editor_feedback_mandatory_rating: false,
22
22
  platform_editor_preview_panel_responsiveness: false,
23
23
  platform_editor_toolbar_aifc: false,
24
- platform_editor_block_control_optimise_render: false,
25
24
  'test-new-experiments-package': false,
26
25
  platform_editor_exp_lazy_node_views: false,
27
26
  platform_renderer_table_sticky_scrollbar: false,
@@ -241,14 +241,6 @@ export var editorExperimentsConfig = {
241
241
  param: 'isEnabled',
242
242
  defaultValue: false
243
243
  }),
244
- // Added 2025-06-02
245
- platform_editor_block_control_optimise_render: createBooleanExperiment({
246
- productKeys: {
247
- confluence: 'platform_editor_block_control_optimise_render'
248
- },
249
- param: 'isEnabled',
250
- defaultValue: false
251
- }),
252
244
  // Added 2024-08-08
253
245
  'example-boolean': createBooleanExperiment({
254
246
  productKeys: {
@@ -318,12 +318,6 @@ export declare const editorExperimentsConfig: {
318
318
  productKeys?: ProductKeys;
319
319
  typeGuard: IsBooleanType;
320
320
  };
321
- platform_editor_block_control_optimise_render: {
322
- defaultValue: boolean;
323
- param: string;
324
- productKeys?: ProductKeys;
325
- typeGuard: IsBooleanType;
326
- };
327
321
  platform_editor_media_name_fallback: {
328
322
  defaultValue: boolean;
329
323
  param: string;
@@ -318,12 +318,6 @@ export declare const editorExperimentsConfig: {
318
318
  productKeys?: ProductKeys;
319
319
  typeGuard: IsBooleanType;
320
320
  };
321
- platform_editor_block_control_optimise_render: {
322
- defaultValue: boolean;
323
- param: string;
324
- productKeys?: ProductKeys;
325
- typeGuard: IsBooleanType;
326
- };
327
321
  platform_editor_media_name_fallback: {
328
322
  defaultValue: boolean;
329
323
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "64.0.0",
3
+ "version": "64.1.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",