@atlaskit/tmp-editor-statsig 22.2.1 → 22.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,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 22.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`6911179854bdb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6911179854bdb) -
8
+ Remove diff highlighting if there are overlapping mark steps (ie. add and then remove)
9
+
3
10
  ## 22.2.1
4
11
 
5
12
  ### Patch Changes
@@ -370,6 +370,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
370
370
  param: 'isEnabled',
371
371
  defaultValue: false
372
372
  }),
373
+ platform_editor_deduplicate_mark_diff: (0, _experimentBuilders.createBooleanExperiment)({
374
+ productKeys: {
375
+ confluence: 'platform_editor_deduplicate_mark_diff'
376
+ },
377
+ param: 'isEnabled',
378
+ defaultValue: false
379
+ }),
373
380
  // Added 2025-09-03
374
381
  platform_editor_hydratable_ui: (0, _experimentBuilders.createBooleanExperiment)({
375
382
  productKeys: {
@@ -364,6 +364,13 @@ export const editorExperimentsConfig = {
364
364
  param: 'isEnabled',
365
365
  defaultValue: false
366
366
  }),
367
+ platform_editor_deduplicate_mark_diff: createBooleanExperiment({
368
+ productKeys: {
369
+ confluence: 'platform_editor_deduplicate_mark_diff'
370
+ },
371
+ param: 'isEnabled',
372
+ defaultValue: false
373
+ }),
367
374
  // Added 2025-09-03
368
375
  platform_editor_hydratable_ui: createBooleanExperiment({
369
376
  productKeys: {
@@ -364,6 +364,13 @@ export var editorExperimentsConfig = {
364
364
  param: 'isEnabled',
365
365
  defaultValue: false
366
366
  }),
367
+ platform_editor_deduplicate_mark_diff: createBooleanExperiment({
368
+ productKeys: {
369
+ confluence: 'platform_editor_deduplicate_mark_diff'
370
+ },
371
+ param: 'isEnabled',
372
+ defaultValue: false
373
+ }),
367
374
  // Added 2025-09-03
368
375
  platform_editor_hydratable_ui: createBooleanExperiment({
369
376
  productKeys: {
@@ -185,6 +185,12 @@ export declare const editorExperimentsConfig: {
185
185
  productKeys?: ProductKeys;
186
186
  typeGuard: IsBooleanType;
187
187
  };
188
+ 'platform_editor_deduplicate_mark_diff': {
189
+ defaultValue: boolean;
190
+ param: string;
191
+ productKeys?: ProductKeys;
192
+ typeGuard: IsBooleanType;
193
+ };
188
194
  'nested-tables-in-tables': {
189
195
  defaultValue: boolean;
190
196
  param: string;
@@ -185,6 +185,12 @@ export declare const editorExperimentsConfig: {
185
185
  productKeys?: ProductKeys;
186
186
  typeGuard: IsBooleanType;
187
187
  };
188
+ 'platform_editor_deduplicate_mark_diff': {
189
+ defaultValue: boolean;
190
+ param: string;
191
+ productKeys?: ProductKeys;
192
+ typeGuard: IsBooleanType;
193
+ };
188
194
  'nested-tables-in-tables': {
189
195
  defaultValue: boolean;
190
196
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "22.2.1",
3
+ "version": "22.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",