|
11 | 11 | - `float-left` to `float-start` |
12 | 12 | - `float-right` to `float-end` |
13 | 13 |
|
14 | | -## Badges |
| 14 | +## Components |
15 | 15 |
|
16 | | -- variant="pill" --> shape="rounded-pill" |
17 | | -- variant="square" --> shape="rounded-0" |
| 16 | +- Deprecated component `CEmbed` |
| 17 | +- Deprecated component `CJumbotron` |
18 | 18 |
|
19 | | -## Forms |
| 19 | +### Badges |
| 20 | + |
| 21 | +- variant="pill" => shape="rounded-pill" |
| 22 | +- variant="square" => shape="rounded-0" |
| 23 | + |
| 24 | +### Forms |
20 | 25 |
|
21 | 26 | - `CInput` => `CFormControl` |
| 27 | +- `CInputCheckbox` => `CFormCheck` |
22 | 28 | - `CLabel` => `CFormLabel` |
23 | 29 | - `CSelect` => `CFormSelect` |
| 30 | +- `CValidFeedback` => `CFormFeedback valid` |
| 31 | +- `CInvalidFeedback` => `CFormFeedback invalid` |
24 | 32 |
|
25 | 33 | - Deprecated component `CFormGroup` |
26 | 34 | - Deprecated component `CInputGroupAppend` |
27 | 35 | - Deprecated component `CInputGroupPrepend` |
| 36 | +- Depreacted component `CSwitch`, use `CFormCheck switch` instead of. |
| 37 | +- Deprecated `.help-block` |
28 | 38 |
|
29 | | -## Header |
| 39 | +### Header |
30 | 40 |
|
31 | 41 | - Deprecated pro `withSubheader` |
32 | 42 | - Deprecated component `CHeaderNavItem`, use `CNavItem` instead of. |
33 | 43 | - Deprecated component `CHeaderNavLink`, use `CNavLink` instead of. |
34 | 44 |
|
35 | | -## List Group |
| 45 | +### List Group |
36 | 46 |
|
37 | 47 | - Depracated prop `action` Use `component="a"` or `component="b"` instead of `action`. |
38 | 48 |
|
39 | | -## Modal |
| 49 | +### Modal |
40 | 50 |
|
41 | 51 | - Depracated prop `show` Use `visible` instead of. |
42 | 52 |
|
43 | | -## Popover |
| 53 | +### Popover |
44 | 54 |
|
45 | 55 | - Depracated prop `header` Use `title` instead of. |
46 | 56 |
|
47 | | -## Progress Bar |
| 57 | +### Progress Bar |
48 | 58 |
|
49 | 59 | - Depracated prop `precision` |
50 | 60 | - Depracated prop `showLabel` |
51 | 61 | - Depracated prop `showPercentage` |
52 | 62 | - Depracated prop `showValue` |
53 | 63 |
|
54 | | -## Tabs |
| 64 | +### Tabs |
55 | 65 |
|
56 | 66 | - Deprecated component `<CTabs>` use `<CNav variant="tabs">` without wrapper component `<CTabs>` |
57 | 67 |
|
|
0 commit comments