@atlaskit/tmp-editor-statsig 133.3.0 → 134.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,20 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 134.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`591b0c312eed9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/591b0c312eed9) -
8
+ Clean up experiment `platform_editor_stricter_panelcolor_typecheck` and make stricter panel color
9
+ validation permanent.
10
+
11
+ ## 133.3.1
12
+
13
+ ### Patch Changes
14
+
15
+ - [`9120ffa5e7699`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9120ffa5e7699) -
16
+ Clean up experiment `agent-managed-blocks-stop-block-template`.
17
+
3
18
  ## 133.3.0
4
19
 
5
20
  ### Minor Changes
@@ -262,14 +262,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
262
262
  param: 'isEnabled',
263
263
  defaultValue: false
264
264
  }),
265
- // Added 2026-06-30
266
- 'agent-managed-blocks-stop-block-template': (0, _experimentBuilders.createBooleanExperiment)({
267
- productKeys: {
268
- confluence: 'agent-managed-blocks-stop-block-template'
269
- },
270
- param: 'isEnabled',
271
- defaultValue: false
272
- }),
273
265
  // Added 2026-05-05
274
266
  'databases-native-embeds-v2': (0, _experimentBuilders.createBooleanExperiment)({
275
267
  productKeys: {
@@ -1833,14 +1825,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1833
1825
  defaultValue: false
1834
1826
  }),
1835
1827
  // Added 2026-03-15
1836
- platform_editor_stricter_panelcolor_typecheck: (0, _experimentBuilders.createBooleanExperiment)({
1837
- productKeys: {
1838
- confluence: 'platform_editor_stricter_panelcolor_typecheck'
1839
- },
1840
- param: 'isEnabled',
1841
- defaultValue: false
1842
- }),
1843
- // Added 2026-03-15
1844
1828
  platform_editor_sync_block_ssr_config: (0, _experimentBuilders.createBooleanExperiment)({
1845
1829
  productKeys: {
1846
1830
  confluence: 'platform_editor_sync_block_ssr_config'
@@ -256,14 +256,6 @@ export const editorExperimentsConfig = {
256
256
  param: 'isEnabled',
257
257
  defaultValue: false
258
258
  }),
259
- // Added 2026-06-30
260
- 'agent-managed-blocks-stop-block-template': createBooleanExperiment({
261
- productKeys: {
262
- confluence: 'agent-managed-blocks-stop-block-template'
263
- },
264
- param: 'isEnabled',
265
- defaultValue: false
266
- }),
267
259
  // Added 2026-05-05
268
260
  'databases-native-embeds-v2': createBooleanExperiment({
269
261
  productKeys: {
@@ -1827,14 +1819,6 @@ export const editorExperimentsConfig = {
1827
1819
  defaultValue: false
1828
1820
  }),
1829
1821
  // Added 2026-03-15
1830
- platform_editor_stricter_panelcolor_typecheck: createBooleanExperiment({
1831
- productKeys: {
1832
- confluence: 'platform_editor_stricter_panelcolor_typecheck'
1833
- },
1834
- param: 'isEnabled',
1835
- defaultValue: false
1836
- }),
1837
- // Added 2026-03-15
1838
1822
  platform_editor_sync_block_ssr_config: createBooleanExperiment({
1839
1823
  productKeys: {
1840
1824
  confluence: 'platform_editor_sync_block_ssr_config'
@@ -256,14 +256,6 @@ export var editorExperimentsConfig = {
256
256
  param: 'isEnabled',
257
257
  defaultValue: false
258
258
  }),
259
- // Added 2026-06-30
260
- 'agent-managed-blocks-stop-block-template': createBooleanExperiment({
261
- productKeys: {
262
- confluence: 'agent-managed-blocks-stop-block-template'
263
- },
264
- param: 'isEnabled',
265
- defaultValue: false
266
- }),
267
259
  // Added 2026-05-05
268
260
  'databases-native-embeds-v2': createBooleanExperiment({
269
261
  productKeys: {
@@ -1827,14 +1819,6 @@ export var editorExperimentsConfig = {
1827
1819
  defaultValue: false
1828
1820
  }),
1829
1821
  // Added 2026-03-15
1830
- platform_editor_stricter_panelcolor_typecheck: createBooleanExperiment({
1831
- productKeys: {
1832
- confluence: 'platform_editor_stricter_panelcolor_typecheck'
1833
- },
1834
- param: 'isEnabled',
1835
- defaultValue: false
1836
- }),
1837
- // Added 2026-03-15
1838
1822
  platform_editor_sync_block_ssr_config: createBooleanExperiment({
1839
1823
  productKeys: {
1840
1824
  confluence: 'platform_editor_sync_block_ssr_config'
@@ -93,12 +93,6 @@ export declare const editorExperimentsConfig: {
93
93
  productKeys?: ProductKeys;
94
94
  typeGuard: IsBooleanType;
95
95
  };
96
- 'agent-managed-blocks-stop-block-template': {
97
- defaultValue: boolean;
98
- param: string;
99
- productKeys?: ProductKeys;
100
- typeGuard: IsBooleanType;
101
- };
102
96
  cc_editor_ai_content_mode: {
103
97
  defaultValue: 'control' | 'test';
104
98
  param: string;
@@ -1407,12 +1401,6 @@ export declare const editorExperimentsConfig: {
1407
1401
  productKeys?: ProductKeys;
1408
1402
  typeGuard: IsBooleanType;
1409
1403
  };
1410
- platform_editor_stricter_panelcolor_typecheck: {
1411
- defaultValue: boolean;
1412
- param: string;
1413
- productKeys?: ProductKeys;
1414
- typeGuard: IsBooleanType;
1415
- };
1416
1404
  platform_editor_sync_block_ssr_config: {
1417
1405
  defaultValue: boolean;
1418
1406
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "133.3.0",
3
+ "version": "134.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",