@atlaskit/tmp-editor-statsig 107.1.0 → 108.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
+ ## 108.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`302b888acacab`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/302b888acacab) -
8
+ cleanup platform_editor_inline_media_copy_paste_fix feature flag
9
+
3
10
  ## 107.1.0
4
11
 
5
12
  ### Minor Changes
@@ -1645,15 +1645,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1645
1645
  param: 'isEnabled',
1646
1646
  defaultValue: false
1647
1647
  }),
1648
- // Added 2026-03-23
1649
- platform_editor_inline_media_copy_paste_fix: (0, _experimentBuilders.createBooleanExperiment)({
1650
- productKeys: {
1651
- confluence: 'platform_editor_inline_media_copy_paste_fix',
1652
- jira: 'platform_editor_inline_media_copy_paste_fix'
1653
- },
1654
- param: 'isEnabled',
1655
- defaultValue: false
1656
- }),
1657
1648
  // Added 2026-03-13
1658
1649
  platform_editor_misaligned_ai_screens_firefox_fix: (0, _experimentBuilders.createBooleanExperiment)({
1659
1650
  productKeys: {
@@ -1639,15 +1639,6 @@ export const editorExperimentsConfig = {
1639
1639
  param: 'isEnabled',
1640
1640
  defaultValue: false
1641
1641
  }),
1642
- // Added 2026-03-23
1643
- platform_editor_inline_media_copy_paste_fix: createBooleanExperiment({
1644
- productKeys: {
1645
- confluence: 'platform_editor_inline_media_copy_paste_fix',
1646
- jira: 'platform_editor_inline_media_copy_paste_fix'
1647
- },
1648
- param: 'isEnabled',
1649
- defaultValue: false
1650
- }),
1651
1642
  // Added 2026-03-13
1652
1643
  platform_editor_misaligned_ai_screens_firefox_fix: createBooleanExperiment({
1653
1644
  productKeys: {
@@ -1639,15 +1639,6 @@ export var editorExperimentsConfig = {
1639
1639
  param: 'isEnabled',
1640
1640
  defaultValue: false
1641
1641
  }),
1642
- // Added 2026-03-23
1643
- platform_editor_inline_media_copy_paste_fix: createBooleanExperiment({
1644
- productKeys: {
1645
- confluence: 'platform_editor_inline_media_copy_paste_fix',
1646
- jira: 'platform_editor_inline_media_copy_paste_fix'
1647
- },
1648
- param: 'isEnabled',
1649
- defaultValue: false
1650
- }),
1651
1642
  // Added 2026-03-13
1652
1643
  platform_editor_misaligned_ai_screens_firefox_fix: createBooleanExperiment({
1653
1644
  productKeys: {
@@ -1250,12 +1250,6 @@ export declare const editorExperimentsConfig: {
1250
1250
  productKeys?: ProductKeys;
1251
1251
  typeGuard: IsBooleanType;
1252
1252
  };
1253
- platform_editor_inline_media_copy_paste_fix: {
1254
- defaultValue: boolean;
1255
- param: string;
1256
- productKeys?: ProductKeys;
1257
- typeGuard: IsBooleanType;
1258
- };
1259
1253
  platform_editor_misaligned_ai_screens_firefox_fix: {
1260
1254
  defaultValue: boolean;
1261
1255
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "107.1.0",
3
+ "version": "108.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",