@atlaskit/tmp-editor-statsig 114.5.0 → 115.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
+ ## 115.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`2df690b75a773`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2df690b75a773) -
8
+ Cleanup experiment `confluence_toc_nav_a11y`. Renderer headings now always set `tabIndex={-1}` for
9
+ table-of-contents keyboard focus accessibility, and the experiment definition has been removed
10
+ from the editor statsig config.
11
+
12
+ ## 114.6.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [`283c55290e6cc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/283c55290e6cc) -
17
+ Preserve visual selection after applying text color or highlight
18
+
3
19
  ## 114.5.0
4
20
 
5
21
  ### Minor Changes
@@ -1741,14 +1741,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1741
1741
  param: 'isEnabled',
1742
1742
  defaultValue: false
1743
1743
  }),
1744
- // Added 2026-03-23
1745
- confluence_toc_nav_a11y: (0, _experimentBuilders.createBooleanExperiment)({
1746
- productKeys: {
1747
- confluence: 'confluence_toc_nav_a11y'
1748
- },
1749
- param: 'isEnabled',
1750
- defaultValue: false
1751
- }),
1752
1744
  // Added 2026-03-25
1753
1745
  platform_editor_improve_preset_builder_logging: (0, _experimentBuilders.createBooleanExperiment)({
1754
1746
  productKeys: {
@@ -2268,6 +2260,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2268
2260
  param: 'isEnabled',
2269
2261
  defaultValue: false
2270
2262
  }),
2263
+ // Added 2026-06-25
2264
+ platform_editor_fix_selection_text_color_change: (0, _experimentBuilders.createBooleanExperiment)({
2265
+ productKeys: {
2266
+ confluence: 'platform_editor_fix_selection_text_color_change',
2267
+ jira: 'platform_editor_fix_selection_text_color_change'
2268
+ },
2269
+ param: 'isEnabled',
2270
+ defaultValue: false
2271
+ }),
2271
2272
  // Added 2026-06-08
2272
2273
  cc_ai_insert_to_page_rovo_chat_experiment: (0, _experimentBuilders.createBooleanExperiment)({
2273
2274
  productKeys: {
@@ -1735,14 +1735,6 @@ export const editorExperimentsConfig = {
1735
1735
  param: 'isEnabled',
1736
1736
  defaultValue: false
1737
1737
  }),
1738
- // Added 2026-03-23
1739
- confluence_toc_nav_a11y: createBooleanExperiment({
1740
- productKeys: {
1741
- confluence: 'confluence_toc_nav_a11y'
1742
- },
1743
- param: 'isEnabled',
1744
- defaultValue: false
1745
- }),
1746
1738
  // Added 2026-03-25
1747
1739
  platform_editor_improve_preset_builder_logging: createBooleanExperiment({
1748
1740
  productKeys: {
@@ -2262,6 +2254,15 @@ export const editorExperimentsConfig = {
2262
2254
  param: 'isEnabled',
2263
2255
  defaultValue: false
2264
2256
  }),
2257
+ // Added 2026-06-25
2258
+ platform_editor_fix_selection_text_color_change: createBooleanExperiment({
2259
+ productKeys: {
2260
+ confluence: 'platform_editor_fix_selection_text_color_change',
2261
+ jira: 'platform_editor_fix_selection_text_color_change'
2262
+ },
2263
+ param: 'isEnabled',
2264
+ defaultValue: false
2265
+ }),
2265
2266
  // Added 2026-06-08
2266
2267
  cc_ai_insert_to_page_rovo_chat_experiment: createBooleanExperiment({
2267
2268
  productKeys: {
@@ -1735,14 +1735,6 @@ export var editorExperimentsConfig = {
1735
1735
  param: 'isEnabled',
1736
1736
  defaultValue: false
1737
1737
  }),
1738
- // Added 2026-03-23
1739
- confluence_toc_nav_a11y: createBooleanExperiment({
1740
- productKeys: {
1741
- confluence: 'confluence_toc_nav_a11y'
1742
- },
1743
- param: 'isEnabled',
1744
- defaultValue: false
1745
- }),
1746
1738
  // Added 2026-03-25
1747
1739
  platform_editor_improve_preset_builder_logging: createBooleanExperiment({
1748
1740
  productKeys: {
@@ -2262,6 +2254,15 @@ export var editorExperimentsConfig = {
2262
2254
  param: 'isEnabled',
2263
2255
  defaultValue: false
2264
2256
  }),
2257
+ // Added 2026-06-25
2258
+ platform_editor_fix_selection_text_color_change: createBooleanExperiment({
2259
+ productKeys: {
2260
+ confluence: 'platform_editor_fix_selection_text_color_change',
2261
+ jira: 'platform_editor_fix_selection_text_color_change'
2262
+ },
2263
+ param: 'isEnabled',
2264
+ defaultValue: false
2265
+ }),
2265
2266
  // Added 2026-06-08
2266
2267
  cc_ai_insert_to_page_rovo_chat_experiment: createBooleanExperiment({
2267
2268
  productKeys: {
@@ -1340,12 +1340,6 @@ export declare const editorExperimentsConfig: {
1340
1340
  productKeys?: ProductKeys;
1341
1341
  typeGuard: IsBooleanType;
1342
1342
  };
1343
- confluence_toc_nav_a11y: {
1344
- defaultValue: boolean;
1345
- param: string;
1346
- productKeys?: ProductKeys;
1347
- typeGuard: IsBooleanType;
1348
- };
1349
1343
  platform_editor_ai_xstate_migration: {
1350
1344
  defaultValue: boolean;
1351
1345
  param: string;
@@ -1653,6 +1647,12 @@ export declare const editorExperimentsConfig: {
1653
1647
  productKeys?: ProductKeys;
1654
1648
  typeGuard: IsBooleanType;
1655
1649
  };
1650
+ platform_editor_fix_selection_text_color_change: {
1651
+ defaultValue: boolean;
1652
+ param: string;
1653
+ productKeys?: ProductKeys;
1654
+ typeGuard: IsBooleanType;
1655
+ };
1656
1656
  cc_ai_insert_to_page_rovo_chat_experiment: {
1657
1657
  defaultValue: boolean;
1658
1658
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "114.5.0",
3
+ "version": "115.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",