@atlaskit/tmp-editor-statsig 81.2.0 → 81.3.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
+ ## 81.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`2f3106da1d9cb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2f3106da1d9cb) -
8
+ [EDITOR-7190] added experiment gate for adding improve formatting in pinned toolbar experiment
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 81.2.0
4
15
 
5
16
  ### Minor Changes
@@ -2224,5 +2224,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2224
2224
  },
2225
2225
  param: 'isEnabled',
2226
2226
  defaultValue: false
2227
+ }),
2228
+ // Added 2026-05-19
2229
+ platform_editor_ai_improve_formatting_toolbar: (0, _experimentBuilders.createBooleanExperiment)({
2230
+ productKeys: {
2231
+ confluence: 'platform_editor_ai_improve_formatting_toolbar'
2232
+ },
2233
+ param: 'isEnabled',
2234
+ defaultValue: false
2227
2235
  })
2228
2236
  };
@@ -2218,5 +2218,13 @@ export const editorExperimentsConfig = {
2218
2218
  },
2219
2219
  param: 'isEnabled',
2220
2220
  defaultValue: false
2221
+ }),
2222
+ // Added 2026-05-19
2223
+ platform_editor_ai_improve_formatting_toolbar: createBooleanExperiment({
2224
+ productKeys: {
2225
+ confluence: 'platform_editor_ai_improve_formatting_toolbar'
2226
+ },
2227
+ param: 'isEnabled',
2228
+ defaultValue: false
2221
2229
  })
2222
2230
  };
@@ -2218,5 +2218,13 @@ export var editorExperimentsConfig = {
2218
2218
  },
2219
2219
  param: 'isEnabled',
2220
2220
  defaultValue: false
2221
+ }),
2222
+ // Added 2026-05-19
2223
+ platform_editor_ai_improve_formatting_toolbar: createBooleanExperiment({
2224
+ productKeys: {
2225
+ confluence: 'platform_editor_ai_improve_formatting_toolbar'
2226
+ },
2227
+ param: 'isEnabled',
2228
+ defaultValue: false
2221
2229
  })
2222
2230
  };
@@ -1634,5 +1634,11 @@ export declare const editorExperimentsConfig: {
1634
1634
  productKeys?: ProductKeys;
1635
1635
  typeGuard: IsBooleanType;
1636
1636
  };
1637
+ platform_editor_ai_improve_formatting_toolbar: {
1638
+ defaultValue: boolean;
1639
+ param: string;
1640
+ productKeys?: ProductKeys;
1641
+ typeGuard: IsBooleanType;
1642
+ };
1637
1643
  };
1638
1644
  export {};
@@ -1634,5 +1634,11 @@ export declare const editorExperimentsConfig: {
1634
1634
  productKeys?: ProductKeys;
1635
1635
  typeGuard: IsBooleanType;
1636
1636
  };
1637
+ platform_editor_ai_improve_formatting_toolbar: {
1638
+ defaultValue: boolean;
1639
+ param: string;
1640
+ productKeys?: ProductKeys;
1641
+ typeGuard: IsBooleanType;
1642
+ };
1637
1643
  };
1638
1644
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "81.2.0",
3
+ "version": "81.3.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",