@atlaskit/tmp-editor-statsig 16.12.0 → 16.13.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,18 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 16.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`1265c260f9bad`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1265c260f9bad) -
8
+ [ED-29455] clean up experiment platform_editor_toolbar_migrate_loom
9
+ - [`2154ee4210e97`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2154ee4210e97) -
10
+ Fix pasting emoji from HTML turning into media single
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 16.12.0
4
17
 
5
18
  ### Minor Changes
@@ -839,15 +839,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
839
839
  param: 'isEnabled',
840
840
  defaultValue: false
841
841
  }),
842
- // Added 2025-08-26
843
- platform_editor_toolbar_migrate_loom: (0, _experimentBuilders.createBooleanExperiment)({
844
- productKeys: {
845
- confluence: 'platform_editor_toolbar_migrate_loom',
846
- jira: 'platform_editor_toolbar_migrate_loom'
847
- },
848
- param: 'isEnabled',
849
- defaultValue: false
850
- }),
851
842
  // Added 2025-09-16
852
843
  platform_editor_prevent_taskitem_remount: (0, _experimentBuilders.createBooleanExperiment)({
853
844
  productKeys: {
@@ -1048,6 +1039,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1048
1039
  param: 'isEnabled',
1049
1040
  defaultValue: false
1050
1041
  }),
1042
+ platform_editor_fix_emoji_paste_html: (0, _experimentBuilders.createBooleanExperiment)({
1043
+ productKeys: {
1044
+ confluence: 'platform_editor_fix_emoji_paste_html'
1045
+ },
1046
+ param: 'isEnabled',
1047
+ defaultValue: false
1048
+ }),
1051
1049
  // Added 2025-12-18
1052
1050
  platform_editor_blockquote_zero_padding: (0, _experimentBuilders.createBooleanExperiment)({
1053
1051
  productKeys: {
@@ -833,15 +833,6 @@ export const editorExperimentsConfig = {
833
833
  param: 'isEnabled',
834
834
  defaultValue: false
835
835
  }),
836
- // Added 2025-08-26
837
- platform_editor_toolbar_migrate_loom: createBooleanExperiment({
838
- productKeys: {
839
- confluence: 'platform_editor_toolbar_migrate_loom',
840
- jira: 'platform_editor_toolbar_migrate_loom'
841
- },
842
- param: 'isEnabled',
843
- defaultValue: false
844
- }),
845
836
  // Added 2025-09-16
846
837
  platform_editor_prevent_taskitem_remount: createBooleanExperiment({
847
838
  productKeys: {
@@ -1042,6 +1033,13 @@ export const editorExperimentsConfig = {
1042
1033
  param: 'isEnabled',
1043
1034
  defaultValue: false
1044
1035
  }),
1036
+ platform_editor_fix_emoji_paste_html: createBooleanExperiment({
1037
+ productKeys: {
1038
+ confluence: 'platform_editor_fix_emoji_paste_html'
1039
+ },
1040
+ param: 'isEnabled',
1041
+ defaultValue: false
1042
+ }),
1045
1043
  // Added 2025-12-18
1046
1044
  platform_editor_blockquote_zero_padding: createBooleanExperiment({
1047
1045
  productKeys: {
@@ -833,15 +833,6 @@ export var editorExperimentsConfig = {
833
833
  param: 'isEnabled',
834
834
  defaultValue: false
835
835
  }),
836
- // Added 2025-08-26
837
- platform_editor_toolbar_migrate_loom: createBooleanExperiment({
838
- productKeys: {
839
- confluence: 'platform_editor_toolbar_migrate_loom',
840
- jira: 'platform_editor_toolbar_migrate_loom'
841
- },
842
- param: 'isEnabled',
843
- defaultValue: false
844
- }),
845
836
  // Added 2025-09-16
846
837
  platform_editor_prevent_taskitem_remount: createBooleanExperiment({
847
838
  productKeys: {
@@ -1042,6 +1033,13 @@ export var editorExperimentsConfig = {
1042
1033
  param: 'isEnabled',
1043
1034
  defaultValue: false
1044
1035
  }),
1036
+ platform_editor_fix_emoji_paste_html: createBooleanExperiment({
1037
+ productKeys: {
1038
+ confluence: 'platform_editor_fix_emoji_paste_html'
1039
+ },
1040
+ param: 'isEnabled',
1041
+ defaultValue: false
1042
+ }),
1045
1043
  // Added 2025-12-18
1046
1044
  platform_editor_blockquote_zero_padding: createBooleanExperiment({
1047
1045
  productKeys: {
@@ -106,6 +106,12 @@ export declare const editorExperimentsConfig: {
106
106
  productKeys?: ProductKeys;
107
107
  typeGuard: IsBooleanType;
108
108
  };
109
+ platform_editor_fix_emoji_paste_html: {
110
+ defaultValue: boolean;
111
+ param: string;
112
+ productKeys?: ProductKeys;
113
+ typeGuard: IsBooleanType;
114
+ };
109
115
  confluence_compact_text_format: {
110
116
  defaultValue: boolean;
111
117
  param: string;
@@ -681,12 +687,6 @@ export declare const editorExperimentsConfig: {
681
687
  productKeys?: ProductKeys;
682
688
  typeGuard: IsBooleanType;
683
689
  };
684
- platform_editor_toolbar_migrate_loom: {
685
- defaultValue: boolean;
686
- param: string;
687
- productKeys?: ProductKeys;
688
- typeGuard: IsBooleanType;
689
- };
690
690
  platform_editor_toolbar_support_custom_components: {
691
691
  defaultValue: boolean;
692
692
  param: string;
@@ -106,6 +106,12 @@ export declare const editorExperimentsConfig: {
106
106
  productKeys?: ProductKeys;
107
107
  typeGuard: IsBooleanType;
108
108
  };
109
+ platform_editor_fix_emoji_paste_html: {
110
+ defaultValue: boolean;
111
+ param: string;
112
+ productKeys?: ProductKeys;
113
+ typeGuard: IsBooleanType;
114
+ };
109
115
  confluence_compact_text_format: {
110
116
  defaultValue: boolean;
111
117
  param: string;
@@ -681,12 +687,6 @@ export declare const editorExperimentsConfig: {
681
687
  productKeys?: ProductKeys;
682
688
  typeGuard: IsBooleanType;
683
689
  };
684
- platform_editor_toolbar_migrate_loom: {
685
- defaultValue: boolean;
686
- param: string;
687
- productKeys?: ProductKeys;
688
- typeGuard: IsBooleanType;
689
- };
690
690
  platform_editor_toolbar_support_custom_components: {
691
691
  defaultValue: boolean;
692
692
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.12.0",
3
+ "version": "16.13.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": "^4.16.0",
37
+ "@atlaskit/react-ufo": "^4.17.0",
38
38
  "@babel/runtime": "^7.0.0"
39
39
  },
40
40
  "peerDependencies": {