Skip to content

Commit

Permalink
datestamp release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dottenpixel committed May 2, 2024
1 parent 7207364 commit f2501e0
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 4 deletions.
4 changes: 4 additions & 0 deletions RELEASENOTES.general.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
<!-- On release, add general notes here. In time the legacy release notes will be add to this -->

## 2.24.2 - May 2, 2024

## 2.24.1 - April 25, 2024

## Updated

- Updated focus styles for buttons and input elements
- Updated account icon bg to blue-30

Expand Down
16 changes: 14 additions & 2 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
<!-- !!! THIS FILE IS AUTO-GENERATED !!! DO NOT EDIT THIS FILE MANUALLY !!! -->

## Release 2.24.2 - May 2, 2024

## Components
### [Accordion](https://www.lightningdesignsystem.com/components/accordion)
## Removed
- Remove max-width prop from accordion on focus/hover

### [Popovers](https://www.lightningdesignsystem.com/components/popovers)
## Updated
- Update Menu Overflow variant margin-left

## Release 2.24.1 - April 25, 2024

## Updated
- Updated focus styles for buttons and input elements
- Updated account icon bg to blue-30

Expand Down Expand Up @@ -391,7 +403,7 @@
## Components
### [Buttons](https://www.lightningdesignsystem.com/components/buttons)
#### Added
- Configured `--slds-c-button-text-color-hover` Styling hook in Button with dual-stateful to accurately apply the text color on-hover
- Configured `--slds-c-button-text-color-hover` Styling hook in Button with dual-stateful to accurately apply the text color on-hover

### [Combobox](https://www.lightningdesignsystem.com/components/combobox)
#### Fixed
Expand Down Expand Up @@ -435,8 +447,8 @@ Added `aria-label` to meet accessibility requirements specifically for screen re
- Added `aria-label` for picklist examples to meet accessibility requirements.

### [Popovers](https://www.lightningdesignsystem.com/components/popovers)
#### Added button to the story `body-max-height-small` to fix scrollable-region-focusable wcag issue.
#### Added
- Added button to the story `body-max-height-small` to fix scrollable-region-focusable wcag issue.
- Added `title` attribute to meet accessibility requirements.
## 2.19
#### Fixed
Expand Down
6 changes: 6 additions & 0 deletions ui/components/accordion/RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

<!-- ## [Unreleased] -->

## 2.24.2

## Removed

- Remove max-width prop from accordion on focus/hover

## 2.18.0

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion ui/components/buttons/RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### Added

- Configured `--slds-c-button-text-color-hover` Styling hook in Button with dual-stateful to accurately apply the text color on-hover
- Configured `--slds-c-button-text-color-hover` Styling hook in Button with dual-stateful to accurately apply the text color on-hover

## 2.18.0

Expand Down
1 change: 1 addition & 0 deletions ui/components/icons/RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Removed

- Removed outdated documentation about changing background color, as this contradicts current Design System guidelines.

### Added

- Added `slds` as the default namespace with `sds` fallbacks for Styling Hooks.
Expand Down
10 changes: 9 additions & 1 deletion ui/components/popovers/RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->

# Popovers Release Notes

## 2.24.2

## Updated

- Update Menu Overflow variant margin-left


## 2.21.0

### Added button to the story `body-max-height-small` to fix scrollable-region-focusable wcag issue.

### Added

- Added button to the story `body-max-height-small` to fix scrollable-region-focusable wcag issue.
- Added `title` attribute to meet accessibility requirements.

## 2.19
Expand Down

0 comments on commit f2501e0

Please sign in to comment.