@atlaskit/tmp-editor-statsig 89.4.0 → 90.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,21 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 90.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`1f87c5cc71aa3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1f87c5cc71aa3) -
8
+ Improve reliability of editor controls positioning by using ProseMirror node decorations to apply
9
+ CSS anchor-name, replacing fragile CSS adjacency selectors. Gated behind
10
+ platform_editor_controls_reliable_anchor experiment.
11
+
12
+ ## 90.0.0
13
+
14
+ ### Major Changes
15
+
16
+ - [`54136b334c25a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/54136b334c25a) -
17
+ Clean up experiment cc_editor_ttvc_release_bundle_one
18
+
3
19
  ## 89.4.0
4
20
 
5
21
  ### Minor Changes
@@ -447,6 +447,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
447
447
  param: 'isEnabled',
448
448
  defaultValue: false
449
449
  }),
450
+ // Added 2026-05-19
451
+ platform_editor_controls_reliable_anchor: (0, _experimentBuilders.createBooleanExperiment)({
452
+ productKeys: {
453
+ confluence: 'platform_editor_controls_reliable_anchor'
454
+ },
455
+ param: 'isEnabled',
456
+ defaultValue: false
457
+ }),
450
458
  // Added 2025-02-10
451
459
  platform_editor_controls: (0, _experimentBuilders.createMultivariateExperiment)({
452
460
  productKeys: {
@@ -947,14 +955,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
947
955
  param: 'isEnabled',
948
956
  defaultValue: false
949
957
  }),
950
- // Added 2025-09-23
951
- cc_editor_ttvc_release_bundle_one: (0, _experimentBuilders.createBooleanExperiment)({
952
- productKeys: {
953
- confluence: 'cc_editor_ttvc_release_bundle_one'
954
- },
955
- param: 'isEnabled',
956
- defaultValue: false
957
- }),
958
958
  // Added 2025-10-01
959
959
  // Added 2025-10-13
960
960
  platform_editor_media_error_analytics: (0, _experimentBuilders.createBooleanExperiment)({
@@ -441,6 +441,14 @@ export const editorExperimentsConfig = {
441
441
  param: 'isEnabled',
442
442
  defaultValue: false
443
443
  }),
444
+ // Added 2026-05-19
445
+ platform_editor_controls_reliable_anchor: createBooleanExperiment({
446
+ productKeys: {
447
+ confluence: 'platform_editor_controls_reliable_anchor'
448
+ },
449
+ param: 'isEnabled',
450
+ defaultValue: false
451
+ }),
444
452
  // Added 2025-02-10
445
453
  platform_editor_controls: createMultivariateExperiment({
446
454
  productKeys: {
@@ -941,14 +949,6 @@ export const editorExperimentsConfig = {
941
949
  param: 'isEnabled',
942
950
  defaultValue: false
943
951
  }),
944
- // Added 2025-09-23
945
- cc_editor_ttvc_release_bundle_one: createBooleanExperiment({
946
- productKeys: {
947
- confluence: 'cc_editor_ttvc_release_bundle_one'
948
- },
949
- param: 'isEnabled',
950
- defaultValue: false
951
- }),
952
952
  // Added 2025-10-01
953
953
  // Added 2025-10-13
954
954
  platform_editor_media_error_analytics: createBooleanExperiment({
@@ -441,6 +441,14 @@ export var editorExperimentsConfig = {
441
441
  param: 'isEnabled',
442
442
  defaultValue: false
443
443
  }),
444
+ // Added 2026-05-19
445
+ platform_editor_controls_reliable_anchor: createBooleanExperiment({
446
+ productKeys: {
447
+ confluence: 'platform_editor_controls_reliable_anchor'
448
+ },
449
+ param: 'isEnabled',
450
+ defaultValue: false
451
+ }),
444
452
  // Added 2025-02-10
445
453
  platform_editor_controls: createMultivariateExperiment({
446
454
  productKeys: {
@@ -941,14 +949,6 @@ export var editorExperimentsConfig = {
941
949
  param: 'isEnabled',
942
950
  defaultValue: false
943
951
  }),
944
- // Added 2025-09-23
945
- cc_editor_ttvc_release_bundle_one: createBooleanExperiment({
946
- productKeys: {
947
- confluence: 'cc_editor_ttvc_release_bundle_one'
948
- },
949
- param: 'isEnabled',
950
- defaultValue: false
951
- }),
952
952
  // Added 2025-10-01
953
953
  // Added 2025-10-13
954
954
  platform_editor_media_error_analytics: createBooleanExperiment({
@@ -161,12 +161,6 @@ export declare const editorExperimentsConfig: {
161
161
  productKeys?: ProductKeys;
162
162
  typeGuard: IsBooleanType;
163
163
  };
164
- cc_editor_ttvc_release_bundle_one: {
165
- defaultValue: boolean;
166
- param: string;
167
- productKeys?: ProductKeys;
168
- typeGuard: IsBooleanType;
169
- };
170
164
  comment_on_bodied_extensions: {
171
165
  defaultValue: boolean;
172
166
  param: string;
@@ -428,6 +422,12 @@ export declare const editorExperimentsConfig: {
428
422
  productKeys?: ProductKeys;
429
423
  typeGuard: IsBooleanType;
430
424
  };
425
+ platform_editor_controls_reliable_anchor: {
426
+ defaultValue: boolean;
427
+ param: string;
428
+ productKeys?: ProductKeys;
429
+ typeGuard: IsBooleanType;
430
+ };
431
431
  platform_editor_confluence_base_preset: {
432
432
  defaultValue: boolean;
433
433
  param: string;
@@ -161,12 +161,6 @@ export declare const editorExperimentsConfig: {
161
161
  productKeys?: ProductKeys;
162
162
  typeGuard: IsBooleanType;
163
163
  };
164
- cc_editor_ttvc_release_bundle_one: {
165
- defaultValue: boolean;
166
- param: string;
167
- productKeys?: ProductKeys;
168
- typeGuard: IsBooleanType;
169
- };
170
164
  comment_on_bodied_extensions: {
171
165
  defaultValue: boolean;
172
166
  param: string;
@@ -428,6 +422,12 @@ export declare const editorExperimentsConfig: {
428
422
  productKeys?: ProductKeys;
429
423
  typeGuard: IsBooleanType;
430
424
  };
425
+ platform_editor_controls_reliable_anchor: {
426
+ defaultValue: boolean;
427
+ param: string;
428
+ productKeys?: ProductKeys;
429
+ typeGuard: IsBooleanType;
430
+ };
431
431
  platform_editor_confluence_base_preset: {
432
432
  defaultValue: boolean;
433
433
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "89.4.0",
3
+ "version": "90.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",