Skip to content

Commit e7e6d9c

Browse files
committed
Merge tag 'v2.24.5' into release/opensource
2 parents 12868cd + b9c6e33 commit e7e6d9c

File tree

5 files changed

+20
-3
lines changed

5 files changed

+20
-3
lines changed

RELEASENOTES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
22
<!-- !!! THIS FILE IS AUTO-GENERATED !!! DO NOT EDIT THIS FILE MANUALLY !!! -->
33

4+
## Release 2.24.5 - June 27, 2024
5+
6+
## Components
7+
### [Datepickers](https://www.lightningdesignsystem.com/components/datepickers)
8+
#### Added
9+
- Added shadow for today's date to maintain accessibility
10+
411
## Release 2.24.4 - Jun 13, 2024
512

613
## Updated
@@ -85,6 +92,11 @@
8592
#### Changed
8693
- Updated Combobox blueprint to use `role="option"` on div wrapping loading spinner
8794

95+
### [Datepickers](https://www.lightningdesignsystem.com/components/datepickers)
96+
#### Fixed
97+
- Removed `aria-labelledby` from `<table />` element on the blueprint
98+
- Update `aria-live` from "assertive" to "polite" and `aria-atomic` from "true" to "false" for the month title `<h2>` in `DatepickerHeader` on the blueprint
99+
88100
### [Progress Indicator](https://www.lightningdesignsystem.com/components/progress-indicator)
89101
#### Changed
90102
- Updated Progress Step `button` to `div`.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"CSS"
99
],
1010
"homepage": "https://lightningdesignsystem.com",
11-
"version": "2.24.4",
11+
"version": "2.24.5",
1212
"author": "Salesforce",
1313
"bugs": {
1414
"url": "https://github.com/salesforce-ux/design-system/issues"

ui/components/datepickers/RELEASENOTES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
# Datepickers Release Notes
44

55
<!-- ## [Unreleased] -->
6-
## 2.24.0- Upcoming
6+
## 2.24.5
7+
### Added
8+
- Added shadow for today's date to maintain accessibility
9+
10+
## 2.24.0
711
### Fixed
812
- Removed `aria-labelledby` from `<table />` element on the blueprint
913
- Update `aria-live` from "assertive" to "polite" and `aria-atomic` from "true" to "false" for the month title `<h2>` in `DatepickerHeader` on the blueprint

ui/components/datepickers/base/_index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161

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

6667
&:focus {

0 commit comments

Comments
 (0)