Skip to content

Commit

Permalink
Add changelogs for 6308
Browse files Browse the repository at this point in the history
  • Loading branch information
amyleadem committed Jan 16, 2025
1 parent 67585a5 commit 58c588d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _data/changelogs/template-create-account.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
title: Multiple sign-in options
title: Create account
type: template
items:
- date: NNNN-NN-NN
summary: Replaced `resolve-id-refs` dependency with custom JavaScript.
affectsJavascript: true
githubPr: 6308
githubRepo: uswds
versionUswds: N.N.N
- date: 2024-10-04
summary: Added the `autocomplete="email"` attribute to the email input element.
summaryAdditional: This allows the component to meet all the standards outlined in [WCAG 1.3.5](https://www.w3.org/WAI/WCAG21/Understanding/identify-input-purpose.html).
Expand Down
9 changes: 9 additions & 0 deletions _data/changelogs/template-password-reset.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
title: Password reset
type: template
items:
- date: NNNN-NN-NN
summary: Replaced `resolve-id-refs` dependency with custom JavaScript.
affectsJavascript: true
githubPr: 6308
githubRepo: uswds
versionUswds: N.N.N
9 changes: 9 additions & 0 deletions _data/changelogs/template-sign-in-form.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
title: Sign in form
type: template
items:
- date: NNNN-NN-NN
summary: Replaced `resolve-id-refs` dependency with custom JavaScript.
affectsJavascript: true
githubPr: 6308
githubRepo: uswds
versionUswds: N.N.N
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ subnav:
href: '#password-reset-form-guidance'
- text: Package
href: '#password-reset-form-package'
changelog:
key: template-password-reset
---
2 changes: 2 additions & 0 deletions _templates/form-templates/sign-in/sign-in-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ subnav:
href: '#sign-in-form-guidance'
- text: Package
href: '#sign-in-form-package'
changelog:
key: template-sign-in-form
---

0 comments on commit 58c588d

Please sign in to comment.