You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/components/modals/RELEASENOTES.md
+2-12Lines changed: 2 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,33 +5,23 @@
5
5
<!-- ## [Unreleased] -->
6
6
7
7
## 2.22.0
8
-
9
8
### Changed
10
-
11
9
- Optimized full size option and refactored to use CSS grid.
12
-
- Updated full size variant to trigger at the `$mq-small` breakpoint to prevent larger devices from receiving the variant.
13
10
14
11
## 2.21.0
15
-
16
-
### Fixed
17
-
12
+
### Fixed
18
13
- Fixed `aria-labelledby` to meet accessibility requirements specifically for screen readers.
19
14
20
15
## 2.21.0
21
-
22
16
### Changed
23
-
24
-
- Added full size option for modal. This will allow the modal to reach full screen for mobile screen size and devices. When screen is bigger than mobile screen width (from 768px), full size modal will take on large size modal behaviour.
17
+
- Added full size option for modal. This will allow the modal to reach full screen for mobile screen size and devices. When screen is bigger than mobile screen width (from 768px), full size modal will take on large size modal behaviour.
25
18
- Changed close button to meet accessibility requirement when in full size and in mobile width.
26
19
27
20
## 2.19.0
28
-
29
21
### Changed
30
-
31
22
- Added tabindex to Footless example for programmatic focus use case.
32
23
33
24
## 2.18.0
34
-
35
25
### Changed
36
26
37
27
- Added `slds-modal__content_footless` class to example for clarity.
0 commit comments