@atlaskit/tmp-editor-statsig 29.1.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,13 @@
|
|
|
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
|
+
|
|
3
11
|
## 29.1.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -148,7 +148,7 @@ export declare const editorExperimentsConfig: {
|
|
|
148
148
|
productKeys?: ProductKeys;
|
|
149
149
|
typeGuard: IsBooleanType;
|
|
150
150
|
};
|
|
151
|
-
|
|
151
|
+
platform_editor_sel_toolbar_scroll_pos_fix_exp: {
|
|
152
152
|
defaultValue: boolean;
|
|
153
153
|
param: string;
|
|
154
154
|
productKeys?: ProductKeys;
|
|
@@ -148,7 +148,7 @@ export declare const editorExperimentsConfig: {
|
|
|
148
148
|
productKeys?: ProductKeys;
|
|
149
149
|
typeGuard: IsBooleanType;
|
|
150
150
|
};
|
|
151
|
-
|
|
151
|
+
platform_editor_sel_toolbar_scroll_pos_fix_exp: {
|
|
152
152
|
defaultValue: boolean;
|
|
153
153
|
param: string;
|
|
154
154
|
productKeys?: ProductKeys;
|
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": {
|