Bump govuk-frontend from v2.10.0 to v2.11.0 #741
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog
🆕 New features:
Add new secondary and warning button variants
(PR #1207)
Add new govuk-shade and govuk-tint functions for creating shades and tints of
colours.
(PR #1207)
Add support for custom row classes on the summary list component (including support for some rows without action links)
(PR #1259)
Ensure fieldset never exceeds max-width
This fix ensures that both WebKit/Blink and Firefox are prevented from expanding their fieldset widths to the content's minimum size.
This was preventing
max-width: 100%
from being applied to select menus inside a fieldset.See discussion in "Reset your fieldset" and raised by issue #1264
(PR #1269)
🔧 Fixes:
Add various fixes to the summary list component:
Fixes the 1px row height change when borders are removed
Padding is now adjusted by 1px instead
Fixes the text alignment when the actions column isn't added
So the key column always stays at 30% width
(PR #1259)
https://github.com/alphagov/govuk-frontend/releases/tag/v2.11.0