Skip to content

Commit

Permalink
Merge tag 'v2.24.5' into release/opensource
Browse files Browse the repository at this point in the history
  • Loading branch information
Dottenpixel committed Nov 12, 2024
2 parents 12868cd + b9c6e33 commit e7e6d9c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
12 changes: 12 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
<!-- !!! THIS FILE IS AUTO-GENERATED !!! DO NOT EDIT THIS FILE MANUALLY !!! -->

## Release 2.24.5 - June 27, 2024

## Components
### [Datepickers](https://www.lightningdesignsystem.com/components/datepickers)
#### Added
- Added shadow for today's date to maintain accessibility

## Release 2.24.4 - Jun 13, 2024

## Updated
Expand Down Expand Up @@ -85,6 +92,11 @@
#### Changed
- Updated Combobox blueprint to use `role="option"` on div wrapping loading spinner

### [Datepickers](https://www.lightningdesignsystem.com/components/datepickers)
#### Fixed
- Removed `aria-labelledby` from `<table />` element on the blueprint
- Update `aria-live` from "assertive" to "polite" and `aria-atomic` from "true" to "false" for the month title `<h2>` in `DatepickerHeader` on the blueprint

### [Progress Indicator](https://www.lightningdesignsystem.com/components/progress-indicator)
#### Changed
- Updated Progress Step `button` to `div`.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"CSS"
],
"homepage": "https://lightningdesignsystem.com",
"version": "2.24.4",
"version": "2.24.5",
"author": "Salesforce",
"bugs": {
"url": "https://github.com/salesforce-ux/design-system/issues"
Expand Down
6 changes: 5 additions & 1 deletion ui/components/datepickers/RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
# Datepickers Release Notes

<!-- ## [Unreleased] -->
## 2.24.0- Upcoming
## 2.24.5
### Added
- Added shadow for today's date to maintain accessibility

## 2.24.0
### Fixed
- Removed `aria-labelledby` from `<table />` element on the blueprint
- Update `aria-live` from "assertive" to "polite" and `aria-atomic` from "true" to "false" for the month title `<h2>` in `DatepickerHeader` on the blueprint
Expand Down
1 change: 1 addition & 0 deletions ui/components/datepickers/base/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@

&.slds-is-today > .slds-day {
background-color: var(--slds-g-color-neutral-base-95, #{$color-background-row-selected});
box-shadow: 0 0 0 1px var(--slds-g-color-border-base-4);
}

&:focus {
Expand Down

0 comments on commit e7e6d9c

Please sign in to comment.