@atlaskit/tmp-editor-statsig 9.29.0 → 10.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,16 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 10.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`e2bb51245dcec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e2bb51245dcec) -
8
+ ED-28774 add native editor anchor support
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 9.29.0
4
15
 
5
16
  ### Minor Changes
@@ -677,6 +677,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
677
677
  defaultValue: false
678
678
  }),
679
679
  // Added 2025-08-05
680
+ platform_editor_native_anchor_support: (0, _experimentBuilders.createBooleanExperiment)({
681
+ productKeys: {
682
+ confluence: 'platform_editor_native_anchor_support'
683
+ },
684
+ param: 'isEnabled',
685
+ defaultValue: false
686
+ }),
687
+ // Added 2025-08-05
680
688
  platform_editor_tables_scaling_css: (0, _experimentBuilders.createBooleanExperiment)({
681
689
  productKeys: {
682
690
  confluence: 'platform_editor_tables_scaling_css'
@@ -671,6 +671,14 @@ export const editorExperimentsConfig = {
671
671
  defaultValue: false
672
672
  }),
673
673
  // Added 2025-08-05
674
+ platform_editor_native_anchor_support: createBooleanExperiment({
675
+ productKeys: {
676
+ confluence: 'platform_editor_native_anchor_support'
677
+ },
678
+ param: 'isEnabled',
679
+ defaultValue: false
680
+ }),
681
+ // Added 2025-08-05
674
682
  platform_editor_tables_scaling_css: createBooleanExperiment({
675
683
  productKeys: {
676
684
  confluence: 'platform_editor_tables_scaling_css'
@@ -671,6 +671,14 @@ export var editorExperimentsConfig = {
671
671
  defaultValue: false
672
672
  }),
673
673
  // Added 2025-08-05
674
+ platform_editor_native_anchor_support: createBooleanExperiment({
675
+ productKeys: {
676
+ confluence: 'platform_editor_native_anchor_support'
677
+ },
678
+ param: 'isEnabled',
679
+ defaultValue: false
680
+ }),
681
+ // Added 2025-08-05
674
682
  platform_editor_tables_scaling_css: createBooleanExperiment({
675
683
  productKeys: {
676
684
  confluence: 'platform_editor_tables_scaling_css'
@@ -501,6 +501,12 @@ export declare const editorExperimentsConfig: {
501
501
  productKeys?: import("./types").ProductKeys;
502
502
  param: string;
503
503
  };
504
+ platform_editor_native_anchor_support: {
505
+ typeGuard: typeof import("./type-guards").isBoolean;
506
+ defaultValue: boolean;
507
+ productKeys?: import("./types").ProductKeys;
508
+ param: string;
509
+ };
504
510
  platform_editor_tables_scaling_css: {
505
511
  typeGuard: typeof import("./type-guards").isBoolean;
506
512
  defaultValue: boolean;
@@ -501,6 +501,12 @@ export declare const editorExperimentsConfig: {
501
501
  productKeys?: import("./types").ProductKeys;
502
502
  param: string;
503
503
  };
504
+ platform_editor_native_anchor_support: {
505
+ typeGuard: typeof import("./type-guards").isBoolean;
506
+ defaultValue: boolean;
507
+ productKeys?: import("./types").ProductKeys;
508
+ param: string;
509
+ };
504
510
  platform_editor_tables_scaling_css: {
505
511
  typeGuard: typeof import("./type-guards").isBoolean;
506
512
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "9.29.0",
3
+ "version": "10.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",