@atlaskit/tmp-editor-statsig 203.0.0 → 204.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
+ ## 204.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`c59a6b356dc1b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c59a6b356dc1b) -
8
+ Clean up experiment `platform_editor_korean_characters_split`
9
+
3
10
  ## 203.0.0
4
11
 
5
12
  ### Major Changes
@@ -1238,14 +1238,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1238
1238
  param: 'isEnabled',
1239
1239
  defaultValue: false
1240
1240
  }),
1241
- // Added 2026-04-22
1242
- platform_editor_korean_characters_split: (0, _createBooleanExperiment.createBooleanExperiment)({
1243
- productKeys: {
1244
- confluence: 'platform_editor_korean_characters_split'
1245
- },
1246
- param: 'isEnabled',
1247
- defaultValue: false
1248
- }),
1249
1241
  // Added 2026-07-09
1250
1242
  platform_editor_sync_block_activation: (0, _createBooleanExperiment.createBooleanExperiment)({
1251
1243
  productKeys: {
@@ -1232,14 +1232,6 @@ export const editorExperimentsConfig = {
1232
1232
  param: 'isEnabled',
1233
1233
  defaultValue: false
1234
1234
  }),
1235
- // Added 2026-04-22
1236
- platform_editor_korean_characters_split: createBooleanExperiment({
1237
- productKeys: {
1238
- confluence: 'platform_editor_korean_characters_split'
1239
- },
1240
- param: 'isEnabled',
1241
- defaultValue: false
1242
- }),
1243
1235
  // Added 2026-07-09
1244
1236
  platform_editor_sync_block_activation: createBooleanExperiment({
1245
1237
  productKeys: {
@@ -1232,14 +1232,6 @@ export var editorExperimentsConfig = {
1232
1232
  param: 'isEnabled',
1233
1233
  defaultValue: false
1234
1234
  }),
1235
- // Added 2026-04-22
1236
- platform_editor_korean_characters_split: createBooleanExperiment({
1237
- productKeys: {
1238
- confluence: 'platform_editor_korean_characters_split'
1239
- },
1240
- param: 'isEnabled',
1241
- defaultValue: false
1242
- }),
1243
1235
  // Added 2026-07-09
1244
1236
  platform_editor_sync_block_activation: createBooleanExperiment({
1245
1237
  productKeys: {
@@ -902,12 +902,6 @@ export declare const editorExperimentsConfig: {
902
902
  productKeys?: ProductKeys;
903
903
  typeGuard: IsBooleanType;
904
904
  };
905
- platform_editor_korean_characters_split: {
906
- defaultValue: boolean;
907
- param: string;
908
- productKeys?: ProductKeys;
909
- typeGuard: IsBooleanType;
910
- };
911
905
  platform_editor_use_markdown_plus_parser: {
912
906
  defaultValue: boolean;
913
907
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "203.0.0",
3
+ "version": "204.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",