Skip to content

Commit 1a2c2c3

Browse files
authored
Release 2.22.0 (#5229)
2 parents f8d998b + 966f1cb commit 1a2c2c3

File tree

7 files changed

+14
-13
lines changed

7 files changed

+14
-13
lines changed

RELEASENOTES.general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
22
<!-- On release, add general notes here. In time the legacy release notes will be add to this -->
33

4-
## 2.22.0 - Upcoming
4+
## 2.22.0 - August 16, 2023
55

66
- Updated icons to `v10.7.0`
77
- Standard Set:

RELEASENOTES.md

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

4-
## Release 2.22.0 - Upcoming
4+
## Release 2.22.0 - August 16, 2023
55

66
- Updated icons to `v10.7.0`
77
- Standard Set:
@@ -111,6 +111,7 @@
111111
### [Modals](https://www.lightningdesignsystem.com/components/modals)
112112
#### Changed
113113
- Optimized full size option and refactored to use CSS grid.
114+
- Updated full size variant to trigger at the `$mq-small` breakpoint to prevent larger devices from receiving the variant.
114115

115116
### [Panels](https://www.lightningdesignsystem.com/components/panels)
116117
#### Changed
@@ -230,12 +231,12 @@ Added `aria-label` to meet accessibility requirements specifically for screen re
230231
<!-- ## [Unreleased] -->
231232

232233
### [Modals](https://www.lightningdesignsystem.com/components/modals)
233-
#### Fixed
234+
#### Fixed
234235
- Fixed `aria-labelledby` to meet accessibility requirements specifically for screen readers.
235236

236237
### [Modals](https://www.lightningdesignsystem.com/components/modals)
237238
#### Changed
238-
- 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.
239+
- 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.
239240
- Changed close button to meet accessibility requirement when in full size and in mobile width.
240241

241242
### [Path](https://www.lightningdesignsystem.com/components/path)

package-lock.json

Lines changed: 2 additions & 2 deletions
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.22.0-rc.1",
11+
"version": "2.22.0",
1212
"author": "Salesforce",
1313
"bugs": {
1414
"url": "https://github.com/salesforce-ux/design-system/issues"

ui/_config.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
///
1010
/// @type String
1111
/// @access private
12-
$app-version: "2.21.5";
12+
$app-version: "2.22.0";
1313

1414
/// Debug mode (uncomment to activate)
1515
/// Turn on to output deprecation warnings during development

ui/components/map/__tests__/__snapshots__/index.spec.js.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exports[`Map Container renders map container 1`] = `
1212
>
1313
<iframe
1414
id="GoogleMapID"
15-
src="https://www.google.com/maps/embed/v1/place?q=1%20market%2C%20san%20francisco&key=AIzaSyDliLquGXGts9S8YtkWVolSQEJdBL1ZuWc"
15+
src="https://sfdc-map.surge.sh/"
1616
title="Google Maps iframe"
1717
/>
1818
</div>
@@ -32,7 +32,7 @@ exports[`Map Container renders map container with coordinates 1`] = `
3232
>
3333
<iframe
3434
id="GoogleMapID"
35-
src="https://www.google.com/maps/embed/v1/place?q=1%20market%2C%20san%20francisco&key=AIzaSyDliLquGXGts9S8YtkWVolSQEJdBL1ZuWc"
35+
src="https://sfdc-map.surge.sh/"
3636
title="Google Maps iframe"
3737
/>
3838
</div>
@@ -490,7 +490,7 @@ exports[`Map Container renders map container with heading text 1`] = `
490490
>
491491
<iframe
492492
id="GoogleMapID"
493-
src="https://www.google.com/maps/embed/v1/place?q=1%20market%2C%20san%20francisco&key=AIzaSyDliLquGXGts9S8YtkWVolSQEJdBL1ZuWc"
493+
src="https://sfdc-map.surge.sh/"
494494
title="Google Maps iframe"
495495
/>
496496
</div>
@@ -510,7 +510,7 @@ exports[`Map Container renders map container with selected coordinate 1`] = `
510510
>
511511
<iframe
512512
id="GoogleMapID"
513-
src="https://www.google.com/maps/embed/v1/place?q=1%20market%2C%20san%20francisco&key=AIzaSyDliLquGXGts9S8YtkWVolSQEJdBL1ZuWc"
513+
src="https://sfdc-map.surge.sh/"
514514
title="Google Maps iframe"
515515
/>
516516
</div>

ui/components/map/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const GoogleMap = props => {
8989
<iframe
9090
id="GoogleMapID"
9191
title="Google Maps iframe"
92-
src="https://www.google.com/maps/embed/v1/place?q=1%20market%2C%20san%20francisco&key=AIzaSyDliLquGXGts9S8YtkWVolSQEJdBL1ZuWc"
92+
src="https://sfdc-map.surge.sh/"
9393
/>
9494
)}
9595
</div>

0 commit comments

Comments
 (0)