@atlaskit/tmp-editor-statsig 29.0.0 → 29.2.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,25 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 29.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`50a2e34ed2f69`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/50a2e34ed2f69) -
|
|
8
|
+
Optimize SmartCardLocalCacheClient: in-memory caching, async writes, singleton pattern, and write
|
|
9
|
+
batching.
|
|
10
|
+
|
|
11
|
+
## 29.1.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [`48b6616a3fefc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/48b6616a3fefc) -
|
|
16
|
+
Add new logic to detect scrollable containers when calculating position for selection toolbar.
|
|
17
|
+
This fixes issues when used inside modals and other surfaces.
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
|
|
3
23
|
## 29.0.0
|
|
4
24
|
|
|
5
25
|
### 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.
|
|
3
|
+
"version": "29.2.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": "^5.
|
|
37
|
+
"@atlaskit/react-ufo": "^5.3.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|