@atlaskit/tmp-editor-statsig 172.0.0 → 173.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,13 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 173.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`d1f1b273026fd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d1f1b273026fd) -
8
+ Clean up experiment `cc_dnd_smart_link_changeboard_platform_css` and preserve smart link
9
+ changeboarding behavior.
10
+
3
11
  ## 172.0.0
4
12
 
5
13
  ### Major Changes
@@ -1660,14 +1660,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1660
1660
  param: 'isEnabled',
1661
1661
  defaultValue: false
1662
1662
  }),
1663
- // Added 2026-04-16
1664
- cc_dnd_smart_link_changeboard_platform_css: (0, _createBooleanExperiment.createBooleanExperiment)({
1665
- productKeys: {
1666
- confluence: 'cc_dnd_smart_link_changeboard_platform_css'
1667
- },
1668
- param: 'isEnabled',
1669
- defaultValue: false
1670
- }),
1671
1663
  // Added 2026-04-30
1672
1664
  confluence_fe_disable_comment_if_offline_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
1673
1665
  productKeys: {
@@ -1654,14 +1654,6 @@ export const editorExperimentsConfig = {
1654
1654
  param: 'isEnabled',
1655
1655
  defaultValue: false
1656
1656
  }),
1657
- // Added 2026-04-16
1658
- cc_dnd_smart_link_changeboard_platform_css: createBooleanExperiment({
1659
- productKeys: {
1660
- confluence: 'cc_dnd_smart_link_changeboard_platform_css'
1661
- },
1662
- param: 'isEnabled',
1663
- defaultValue: false
1664
- }),
1665
1657
  // Added 2026-04-30
1666
1658
  confluence_fe_disable_comment_if_offline_fix: createBooleanExperiment({
1667
1659
  productKeys: {
@@ -1654,14 +1654,6 @@ export var editorExperimentsConfig = {
1654
1654
  param: 'isEnabled',
1655
1655
  defaultValue: false
1656
1656
  }),
1657
- // Added 2026-04-16
1658
- cc_dnd_smart_link_changeboard_platform_css: createBooleanExperiment({
1659
- productKeys: {
1660
- confluence: 'cc_dnd_smart_link_changeboard_platform_css'
1661
- },
1662
- param: 'isEnabled',
1663
- defaultValue: false
1664
- }),
1665
1657
  // Added 2026-04-30
1666
1658
  confluence_fe_disable_comment_if_offline_fix: createBooleanExperiment({
1667
1659
  productKeys: {
@@ -1202,12 +1202,6 @@ export declare const editorExperimentsConfig: {
1202
1202
  productKeys?: ProductKeys;
1203
1203
  typeGuard: IsBooleanType;
1204
1204
  };
1205
- cc_dnd_smart_link_changeboard_platform_css: {
1206
- defaultValue: boolean;
1207
- param: string;
1208
- productKeys?: ProductKeys;
1209
- typeGuard: IsBooleanType;
1210
- };
1211
1205
  confluence_fe_disable_comment_if_offline_fix: {
1212
1206
  defaultValue: boolean;
1213
1207
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "172.0.0",
3
+ "version": "173.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",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@atlaskit/feature-gate-js-client": "^6.0.0",
29
29
  "@atlaskit/platform-feature-flags": "^2.2.0",
30
- "@atlaskit/react-ufo": "^7.7.0",
30
+ "@atlaskit/react-ufo": "^7.8.0",
31
31
  "@babel/runtime": "^7.0.0"
32
32
  },
33
33
  "platform-feature-flags": {