@atlaskit/tmp-editor-statsig 115.1.0 → 117.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,21 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 117.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`6e2538f8383a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e2538f8383a1) -
8
+ Clean up experiment `platform_editor_spotlight_migration`. The floating toolbar button is no
9
+ longer wrapped in the now-removed `SpotlightPulse` onboarding effect; the orphaned internal
10
+ `Pulse` component (the last `@atlaskit/onboarding` usage in editor-common) has been removed.
11
+
12
+ ## 116.0.0
13
+
14
+ ### Major Changes
15
+
16
+ - [`2e62212873ddd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2e62212873ddd) -
17
+ Clean up experiment `platform_editor_macro_placeholder_array_guard`
18
+
3
19
  ## 115.1.0
4
20
 
5
21
  ### Minor Changes
package/compass.yml ADDED
@@ -0,0 +1,38 @@
1
+ configVersion: 1
2
+ id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/80d90df9-b050-46f2-8563-aa320eca79e5
3
+ name: '@atlaskit/tmp-editor-statsig'
4
+ ownerId: ari:cloud:identity::team/e611522d-1773-43e4-85a5-e62f7cde47d6 # Editor - Core Experiences
5
+ labels:
6
+ - platform-code
7
+ - platform-afm
8
+ typeId: OTHER
9
+ fields:
10
+ tier: 4
11
+ lifecycle: Active
12
+ isMonorepoProject: true
13
+ links:
14
+ - name: Root Repository
15
+ type: REPOSITORY
16
+ url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
17
+ - name: Slack Channel
18
+ type: CHAT_CHANNEL
19
+ url: https://atlassian.enterprise.slack.com/archives/C03ULQ29LJ0 # #team-cc-editor-ai
20
+ - name: Tmp Editor Statsig
21
+ type: REPOSITORY
22
+ url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/editor/tmp-editor-statsig
23
+ customFields:
24
+ - name: Department
25
+ type: text
26
+ value: Eng - Editor
27
+ - name: Technical Owner
28
+ type: user
29
+ value: ari:cloud:identity::user/612646c53fe26c00694fbe6a # Chris Kimber
30
+ - name: Required Reviewers Opt In
31
+ type: boolean
32
+ value: true
33
+ - name: Reviewer Selection Mechanism
34
+ type: text
35
+ value: random(2)
36
+ - name: Required Reviewer Approvals
37
+ type: number
38
+ value: 1
@@ -1758,14 +1758,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1758
1758
  defaultValue: false
1759
1759
  }),
1760
1760
  // Added 2026-03-30
