

The old markup is still supported, but teams should consider updating to the new markup for improved semantics. This markup is more semantically appropriate for the related on-page user interaction. ⚠️ Updated markup in the usa-password package to use a element instead of an anchor element. This means that the new icons are not in an enclosing circle unless the original icon is enclosed in a circle.

We now provide simpler social media icons, and removed any decoration not in the original icon. We now have a LinkedIn icon included in our default icon sprite as linkedin. If your project uses this default hero image, you'll need to make sure to move the new asset ( hero.jpg) to your project images directory. ⚠️ This changes the value of $theme-hero-image. We've also provided a next-generation image format version of the image (105 KB WEBP) as an example. We replaced our default hero image (644 KB PNG) with an optimized image (147 KB JPG), saving 477 KB. The menu now appears properly on layouts using flex or CSS grid. ( #4783) usa-headerįixed mobile menu appearance for different CSS layouts. Now disabled styling is applied whether you use disabled (disabled and hidden from screen readers) or aria-disabled (disabled and visible to screen readers). Add these attributes to the usa-date-range-picker element. Our documentation provided incorrect information about where to add data-min-date and data-max-date attributes to the date range picker component.
COMO UTILIZAR MULTIPASSWORD HOW TO
Updated documentation to properly show how to disable dates. Unstyled buttons in a button group now have proper baseline alignment. Resource: Details on button types (Mozilla) ( #4695) This can cause unintended and undesired behavior in our buttons. elements that do not receive a defined type attribute will inherit type="submit" behaviors by default.
COMO UTILIZAR MULTIPASSWORD UPDATE
Teams should update all non-form buttons to include type="button" in their markup. This allowed us to remove preventDefault() from the relevant component JS. ⚠️ Added type="button" to all non-form buttons to prevent default submit behaviors. This also affects these dependent or related packages: A ⚠️ icon indicates where we've made a change that might be a breaking change for your project. This release contains markup changes and potentially breaking changes.
