@atlaskit/tmp-editor-statsig 29.0.0 → 29.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,17 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 29.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`48b6616a3fefc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/48b6616a3fefc) -
8
+ Add new logic to detect scrollable containers when calculating position for selection toolbar.
9
+ This fixes issues when used inside modals and other surfaces.
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 29.0.0
4
16
 
5
17
  ### Major Changes
@@ -679,6 +679,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
679
679
  param: 'isEnabled',
680
680
  defaultValue: false
681
681
  }),
682
+ platform_editor_sel_toolbar_scroll_pos_fix_exp: (0, _experimentBuilders.createBooleanExperiment)({
683
+ productKeys: {
684
+ confluence: 'platform_editor_sel_toolbar_scroll_pos_fix_exp',
685
+ jira: 'platform_editor_sel_toolbar_scroll_pos_fix_exp'
686
+ },
687
+ param: 'isEnabled',
688
+ defaultValue: false
689
+ }),
682
690
  // Added 2025-07-31
683
691
  platform_editor_breakout_interaction_rerender: (0, _experimentBuilders.createBooleanExperiment)({
684
692
  productKeys: {
@@ -673,6 +673,14 @@ export const editorExperimentsConfig = {
673
673
  param: 'isEnabled',
674
674
  defaultValue: false
675
675
  }),
676
+ platform_editor_sel_toolbar_scroll_pos_fix_exp: createBooleanExperiment({
677
+ productKeys: {
678
+ confluence: 'platform_editor_sel_toolbar_scroll_pos_fix_exp',
679
+ jira: 'platform_editor_sel_toolbar_scroll_pos_fix_exp'
680
+ },
681
+ param: 'isEnabled',
682
+ defaultValue: false
683
+ }),
676
684
  // Added 2025-07-31
677
685
  platform_editor_breakout_interaction_rerender: createBooleanExperiment({
678
686
  productKeys: {
@@ -673,6 +673,14 @@ export var editorExperimentsConfig = {
673
673
  param: 'isEnabled',
674
674
  defaultValue: false
675
675
  }),
676
+ platform_editor_sel_toolbar_scroll_pos_fix_exp: createBooleanExperiment({
677
+ productKeys: {
678
+ confluence: 'platform_editor_sel_toolbar_scroll_pos_fix_exp',
679
+ jira: 'platform_editor_sel_toolbar_scroll_pos_fix_exp'
680
+ },
681
+ param: 'isEnabled',
682
+ defaultValue: false
683
+ }),
676
684
  // Added 2025-07-31
677
685
  platform_editor_breakout_interaction_rerender: createBooleanExperiment({
678
686
  productKeys: {
@@ -148,6 +148,12 @@ export declare const editorExperimentsConfig: {
148
148
  productKeys?: ProductKeys;
149
149
  typeGuard: IsBooleanType;
150
150
  };
151
+ 'platform_editor_sel_toolbar_scroll_pos_fix_exp': {
152
+ defaultValue: boolean;
153
+ param: string;
154
+ productKeys?: ProductKeys;
155
+ typeGuard: IsBooleanType;
156
+ };
151
157
  editor_enable_image_alignment_in_expand: {
152
158
  defaultValue: boolean;
153
159
  param: string;
@@ -148,6 +148,12 @@ export declare const editorExperimentsConfig: {
148
148
  productKeys?: ProductKeys;
149
149
  typeGuard: IsBooleanType;
150
150
  };
151
+ 'platform_editor_sel_toolbar_scroll_pos_fix_exp': {
152
+ defaultValue: boolean;
153
+ param: string;
154
+ productKeys?: ProductKeys;
155
+ typeGuard: IsBooleanType;
156
+ };
151
157
  editor_enable_image_alignment_in_expand: {
152
158
  defaultValue: boolean;
153
159
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "29.0.0",
3
+ "version": "29.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",