Skip to content

Commit bbcc2f5

Browse files
authored
fix(release-notes): update heading levels (#5034)
1 parent 52a39fe commit bbcc2f5

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

RELEASENOTES.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,10 @@
192192
- Added CSS Custom Property reassignments for variants and states
193193

194194
### [Input](https://www.lightningdesignsystem.com/components/input)
195-
## Added
195+
#### Added
196196
- Added `slds` as the default namespace with `sds` fallbacks for Styling Hooks.
197197
- Added reassignment of Styling Hooks for component states.
198-
## Changed
198+
#### Changed
199199
- `.slds-input_borders` now follows the prescribed usage guidelines and is only allowed on `readonly` Inputs.
200200

201201
### [Modals](https://www.lightningdesignsystem.com/components/modals)
@@ -217,7 +217,7 @@
217217
- Deprecated older styles for previous markup of the `slds-modal__close` button.
218218

219219
### [Pills](https://www.lightningdesignsystem.com/components/pills)
220-
## Added
220+
#### Added
221221
- Added `slds` as the default namespace with `sds` fallbacks for Styling Hooks.
222222
- Added reassignment of Styling Hooks for component states.
223223

@@ -264,7 +264,7 @@
264264
- Added `slds` as the default namespace with `sds` fallbacks for Styling Hooks.
265265

266266
### [Trees](https://www.lightningdesignsystem.com/components/trees)
267-
## Added
267+
#### Added
268268
- Added `slds` as the default namespace with `sds` fallbacks for Styling Hooks.
269269

270270
## Release 2.16.2 - September 22, 2021
@@ -275,7 +275,7 @@
275275
- Removed `display: flex` property from `.slds-combobox__form-element` which was added recently for ARIA 1.2 guidance.
276276

277277
### [Input](https://www.lightningdesignsystem.com/components/input)
278-
## Removed
278+
#### Removed
279279
- Removed `width` property from `.slds-input_faux` which was added recently for ARIA 1.2 guidance.
280280

281281
## Release 2.16.1 - August 25, 2021
@@ -484,7 +484,7 @@
484484
- Changed `flex-basis` to `auto` for the drop zone label to fix a layout issue in IE11
485485

486486
### [Dueling Picklist](https://www.lightningdesignsystem.com/components/dueling-picklist)
487-
## Added
487+
#### Added
488488
- Responsive variant now grows to use up the available horizontal space.
489489

490490
### [Expandable Section](https://www.lightningdesignsystem.com/components/expandable-section)

ui/components/dueling-picklist/RELEASENOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## 2.15.0
88

9-
## Added
9+
### Added
1010

1111
- Responsive variant now grows to use up the available horizontal space.
1212

ui/components/input/RELEASENOTES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66

77
## 2.17.0
88

9-
## Added
9+
### Added
1010

1111
- Added `slds` as the default namespace with `sds` fallbacks for Styling Hooks.
1212
- Added reassignment of Styling Hooks for component states.
1313

14-
## Changed
14+
### Changed
1515

1616
- `.slds-input_borders` now follows the prescribed usage guidelines and is only allowed on `readonly` Inputs.
1717

1818
## 2.16.2
1919

20-
## Removed
20+
### Removed
2121

2222
- Removed `width` property from `.slds-input_faux` which was added recently for ARIA 1.2 guidance.
2323

ui/components/pills/RELEASENOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- ## [Unreleased] -->
66
## 2.17.0
77

8-
## Added
8+
### Added
99

1010
- Added `slds` as the default namespace with `sds` fallbacks for Styling Hooks.
1111
- Added reassignment of Styling Hooks for component states.

ui/components/trees/RELEASENOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- ## [Unreleased] -->
66
## 2.17.0
77

8-
## Added
8+
### Added
99
- Added `slds` as the default namespace with `sds` fallbacks for Styling Hooks.
1010

1111
## 2.13.6

0 commit comments

Comments
 (0)