1761
- platform_editor_spotlight_migration: (0, _experimentBuilders.createBooleanExperiment)({
1762
- productKeys: {
1763
- confluence: 'platform_editor_spotlight_migration'
1764
- },
1765
- param: 'isEnabled',
1766
- defaultValue: false
1767
- }),
1768
- // Added 2026-03-30
1769
1761
  platform_editor_ai_xstate_migration: (0, _experimentBuilders.createBooleanExperiment)({
1770
1762
  productKeys: {
1771
1763
  confluence: 'platform_editor_ai_xstate_migration'
@@ -1960,15 +1952,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1960
1952
  param: 'isEnabled',
1961
1953
  defaultValue: false
1962
1954
  }),
1963
- // Added 2026-06-02
1964
- platform_editor_macro_placeholder_array_guard: (0, _experimentBuilders.createBooleanExperiment)({
1965
- productKeys: {
1966
- confluence: 'platform_editor_macro_placeholder_array_guard',
1967
- jira: 'platform_editor_macro_placeholder_array_guard'
1968
- },
1969
- param: 'isEnabled',
1970
- defaultValue: true
1971
- }),
1972
1955
  platform_editor_table_close_cell_menu_on_move_exp: (0, _experimentBuilders.createBooleanExperiment)({
1973
1956
  productKeys: {
1974
1957
  confluence: 'platform_editor_table_close_cell_menu_on_move_exp',
@@ -1752,14 +1752,6 @@ export const editorExperimentsConfig = {
1752
1752
  defaultValue: false
1753
1753
  }),
1754
1754
  // Added 2026-03-30
1755
- platform_editor_spotlight_migration: createBooleanExperiment({
1756
- productKeys: {
1757
- confluence: 'platform_editor_spotlight_migration'
1758
- },
1759
- param: 'isEnabled',
1760
- defaultValue: false
1761
- }),
1762
- // Added 2026-03-30
1763
1755
  platform_editor_ai_xstate_migration: createBooleanExperiment({
1764
1756
  productKeys: {
1765
1757
  confluence: 'platform_editor_ai_xstate_migration'
@@ -1954,15 +1946,6 @@ export const editorExperimentsConfig = {
1954
1946
  param: 'isEnabled',
1955
1947
  defaultValue: false
1956
1948
  }),
1957
- // Added 2026-06-02
1958
- platform_editor_macro_placeholder_array_guard: createBooleanExperiment({
1959
- productKeys: {
1960
- confluence: 'platform_editor_macro_placeholder_array_guard',
1961
- jira: 'platform_editor_macro_placeholder_array_guard'
1962
- },
1963
- param: 'isEnabled',
1964
- defaultValue: true
1965
- }),
1966
1949
  platform_editor_table_close_cell_menu_on_move_exp: createBooleanExperiment({
1967
1950
  productKeys: {
1968
1951
  confluence: 'platform_editor_table_close_cell_menu_on_move_exp',
@@ -1752,14 +1752,6 @@ export var editorExperimentsConfig = {
1752
1752
  defaultValue: false
1753
1753
  }),
1754
1754
  // Added 2026-03-30
1755
- platform_editor_spotlight_migration: createBooleanExperiment({
1756
- productKeys: {
1757
- confluence: 'platform_editor_spotlight_migration'
1758
- },
1759
- param: 'isEnabled',
1760
- defaultValue: false
1761
- }),
1762
- // Added 2026-03-30
1763
1755
  platform_editor_ai_xstate_migration: createBooleanExperiment({
1764
1756
  productKeys: {
1765
1757
  confluence: 'platform_editor_ai_xstate_migration'
@@ -1954,15 +1946,6 @@ export var editorExperimentsConfig = {
1954
1946
  param: 'isEnabled',
1955
1947
  defaultValue: false
1956
1948
  }),
1957
- // Added 2026-06-02
1958
- platform_editor_macro_placeholder_array_guard: createBooleanExperiment({
1959
- productKeys: {
1960
- confluence: 'platform_editor_macro_placeholder_array_guard',
1961
- jira: 'platform_editor_macro_placeholder_array_guard'
1962
- },
1963
- param: 'isEnabled',
1964
- defaultValue: true
1965
- }),
1966
1949
  platform_editor_table_close_cell_menu_on_move_exp: createBooleanExperiment({
1967
1950
  productKeys: {
1968
1951
  confluence: 'platform_editor_table_close_cell_menu_on_move_exp',
@@ -986,12 +986,6 @@ export declare const editorExperimentsConfig: {
986
986
  productKeys?: ProductKeys;
987
987
  typeGuard: IsBooleanType;
988
988
  };
989
- platform_editor_spotlight_migration: {
990
- defaultValue: boolean;
991
- param: string;
992
- productKeys?: ProductKeys;
993
- typeGuard: IsBooleanType;
994
- };
995
989
  platform_editor_fix_advanced_codeblocks_crlf_patch: {
996
990
  defaultValue: boolean;
997
991
  param: string;
@@ -1442,12 +1436,6 @@ export declare const editorExperimentsConfig: {
1442
1436
  productKeys?: ProductKeys;
1443
1437
  typeGuard: IsBooleanType;
1444
1438
  };
1445
- platform_editor_macro_placeholder_array_guard: {
1446
- defaultValue: boolean;
1447
- param: string;
1448
- productKeys?: ProductKeys;
1449
- typeGuard: IsBooleanType;
1450
- };
1451
1439
  platform_editor_table_close_cell_menu_on_move_exp: {
1452
1440
  defaultValue: boolean;
1453
1441
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "115.1.0",
3
+ "version": "117.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",