@atlaskit/tmp-editor-statsig 74.12.0 → 75.1.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,20 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 75.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`6d1f823ad030b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6d1f823ad030b) -
8
+ Introduce HTML+ to ADF conversion in HtmlChunkStrategy
9
+
10
+ ## 75.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - [`54ae29f5b3a2c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/54ae29f5b3a2c) -
15
+ Clean up feature gate platform_editor_primary_toolbar_early_exit - promote early exit behaviour
16
+ for empty primary toolbar as default
17
+
3
18
  ## 74.12.0
4
19
 
5
20
  ### Minor Changes
@@ -948,15 +948,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
948
948
  param: 'isEnabled',
949
949
  defaultValue: false
950
950
  }),
951
- // Added 2025-28-01
952
- platform_editor_primary_toolbar_early_exit: (0, _experimentBuilders.createBooleanExperiment)({
953
- productKeys: {
954
- confluence: 'platform_editor_primary_toolbar_early_exit',
955
- jira: 'platform_editor_primary_toolbar_early_exit'
956
- },
957
- param: 'isEnabled',
958
- defaultValue: false
959
- }),
960
951
  // Added 2025-11-05
961
952
  platform_editor_lovability_emoji_scaling: (0, _experimentBuilders.createBooleanExperiment)({
962
953
  productKeys: {
@@ -2013,6 +2004,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2013
2004
  param: 'isEnabled',
2014
2005
  defaultValue: false
2015
2006
  }),
2007
+ // Added 2026-04-30
2008
+ platform_editor_use_html_plus_parser: (0, _experimentBuilders.createBooleanExperiment)({
2009
+ productKeys: {
2010
+ confluence: 'platform_editor_use_html_plus_parser'
2011
+ },
2012
+ param: 'isEnabled',
2013
+ defaultValue: false
2014
+ }),
2016
2015
  // Added 2026-04-10
2017
2016
  platform_editor_static_css: (0, _experimentBuilders.createBooleanExperiment)({
2018
2017
  productKeys: {
@@ -942,15 +942,6 @@ export const editorExperimentsConfig = {
942
942
  param: 'isEnabled',
943
943
  defaultValue: false
944
944
  }),
945
- // Added 2025-28-01
946
- platform_editor_primary_toolbar_early_exit: createBooleanExperiment({
947
- productKeys: {
948
- confluence: 'platform_editor_primary_toolbar_early_exit',
949
- jira: 'platform_editor_primary_toolbar_early_exit'
950
- },
951
- param: 'isEnabled',
952
- defaultValue: false
953
- }),
954
945
  // Added 2025-11-05
955
946
  platform_editor_lovability_emoji_scaling: createBooleanExperiment({
956
947
  productKeys: {
@@ -2007,6 +1998,14 @@ export const editorExperimentsConfig = {
2007
1998
  param: 'isEnabled',
2008
1999
  defaultValue: false
2009
2000
  }),
2001
+ // Added 2026-04-30
2002
+ platform_editor_use_html_plus_parser: createBooleanExperiment({
2003
+ productKeys: {
2004
+ confluence: 'platform_editor_use_html_plus_parser'
2005
+ },
2006
+ param: 'isEnabled',
2007
+ defaultValue: false
2008
+ }),
2010
2009
  // Added 2026-04-10
2011
2010
  platform_editor_static_css: createBooleanExperiment({
2012
2011
  productKeys: {
@@ -942,15 +942,6 @@ export var editorExperimentsConfig = {
942
942
  param: 'isEnabled',
943
943
  defaultValue: false
944
944
  }),
945
- // Added 2025-28-01
946
- platform_editor_primary_toolbar_early_exit: createBooleanExperiment({
947
- productKeys: {
948
- confluence: 'platform_editor_primary_toolbar_early_exit',
949
- jira: 'platform_editor_primary_toolbar_early_exit'
950
- },
951
- param: 'isEnabled',
952
- defaultValue: false
953
- }),
954
945
  // Added 2025-11-05
955
946
  platform_editor_lovability_emoji_scaling: createBooleanExperiment({
956
947
  productKeys: {
@@ -2007,6 +1998,14 @@ export var editorExperimentsConfig = {
2007
1998
  param: 'isEnabled',
2008
1999
  defaultValue: false
2009
2000
  }),
2001
+ // Added 2026-04-30
2002
+ platform_editor_use_html_plus_parser: createBooleanExperiment({
2003
+ productKeys: {
2004
+ confluence: 'platform_editor_use_html_plus_parser'
2005
+ },
2006
+ param: 'isEnabled',
2007
+ defaultValue: false
2008
+ }),
2010
2009
  // Added 2026-04-10
2011
2010
  platform_editor_static_css: createBooleanExperiment({
2012
2011
  productKeys: {
@@ -488,12 +488,6 @@ export declare const editorExperimentsConfig: {
488
488
  productKeys?: ProductKeys;
489
489
  typeGuard: IsBooleanType;
490
490
  };
491
- platform_editor_primary_toolbar_early_exit: {
492
- defaultValue: boolean;
493
- param: string;
494
- productKeys?: ProductKeys;
495
- typeGuard: IsBooleanType;
496
- };
497
491
  platform_editor_lovability_navigation_fixes: {
498
492
  defaultValue: boolean;
499
493
  param: string;
@@ -1543,6 +1537,12 @@ export declare const editorExperimentsConfig: {
1543
1537
  productKeys?: ProductKeys;
1544
1538
  typeGuard: IsBooleanType;
1545
1539
  };
1540
+ platform_editor_use_html_plus_parser: {
1541
+ defaultValue: boolean;
1542
+ param: string;
1543
+ productKeys?: ProductKeys;
1544
+ typeGuard: IsBooleanType;
1545
+ };
1546
1546
  platform_editor_korean_characters_split: {
1547
1547
  defaultValue: boolean;
1548
1548
  param: string;
@@ -488,12 +488,6 @@ export declare const editorExperimentsConfig: {
488
488
  productKeys?: ProductKeys;
489
489
  typeGuard: IsBooleanType;
490
490
  };
491
- platform_editor_primary_toolbar_early_exit: {
492
- defaultValue: boolean;
493
- param: string;
494
- productKeys?: ProductKeys;
495
- typeGuard: IsBooleanType;
496
- };
497
491
  platform_editor_lovability_navigation_fixes: {
498
492
  defaultValue: boolean;
499
493
  param: string;
@@ -1543,6 +1537,12 @@ export declare const editorExperimentsConfig: {
1543
1537
  productKeys?: ProductKeys;
1544
1538
  typeGuard: IsBooleanType;
1545
1539
  };
1540
+ platform_editor_use_html_plus_parser: {
1541
+ defaultValue: boolean;
1542
+ param: string;
1543
+ productKeys?: ProductKeys;
1544
+ typeGuard: IsBooleanType;
1545
+ };
1546
1546
  platform_editor_korean_characters_split: {
1547
1547
  defaultValue: boolean;
1548
1548
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "74.12.0",
3
+ "version": "75.1.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",