@atlaskit/tmp-editor-statsig 35.10.0 → 36.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,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 36.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`617d79798517c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/617d79798517c) -
8
+ Cleanup platform_editor_table_toolbar_icon_ext_fix_exp gate
9
+
3
10
  ## 35.10.0
4
11
 
5
12
  ### Minor Changes
@@ -1226,10 +1226,11 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1226
1226
  param: 'isEnabled',
1227
1227
  defaultValue: false
1228
1228
  }),
1229
- // Added 2025-01-15
1230
- platform_editor_table_toolbar_icon_ext_fix_exp: (0, _experimentBuilders.createBooleanExperiment)({
1229
+ // Added 2026-01-14
1230
+ platform_editor_context_context_types_migration: (0, _experimentBuilders.createBooleanExperiment)({
1231
1231
  productKeys: {
1232
- confluence: 'platform_editor_table_toolbar_icon_ext_fix_exp'
1232
+ confluence: 'platform_editor_context_context_types_migration',
1233
+ jira: 'platform_editor_context_context_types_migration'
1233
1234
  },
1234
1235
  param: 'isEnabled',
1235
1236
  defaultValue: false
@@ -1220,10 +1220,11 @@ export const editorExperimentsConfig = {
1220
1220
  param: 'isEnabled',
1221
1221
  defaultValue: false
1222
1222
  }),
1223
- // Added 2025-01-15
1224
- platform_editor_table_toolbar_icon_ext_fix_exp: createBooleanExperiment({
1223
+ // Added 2026-01-14
1224
+ platform_editor_context_context_types_migration: createBooleanExperiment({
1225
1225
  productKeys: {
1226
- confluence: 'platform_editor_table_toolbar_icon_ext_fix_exp'
1226
+ confluence: 'platform_editor_context_context_types_migration',
1227
+ jira: 'platform_editor_context_context_types_migration'
1227
1228
  },
1228
1229
  param: 'isEnabled',
1229
1230
  defaultValue: false
@@ -1220,10 +1220,11 @@ export var editorExperimentsConfig = {
1220
1220
  param: 'isEnabled',
1221
1221
  defaultValue: false
1222
1222
  }),
1223
- // Added 2025-01-15
1224
- platform_editor_table_toolbar_icon_ext_fix_exp: createBooleanExperiment({
1223
+ // Added 2026-01-14
1224
+ platform_editor_context_context_types_migration: createBooleanExperiment({
1225
1225
  productKeys: {
1226
- confluence: 'platform_editor_table_toolbar_icon_ext_fix_exp'
1226
+ confluence: 'platform_editor_context_context_types_migration',
1227
+ jira: 'platform_editor_context_context_types_migration'
1227
1228
  },
1228
1229
  param: 'isEnabled',
1229
1230
  defaultValue: false
@@ -893,7 +893,7 @@ export declare const editorExperimentsConfig: {
893
893
  productKeys?: ProductKeys;
894
894
  typeGuard: IsBooleanType;
895
895
  };
896
- platform_editor_table_toolbar_icon_ext_fix_exp: {
896
+ platform_editor_context_context_types_migration: {
897
897
  defaultValue: boolean;
898
898
  param: string;
899
899
  productKeys?: ProductKeys;
@@ -893,7 +893,7 @@ export declare const editorExperimentsConfig: {
893
893
  productKeys?: ProductKeys;
894
894
  typeGuard: IsBooleanType;
895
895
  };
896
- platform_editor_table_toolbar_icon_ext_fix_exp: {
896
+ platform_editor_context_context_types_migration: {
897
897
  defaultValue: boolean;
898
898
  param: string;
899
899
  productKeys?: ProductKeys;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "35.10.0",
3
+ "version": "36.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",