@atlaskit/tmp-editor-statsig 13.34.0 → 13.36.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
+ ## 13.36.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`6dca69f45fa7f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6dca69f45fa7f) -
8
+ [ED-29493] clean up references to platform_editor_find_replace_a11y_fixes
9
+
10
+ ## 13.35.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`f79abec64be13`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f79abec64be13) -
15
+ [EDITOR-2624] Add max width mode for ultra wide monitors to the Editor and Renderer
16
+
3
17
  ## 13.34.0
4
18
 
5
19
  ### Minor Changes
@@ -34,6 +34,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
34
34
  param: 'isEnabled',
35
35
  defaultValue: false
36
36
  }),
37
+ // Added 2025-11-03
38
+ editor_tinymce_full_width_mode: (0, _experimentBuilders.createBooleanExperiment)({
39
+ productKeys: {
40
+ confluence: 'editor_tinymce_full_width_mode'
41
+ },
42
+ param: 'isEnabled',
43
+ defaultValue: false
44
+ }),
37
45
  cc_editor_insm_doc_size_stats: (0, _experimentBuilders.createBooleanExperiment)({
38
46
  productKeys: {
39
47
  confluence: 'cc_editor_insm_doc_size_stats'
@@ -798,14 +806,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
798
806
  param: 'isEnabled',
799
807
  defaultValue: false
800
808
  }),
801
- // Added 2025-08-18
802
- platform_editor_find_replace_a11y_fixes: (0, _experimentBuilders.createBooleanExperiment)({
803
- productKeys: {
804
- confluence: 'platform_editor_find_replace_a11y_fixes'
805
- },
806
- param: 'isEnabled',
807
- defaultValue: false
808
- }),
809
809
  // Added 2025-08-19
810
810
  platform_editor_breakout_resizing_vc90_fix: (0, _experimentBuilders.createBooleanExperiment)({
811
811
  productKeys: {
@@ -28,6 +28,14 @@ export const editorExperimentsConfig = {
28
28
  param: 'isEnabled',
29
29
  defaultValue: false
30
30
  }),
31
+ // Added 2025-11-03
32
+ editor_tinymce_full_width_mode: createBooleanExperiment({
33
+ productKeys: {
34
+ confluence: 'editor_tinymce_full_width_mode'
35
+ },
36
+ param: 'isEnabled',
37
+ defaultValue: false
38
+ }),
31
39
  cc_editor_insm_doc_size_stats: createBooleanExperiment({
32
40
  productKeys: {
33
41
  confluence: 'cc_editor_insm_doc_size_stats'
@@ -792,14 +800,6 @@ export const editorExperimentsConfig = {
792
800
  param: 'isEnabled',
793
801
  defaultValue: false
794
802
  }),
795
- // Added 2025-08-18
796
- platform_editor_find_replace_a11y_fixes: createBooleanExperiment({
797
- productKeys: {
798
- confluence: 'platform_editor_find_replace_a11y_fixes'
799
- },
800
- param: 'isEnabled',
801
- defaultValue: false
802
- }),
803
803
  // Added 2025-08-19
804
804
  platform_editor_breakout_resizing_vc90_fix: createBooleanExperiment({
805
805
  productKeys: {
@@ -28,6 +28,14 @@ export var editorExperimentsConfig = {
28
28
  param: 'isEnabled',
29
29
  defaultValue: false
30
30
  }),
31
+ // Added 2025-11-03
32
+ editor_tinymce_full_width_mode: createBooleanExperiment({
33
+ productKeys: {
34
+ confluence: 'editor_tinymce_full_width_mode'
35
+ },
36
+ param: 'isEnabled',
37
+ defaultValue: false
38
+ }),
31
39
  cc_editor_insm_doc_size_stats: createBooleanExperiment({
32
40
  productKeys: {
33
41
  confluence: 'cc_editor_insm_doc_size_stats'
@@ -792,14 +800,6 @@ export var editorExperimentsConfig = {
792
800
  param: 'isEnabled',
793
801
  defaultValue: false
794
802
  }),
795
- // Added 2025-08-18
796
- platform_editor_find_replace_a11y_fixes: createBooleanExperiment({
797
- productKeys: {
798
- confluence: 'platform_editor_find_replace_a11y_fixes'
799
- },
800
- param: 'isEnabled',
801
- defaultValue: false
802
- }),
803
803
  // Added 2025-08-19
804
804
  platform_editor_breakout_resizing_vc90_fix: createBooleanExperiment({
805
805
  productKeys: {
@@ -17,6 +17,12 @@ export declare const editorExperimentsConfig: {
17
17
  param: string;
18
18
  productKeys?: import("./types").ProductKeys;
19
19
  };
20
+ editor_tinymce_full_width_mode: {
21
+ typeGuard: typeof import("./type-guards").isBoolean;
22
+ defaultValue: boolean;
23
+ param: string;
24
+ productKeys?: import("./types").ProductKeys;
25
+ };
20
26
  cc_editor_insm_doc_size_stats: {
21
27
  typeGuard: typeof import("./type-guards").isBoolean;
22
28
  defaultValue: boolean;
@@ -584,12 +590,6 @@ export declare const editorExperimentsConfig: {
584
590
  param: string;
585
591
  productKeys?: import("./types").ProductKeys;
586
592
  };
587
- platform_editor_find_replace_a11y_fixes: {
588
- typeGuard: typeof import("./type-guards").isBoolean;
589
- defaultValue: boolean;
590
- param: string;
591
- productKeys?: import("./types").ProductKeys;
592
- };
593
593
  platform_editor_breakout_resizing_vc90_fix: {
594
594
  typeGuard: typeof import("./type-guards").isBoolean;
595
595
  defaultValue: boolean;
@@ -17,6 +17,12 @@ export declare const editorExperimentsConfig: {
17
17
  param: string;
18
18
  productKeys?: import("./types").ProductKeys;
19
19
  };
20
+ editor_tinymce_full_width_mode: {
21
+ typeGuard: typeof import("./type-guards").isBoolean;
22
+ defaultValue: boolean;
23
+ param: string;
24
+ productKeys?: import("./types").ProductKeys;
25
+ };
20
26
  cc_editor_insm_doc_size_stats: {
21
27
  typeGuard: typeof import("./type-guards").isBoolean;
22
28
  defaultValue: boolean;
@@ -584,12 +590,6 @@ export declare const editorExperimentsConfig: {
584
590
  param: string;
585
591
  productKeys?: import("./types").ProductKeys;
586
592
  };
587
- platform_editor_find_replace_a11y_fixes: {
588
- typeGuard: typeof import("./type-guards").isBoolean;
589
- defaultValue: boolean;
590
- param: string;
591
- productKeys?: import("./types").ProductKeys;
592
- };
593
593
  platform_editor_breakout_resizing_vc90_fix: {
594
594
  typeGuard: typeof import("./type-guards").isBoolean;
595
595
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.34.0",
3
+ "version": "13.36.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",