@atlaskit/tmp-editor-statsig 81.2.0 → 82.0.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,23 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 82.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`79c9ce8cbf593`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/79c9ce8cbf593) -
8
+ FFCLEANUP-84819 - Clean up platform_editor_localid_ime_composition_fix
9
+
10
+ ## 81.3.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`2f3106da1d9cb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2f3106da1d9cb) -
15
+ [EDITOR-7190] added experiment gate for adding improve formatting in pinned toolbar experiment
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 81.2.0
4
22
 
5
23
  ### Minor Changes
@@ -1078,14 +1078,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1078
1078
  param: 'isEnabled',
1079
1079
  defaultValue: false
1080
1080
  }),
1081
- // Added 2025-12-22
1082
- platform_editor_localid_ime_composition_fix: (0, _experimentBuilders.createBooleanExperiment)({
1083
- productKeys: {
1084
- confluence: 'platform_editor_localid_ime_composition_fix'
1085
- },
1086
- param: 'isEnabled',
1087
- defaultValue: false
1088
- }),
1089
1081
  // Added 2026-04-13
1090
1082
  platform_editor_hide_extension_renderer_support: (0, _experimentBuilders.createBooleanExperiment)({
1091
1083
  productKeys: {
@@ -2224,5 +2216,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2224
2216
  },
2225
2217
  param: 'isEnabled',
2226
2218
  defaultValue: false
2219
+ }),
2220
+ // Added 2026-05-19
2221
+ platform_editor_ai_improve_formatting_toolbar: (0, _experimentBuilders.createBooleanExperiment)({
2222
+ productKeys: {
2223
+ confluence: 'platform_editor_ai_improve_formatting_toolbar'
2224
+ },
2225
+ param: 'isEnabled',
2226
+ defaultValue: false
2227
2227
  })
2228
2228
  };
@@ -1072,14 +1072,6 @@ export const editorExperimentsConfig = {
1072
1072
  param: 'isEnabled',
1073
1073
  defaultValue: false
1074
1074
  }),
1075
- // Added 2025-12-22
1076
- platform_editor_localid_ime_composition_fix: createBooleanExperiment({
1077
- productKeys: {
1078
- confluence: 'platform_editor_localid_ime_composition_fix'
1079
- },
1080
- param: 'isEnabled',
1081
- defaultValue: false
1082
- }),
1083
1075
  // Added 2026-04-13
1084
1076
  platform_editor_hide_extension_renderer_support: createBooleanExperiment({
1085
1077
  productKeys: {
@@ -2218,5 +2210,13 @@ export const editorExperimentsConfig = {
2218
2210
  },
2219
2211
  param: 'isEnabled',
2220
2212
  defaultValue: false
2213
+ }),
2214
+ // Added 2026-05-19
2215
+ platform_editor_ai_improve_formatting_toolbar: createBooleanExperiment({
2216
+ productKeys: {
2217
+ confluence: 'platform_editor_ai_improve_formatting_toolbar'
2218
+ },
2219
+ param: 'isEnabled',
2220
+ defaultValue: false
2221
2221
  })
2222
2222
  };
@@ -1072,14 +1072,6 @@ export var editorExperimentsConfig = {
1072
1072
  param: 'isEnabled',
1073
1073
  defaultValue: false
1074
1074
  }),
1075
- // Added 2025-12-22
1076
- platform_editor_localid_ime_composition_fix: createBooleanExperiment({
1077
- productKeys: {
1078
- confluence: 'platform_editor_localid_ime_composition_fix'
1079
- },
1080
- param: 'isEnabled',
1081
- defaultValue: false
1082
- }),
1083
1075
  // Added 2026-04-13
1084
1076
  platform_editor_hide_extension_renderer_support: createBooleanExperiment({
1085
1077
  productKeys: {
@@ -2218,5 +2210,13 @@ export var editorExperimentsConfig = {
2218
2210
  },
2219
2211
  param: 'isEnabled',
2220
2212
  defaultValue: false
2213
+ }),
2214
+ // Added 2026-05-19
2215
+ platform_editor_ai_improve_formatting_toolbar: createBooleanExperiment({
2216
+ productKeys: {
2217
+ confluence: 'platform_editor_ai_improve_formatting_toolbar'
2218
+ },
2219
+ param: 'isEnabled',
2220
+ defaultValue: false
2221
2221
  })
2222
2222
  };
@@ -827,12 +827,6 @@ export declare const editorExperimentsConfig: {
827
827
  productKeys?: ProductKeys;
828
828
  typeGuard: IsBooleanType;
829
829
  };
830
- platform_editor_localid_ime_composition_fix: {
831
- defaultValue: boolean;
832
- param: string;
833
- productKeys?: ProductKeys;
834
- typeGuard: IsBooleanType;
835
- };
836
830
  platform_editor_hide_extension_renderer_support: {
837
831
  defaultValue: boolean;
838
832
  param: string;
@@ -1634,5 +1628,11 @@ export declare const editorExperimentsConfig: {
1634
1628
  productKeys?: ProductKeys;
1635
1629
  typeGuard: IsBooleanType;
1636
1630
  };
1631
+ platform_editor_ai_improve_formatting_toolbar: {
1632
+ defaultValue: boolean;
1633
+ param: string;
1634
+ productKeys?: ProductKeys;
1635
+ typeGuard: IsBooleanType;
1636
+ };
1637
1637
  };
1638
1638
  export {};
@@ -827,12 +827,6 @@ export declare const editorExperimentsConfig: {
827
827
  productKeys?: ProductKeys;
828
828
  typeGuard: IsBooleanType;
829
829
  };
830
- platform_editor_localid_ime_composition_fix: {
831
- defaultValue: boolean;
832
- param: string;
833
- productKeys?: ProductKeys;
834
- typeGuard: IsBooleanType;
835
- };
836
830
  platform_editor_hide_extension_renderer_support: {
837
831
  defaultValue: boolean;
838
832
  param: string;
@@ -1634,5 +1628,11 @@ export declare const editorExperimentsConfig: {
1634
1628
  productKeys?: ProductKeys;
1635
1629
  typeGuard: IsBooleanType;
1636
1630
  };
1631
+ platform_editor_ai_improve_formatting_toolbar: {
1632
+ defaultValue: boolean;
1633
+ param: string;
1634
+ productKeys?: ProductKeys;
1635
+ typeGuard: IsBooleanType;
1636
+ };
1637
1637
  };
1638
1638
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "81.2.0",
3
+ "version": "82.0.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",
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "@atlaskit/feature-gate-js-client": "^5.7.0",
37
37
  "@atlaskit/platform-feature-flags": "^1.1.0",
38
- "@atlaskit/react-ufo": "^5.21.0",
38
+ "@atlaskit/react-ufo": "^5.22.0",
39
39
  "@babel/runtime": "^7.0.0"
40
40
  },
41
41
  "platform-feature-flags": {