-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
feature-flags.yml
52 lines (51 loc) · 1.71 KB
/
feature-flags.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#
# Copyright IBM Corp. 2015, 2023
#
# This source code is licensed under the Apache-2.0 license found in the
# LICENSE file in the root directory of this source tree.
#
feature-flags:
- name: enable-css-custom-properties
description: Describe what the flag does
enabled: false
- name: enable-use-controlled-state-with-value
description: >
Enable components to be created in either a controlled or uncontrolled
mode
enabled: false
- name: enable-css-grid
description: >
Enable CSS Grid Layout in the Grid and Column React components
enabled: false
- name: enable-v11-release
description: >
Enable the features and functionality for the v11 Release
enabled: true
- name: enable-experimental-tile-contrast
description: >
Enable the experimental tile improved contrast styles
enabled: false
- name: enable-v12-tile-default-icons
description: >
Enable rendering of default icons in the tile components
enabled: false
- name: enable-v12-tile-radio-icons
description: >
Enable rendering of radio icons in the RadioTile component
enabled: false
- name: enable-v12-overflowmenu
description: >
Enable the use of the v12 OverflowMenu leveraging the Menu subcomponents
enabled: false
- name: enable-treeview-controllable
description: >
Enable the new TreeView controllable API
enabled: false
- name: enable-v12-structured-list-visible-icons
description: >
Enable rendering of radio icons in the StructuredList component
enabled: false
- name: enable-experimental-focus-wrap-without-sentinels
description: >
Enable the new focus wrap behavior that doesn't use sentinel nodes
enabled: false