@atlaskit/tmp-editor-statsig 34.1.0 → 34.3.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
+ ## 34.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`b5e671b3b051c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b5e671b3b051c) -
8
+ [ux] Fix inline node annotation color in Renderer to match text annotation color
9
+
10
+ ## 34.2.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`a71583c5b6516`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a71583c5b6516) -
15
+ cleanup platform_editor_fix_emoji_paste_html
16
+
3
17
  ## 34.1.0
4
18
 
5
19
  ### Minor Changes
@@ -182,6 +182,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
182
182
  param: 'isEnabled',
183
183
  defaultValue: false
184
184
  }),
185
+ // Added 2026-03-06
186
+ platform_editor_media_reliability_observability: (0, _experimentBuilders.createBooleanExperiment)({
187
+ productKeys: {
188
+ confluence: 'platform_editor_media_reliability_observability'
189
+ },
190
+ param: 'isEnabled',
191
+ defaultValue: false
192
+ }),
185
193
  // Added 2025-11-20
186
194
  platform_editor_annotations_sync_on_docchange: (0, _experimentBuilders.createBooleanExperiment)({
187
195
  productKeys: {
@@ -1006,13 +1014,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1006
1014
  param: 'isEnabled',
1007
1015
  defaultValue: false
1008
1016
  }),
1009
- platform_editor_fix_emoji_paste_html: (0, _experimentBuilders.createBooleanExperiment)({
1010
- productKeys: {
1011
- confluence: 'platform_editor_fix_emoji_paste_html'
1012
- },
1013
- param: 'isEnabled',
1014
- defaultValue: false
1015
- }),
1016
1017
  platform_editor_flex_based_centering: (0, _experimentBuilders.createBooleanExperiment)({
1017
1018
  productKeys: {
1018
1019
  confluence: 'platform_editor_flex_based_centering'
@@ -1616,6 +1617,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1616
1617
  param: 'isEnabled',
1617
1618
  defaultValue: false
1618
1619
  }),
1620
+ // Added 2026-03-04
1621
+ confluence_fe_renderer_inline_node_mark_color_fix: (0, _experimentBuilders.createBooleanExperiment)({
1622
+ productKeys: {
1623
+ confluence: 'confluence_fe_renderer_inline_node_mark_color_fix'
1624
+ },
1625
+ param: 'isEnabled',
1626
+ defaultValue: false
1627
+ }),
1619
1628
  // Added 2026-03-05
1620
1629
  platform_editor_table_resizer_extended_zone: (0, _experimentBuilders.createBooleanExperiment)({
1621
1630
  productKeys: {
@@ -176,6 +176,14 @@ export const editorExperimentsConfig = {
176
176
  param: 'isEnabled',
177
177
  defaultValue: false
178
178
  }),
179
+ // Added 2026-03-06
180
+ platform_editor_media_reliability_observability: createBooleanExperiment({
181
+ productKeys: {
182
+ confluence: 'platform_editor_media_reliability_observability'
183
+ },
184
+ param: 'isEnabled',
185
+ defaultValue: false
186
+ }),
179
187
  // Added 2025-11-20
180
188
  platform_editor_annotations_sync_on_docchange: createBooleanExperiment({
181
189
  productKeys: {
@@ -1000,13 +1008,6 @@ export const editorExperimentsConfig = {
1000
1008
  param: 'isEnabled',
1001
1009
  defaultValue: false
1002
1010
  }),
1003
- platform_editor_fix_emoji_paste_html: createBooleanExperiment({
1004
- productKeys: {
1005
- confluence: 'platform_editor_fix_emoji_paste_html'
1006
- },
1007
- param: 'isEnabled',
1008
- defaultValue: false
1009
- }),
1010
1011
  platform_editor_flex_based_centering: createBooleanExperiment({
1011
1012
  productKeys: {
1012
1013
  confluence: 'platform_editor_flex_based_centering'
@@ -1610,6 +1611,14 @@ export const editorExperimentsConfig = {
1610
1611
  param: 'isEnabled',
1611
1612
  defaultValue: false
1612
1613
  }),
1614
+ // Added 2026-03-04
1615
+ confluence_fe_renderer_inline_node_mark_color_fix: createBooleanExperiment({
1616
+ productKeys: {
1617
+ confluence: 'confluence_fe_renderer_inline_node_mark_color_fix'
1618
+ },
1619
+ param: 'isEnabled',
1620
+ defaultValue: false
1621
+ }),
1613
1622
  // Added 2026-03-05
1614
1623
  platform_editor_table_resizer_extended_zone: createBooleanExperiment({
1615
1624
  productKeys: {
@@ -176,6 +176,14 @@ export var editorExperimentsConfig = {
176
176
  param: 'isEnabled',
177
177
  defaultValue: false
178
178
  }),
179
+ // Added 2026-03-06
180
+ platform_editor_media_reliability_observability: createBooleanExperiment({
181
+ productKeys: {
182
+ confluence: 'platform_editor_media_reliability_observability'
183
+ },
184
+ param: 'isEnabled',
185
+ defaultValue: false
186
+ }),
179
187
  // Added 2025-11-20
180
188
  platform_editor_annotations_sync_on_docchange: createBooleanExperiment({
181
189
  productKeys: {
@@ -1000,13 +1008,6 @@ export var editorExperimentsConfig = {
1000
1008
  param: 'isEnabled',
1001
1009
  defaultValue: false
1002
1010
  }),
1003
- platform_editor_fix_emoji_paste_html: createBooleanExperiment({
1004
- productKeys: {
1005
- confluence: 'platform_editor_fix_emoji_paste_html'
1006
- },
1007
- param: 'isEnabled',
1008
- defaultValue: false
1009
- }),
1010
1011
  platform_editor_flex_based_centering: createBooleanExperiment({
1011
1012
  productKeys: {
1012
1013
  confluence: 'platform_editor_flex_based_centering'
@@ -1610,6 +1611,14 @@ export var editorExperimentsConfig = {
1610
1611
  param: 'isEnabled',
1611
1612
  defaultValue: false
1612
1613
  }),
1614
+ // Added 2026-03-04
1615
+ confluence_fe_renderer_inline_node_mark_color_fix: createBooleanExperiment({
1616
+ productKeys: {
1617
+ confluence: 'confluence_fe_renderer_inline_node_mark_color_fix'
1618
+ },
1619
+ param: 'isEnabled',
1620
+ defaultValue: false
1621
+ }),
1613
1622
  // Added 2026-03-05
1614
1623
  platform_editor_table_resizer_extended_zone: createBooleanExperiment({
1615
1624
  productKeys: {
@@ -118,12 +118,6 @@ export declare const editorExperimentsConfig: {
118
118
  productKeys?: ProductKeys;
119
119
  typeGuard: IsBooleanType;
120
120
  };
121
- platform_editor_fix_emoji_paste_html: {
122
- defaultValue: boolean;
123
- param: string;
124
- productKeys?: ProductKeys;
125
- typeGuard: IsBooleanType;
126
- };
127
121
  platform_editor_flex_based_centering: {
128
122
  defaultValue: boolean;
129
123
  param: string;
@@ -1170,6 +1164,12 @@ export declare const editorExperimentsConfig: {
1170
1164
  productKeys?: ProductKeys;
1171
1165
  typeGuard: IsBooleanType;
1172
1166
  };
1167
+ platform_editor_media_reliability_observability: {
1168
+ defaultValue: boolean;
1169
+ param: string;
1170
+ productKeys?: ProductKeys;
1171
+ typeGuard: IsBooleanType;
1172
+ };
1173
1173
  platform_editor_eslint_suppression_fix: {
1174
1174
  defaultValue: boolean;
1175
1175
  param: string;
@@ -1188,6 +1188,12 @@ export declare const editorExperimentsConfig: {
1188
1188
  productKeys?: ProductKeys;
1189
1189
  typeGuard: IsBooleanType;
1190
1190
  };
1191
+ confluence_fe_renderer_inline_node_mark_color_fix: {
1192
+ defaultValue: boolean;
1193
+ param: string;
1194
+ productKeys?: ProductKeys;
1195
+ typeGuard: IsBooleanType;
1196
+ };
1191
1197
  platform_editor_table_resizer_extended_zone: {
1192
1198
  defaultValue: boolean;
1193
1199
  param: string;
@@ -118,12 +118,6 @@ export declare const editorExperimentsConfig: {
118
118
  productKeys?: ProductKeys;
119
119
  typeGuard: IsBooleanType;
120
120
  };
121
- platform_editor_fix_emoji_paste_html: {
122
- defaultValue: boolean;
123
- param: string;
124
- productKeys?: ProductKeys;
125
- typeGuard: IsBooleanType;
126
- };
127
121
  platform_editor_flex_based_centering: {
128
122
  defaultValue: boolean;
129
123
  param: string;
@@ -1170,6 +1164,12 @@ export declare const editorExperimentsConfig: {
1170
1164
  productKeys?: ProductKeys;
1171
1165
  typeGuard: IsBooleanType;
1172
1166
  };
1167
+ platform_editor_media_reliability_observability: {
1168
+ defaultValue: boolean;
1169
+ param: string;
1170
+ productKeys?: ProductKeys;
1171
+ typeGuard: IsBooleanType;
1172
+ };
1173
1173
  platform_editor_eslint_suppression_fix: {
1174
1174
  defaultValue: boolean;
1175
1175
  param: string;
@@ -1188,6 +1188,12 @@ export declare const editorExperimentsConfig: {
1188
1188
  productKeys?: ProductKeys;
1189
1189
  typeGuard: IsBooleanType;
1190
1190
  };
1191
+ confluence_fe_renderer_inline_node_mark_color_fix: {
1192
+ defaultValue: boolean;
1193
+ param: string;
1194
+ productKeys?: ProductKeys;
1195
+ typeGuard: IsBooleanType;
1196
+ };
1191
1197
  platform_editor_table_resizer_extended_zone: {
1192
1198
  defaultValue: boolean;
1193
1199
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "34.1.0",
3
+ "version": "34.3.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",