@atlaskit/tmp-editor-statsig 13.21.0 → 13.23.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,23 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 13.23.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`c6c113481c118`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c6c113481c118) -
8
+ Updates limited mode to include lcm sizes in decision to engage.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 13.22.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [`351b338797ae4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/351b338797ae4) -
19
+ ED-29460 Clean up platform_editor_toolbar_aifc_fix_editor_view
20
+
3
21
  ## 13.21.0
4
22
 
5
23
  ### Minor Changes
@@ -19,10 +19,17 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
19
19
  // Editor Platform experiments
20
20
  // lwoollard experiments
21
21
  // Added 03-09-2025
22
+ cc_editor_limited_mode_include_lcm: (0, _experimentBuilders.createBooleanExperiment)({
23
+ productKeys: {
24
+ confluence: 'cc_editor_limited_mode_include_lcm'
25
+ },
26
+ param: 'isEnabled',
27
+ defaultValue: false
28
+ }),
29
+ // Added 03-09-2025
22
30
  cc_editor_interactivity_monitoring: (0, _experimentBuilders.createBooleanExperiment)({
23
31
  productKeys: {
24
- confluence: 'cc_editor_interactivity_monitoring',
25
- jira: 'cc_editor_interactivity_monitoring'
32
+ confluence: 'cc_editor_interactivity_monitoring'
26
33
  },
27
34
  param: 'isEnabled',
28
35
  defaultValue: false
@@ -195,14 +202,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
195
202
  values: ['control', 'test'],
196
203
  defaultValue: 'control'
197
204
  }),
198
- platform_editor_toolbar_aifc_fix_editor_view: (0, _experimentBuilders.createBooleanExperiment)({
199
- productKeys: {
200
- confluence: 'platform_editor_toolbar_aifc_fix_editor_view',
201
- jira: 'platform_editor_toolbar_aifc_fix_editor_view'
202
- },
203
- param: 'isEnabled',
204
- defaultValue: false
205
- }),
206
205
  // added 2024-11-06
207
206
  // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
208
207
  'nested-tables-in-tables': (0, _experimentBuilders.createBooleanExperiment)({
@@ -13,10 +13,17 @@ export const editorExperimentsConfig = {
13
13
  // Editor Platform experiments
14
14
  // lwoollard experiments
15
15
  // Added 03-09-2025
16
+ cc_editor_limited_mode_include_lcm: createBooleanExperiment({
17
+ productKeys: {
18
+ confluence: 'cc_editor_limited_mode_include_lcm'
19
+ },
20
+ param: 'isEnabled',
21
+ defaultValue: false
22
+ }),
23
+ // Added 03-09-2025
16
24
  cc_editor_interactivity_monitoring: createBooleanExperiment({
17
25
  productKeys: {
18
- confluence: 'cc_editor_interactivity_monitoring',
19
- jira: 'cc_editor_interactivity_monitoring'
26
+ confluence: 'cc_editor_interactivity_monitoring'
20
27
  },
21
28
  param: 'isEnabled',
22
29
  defaultValue: false
@@ -189,14 +196,6 @@ export const editorExperimentsConfig = {
189
196
  values: ['control', 'test'],
190
197
  defaultValue: 'control'
191
198
  }),
192
- platform_editor_toolbar_aifc_fix_editor_view: createBooleanExperiment({
193
- productKeys: {
194
- confluence: 'platform_editor_toolbar_aifc_fix_editor_view',
195
- jira: 'platform_editor_toolbar_aifc_fix_editor_view'
196
- },
197
- param: 'isEnabled',
198
- defaultValue: false
199
- }),
200
199
  // added 2024-11-06
201
200
  // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
202
201
  'nested-tables-in-tables': createBooleanExperiment({
@@ -13,10 +13,17 @@ export var editorExperimentsConfig = {
13
13
  // Editor Platform experiments
14
14
  // lwoollard experiments
15
15
  // Added 03-09-2025
16
+ cc_editor_limited_mode_include_lcm: createBooleanExperiment({
17
+ productKeys: {
18
+ confluence: 'cc_editor_limited_mode_include_lcm'
19
+ },
20
+ param: 'isEnabled',
21
+ defaultValue: false
22
+ }),
23
+ // Added 03-09-2025
16
24
  cc_editor_interactivity_monitoring: createBooleanExperiment({
17
25
  productKeys: {
18
- confluence: 'cc_editor_interactivity_monitoring',
19
- jira: 'cc_editor_interactivity_monitoring'
26
+ confluence: 'cc_editor_interactivity_monitoring'
20
27
  },
21
28
  param: 'isEnabled',
22
29
  defaultValue: false
@@ -189,14 +196,6 @@ export var editorExperimentsConfig = {
189
196
  values: ['control', 'test'],
190
197
  defaultValue: 'control'
191
198
  }),
192
- platform_editor_toolbar_aifc_fix_editor_view: createBooleanExperiment({
193
- productKeys: {
194
- confluence: 'platform_editor_toolbar_aifc_fix_editor_view',
195
- jira: 'platform_editor_toolbar_aifc_fix_editor_view'
196
- },
197
- param: 'isEnabled',
198
- defaultValue: false
199
- }),
200
199
  // added 2024-11-06
201
200
  // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
202
201
  'nested-tables-in-tables': createBooleanExperiment({
@@ -5,6 +5,12 @@ export type EditorExperimentsConfig = typeof editorExperimentsConfig;
5
5
  * existing experiments.
6
6
  */
7
7
  export declare const editorExperimentsConfig: {
8
+ cc_editor_limited_mode_include_lcm: {
9
+ typeGuard: typeof import("./type-guards").isBoolean;
10
+ defaultValue: boolean;
11
+ param: string;
12
+ productKeys?: import("./types").ProductKeys;
13
+ };
8
14
  cc_editor_interactivity_monitoring: {
9
15
  typeGuard: typeof import("./type-guards").isBoolean;
10
16
  defaultValue: boolean;
@@ -135,12 +141,6 @@ export declare const editorExperimentsConfig: {
135
141
  param: string;
136
142
  productKeys?: import("./types").ProductKeys;
137
143
  };
138
- platform_editor_toolbar_aifc_fix_editor_view: {
139
- typeGuard: typeof import("./type-guards").isBoolean;
140
- defaultValue: boolean;
141
- param: string;
142
- productKeys?: import("./types").ProductKeys;
143
- };
144
144
  'nested-tables-in-tables': {
145
145
  typeGuard: typeof import("./type-guards").isBoolean;
146
146
  defaultValue: boolean;
@@ -5,6 +5,12 @@ export type EditorExperimentsConfig = typeof editorExperimentsConfig;
5
5
  * existing experiments.
6
6
  */
7
7
  export declare const editorExperimentsConfig: {
8
+ cc_editor_limited_mode_include_lcm: {
9
+ typeGuard: typeof import("./type-guards").isBoolean;
10
+ defaultValue: boolean;
11
+ param: string;
12
+ productKeys?: import("./types").ProductKeys;
13
+ };
8
14
  cc_editor_interactivity_monitoring: {
9
15
  typeGuard: typeof import("./type-guards").isBoolean;
10
16
  defaultValue: boolean;
@@ -135,12 +141,6 @@ export declare const editorExperimentsConfig: {
135
141
  param: string;
136
142
  productKeys?: import("./types").ProductKeys;
137
143
  };
138
- platform_editor_toolbar_aifc_fix_editor_view: {
139
- typeGuard: typeof import("./type-guards").isBoolean;
140
- defaultValue: boolean;
141
- param: string;
142
- productKeys?: import("./types").ProductKeys;
143
- };
144
144
  'nested-tables-in-tables': {
145
145
  typeGuard: typeof import("./type-guards").isBoolean;
146
146
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.21.0",
3
+ "version": "13.23.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",
@@ -34,7 +34,7 @@
34
34
  "atlaskit:src": "src/index.ts",
35
35
  "dependencies": {
36
36
  "@atlaskit/feature-gate-js-client": "^5.5.0",
37
- "@atlaskit/react-ufo": "^4.13.0",
37
+ "@atlaskit/react-ufo": "^4.14.0",
38
38
  "@babel/runtime": "^7.0.0"
39
39
  },
40
40
  "peerDependencies": {