Skip to content

Commit

Permalink
Updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
lane-formio committed Sep 18, 2024
1 parent ae6f3ac commit 61eb979
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased: 2.6.0-rc.2]
## 2.6.0-rc.2
### Changed
- FIO-8911 Added 'aria-labelledby' to Select component

Expand Down
2 changes: 1 addition & 1 deletion dist/uswds.js

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

2 changes: 1 addition & 1 deletion dist/uswds.min.js

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion lib/templates/uswds/select/form.ejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ __p += '\n id="' +
((__t = (ctx.component.key)) == null ? '' : __t) +
'"\n ';
} ;
__p += '\n ';
__p += '\n aria-labelledby="l-' +
((__t = (ctx.instance.id)) == null ? '' : __t) +
'-' +
((__t = (ctx.component.key)) == null ? '' : __t) +
'"\n ';
if (ctx.component.description) { ;
__p += '\n aria-describedby="d-' +
((__t = (ctx.instance.id)) == null ? '' : __t) +
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formio/uswds",
"version": "2.6.0-rc.1",
"version": "2.6.0-rc.2",
"description": "US Web Design System templates for form.io",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 61eb979

Please sign in to comment.