@atlaskit/tmp-editor-statsig 81.3.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,12 @@
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
+
3
10
  ## 81.3.0
4
11
 
5
12
  ### 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: {
@@ -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: {
@@ -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: {
@@ -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;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "81.3.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": {