@atlaskit/tmp-editor-statsig 82.5.0 → 83.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,18 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 83.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`dbe895a6ef5a2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dbe895a6ef5a2) -
8
+ Remove platform_editor_paste_actions_menu_v2_boolean, we will instead use
9
+ `['hasAltAiActions', 'hasSpellingAndGrammar'].includes(expValNoExposure('platform_editor_paste_actions_menu_v2', 'variant', 'control'))`
10
+ to check if experiments are not in control
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 82.5.0
4
17
 
5
18
  ### Minor Changes
@@ -2176,14 +2176,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2176
2176
  values: ['control', 'hasSpellingAndGrammar', 'hasAltAiActions'],
2177
2177
  defaultValue: 'control'
2178
2178
  }),
2179
- platform_editor_paste_actions_menu_v2_boolean: (0, _experimentBuilders.createBooleanExperiment)({
2180
- productKeys: {
2181
- confluence: 'platform_editor_paste_actions_menu_v2',
2182
- jira: 'platform_editor_paste_actions_menu_v2'
2183
- },
2184
- param: 'isEnabled',
2185
- defaultValue: false
2186
- }),
2187
2179
  // Added 2026-05-04
2188
2180
  platform_editor_show_diff_fix_missing_attrs: (0, _experimentBuilders.createBooleanExperiment)({
2189
2181
  productKeys: {
@@ -2170,14 +2170,6 @@ export const editorExperimentsConfig = {
2170
2170
  values: ['control', 'hasSpellingAndGrammar', 'hasAltAiActions'],
2171
2171
  defaultValue: 'control'
2172
2172
  }),
2173
- platform_editor_paste_actions_menu_v2_boolean: createBooleanExperiment({
2174
- productKeys: {
2175
- confluence: 'platform_editor_paste_actions_menu_v2',
2176
- jira: 'platform_editor_paste_actions_menu_v2'
2177
- },
2178
- param: 'isEnabled',
2179
- defaultValue: false
2180
- }),
2181
2173
  // Added 2026-05-04
2182
2174
  platform_editor_show_diff_fix_missing_attrs: createBooleanExperiment({
2183
2175
  productKeys: {
@@ -2170,14 +2170,6 @@ export var editorExperimentsConfig = {
2170
2170
  values: ['control', 'hasSpellingAndGrammar', 'hasAltAiActions'],
2171
2171
  defaultValue: 'control'
2172
2172
  }),
2173
- platform_editor_paste_actions_menu_v2_boolean: createBooleanExperiment({
2174
- productKeys: {
2175
- confluence: 'platform_editor_paste_actions_menu_v2',
2176
- jira: 'platform_editor_paste_actions_menu_v2'
2177
- },
2178
- param: 'isEnabled',
2179
- defaultValue: false
2180
- }),
2181
2173
  // Added 2026-05-04
2182
2174
  platform_editor_show_diff_fix_missing_attrs: createBooleanExperiment({
2183
2175
  productKeys: {
@@ -1622,12 +1622,6 @@ export declare const editorExperimentsConfig: {
1622
1622
  typeGuard: (value: unknown) => value is 'control' | 'hasSpellingAndGrammar' | 'hasAltAiActions';
1623
1623
  values: ('control' | 'hasSpellingAndGrammar' | 'hasAltAiActions')[];
1624
1624
  };
1625
- platform_editor_paste_actions_menu_v2_boolean: {
1626
- defaultValue: boolean;
1627
- param: string;
1628
- productKeys?: ProductKeys;
1629
- typeGuard: IsBooleanType;
1630
- };
1631
1625
  'jira-smart-replies-v2': {
1632
1626
  defaultValue: boolean;
1633
1627
  param: string;
@@ -1622,12 +1622,6 @@ export declare const editorExperimentsConfig: {
1622
1622
  typeGuard: (value: unknown) => value is 'control' | 'hasSpellingAndGrammar' | 'hasAltAiActions';
1623
1623
  values: ('control' | 'hasSpellingAndGrammar' | 'hasAltAiActions')[];
1624
1624
  };
1625
- platform_editor_paste_actions_menu_v2_boolean: {
1626
- defaultValue: boolean;
1627
- param: string;
1628
- productKeys?: ProductKeys;
1629
- typeGuard: IsBooleanType;
1630
- };
1631
1625
  'jira-smart-replies-v2': {
1632
1626
  defaultValue: boolean;
1633
1627
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "82.5.0",
3
+ "version": "83.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",
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "@atlaskit/feature-gate-js-client": "^5.7.0",
37
37
  "@atlaskit/platform-feature-flags": "^1.1.0",
38
- "@atlaskit/react-ufo": "^6.0.0",
38
+ "@atlaskit/react-ufo": "^6.1.0",
39
39
  "@babel/runtime": "^7.0.0"
40
40
  },
41
41
  "platform-feature-flags": {