Upgrade frontend toolkit to version 5.0.2 #700
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.
Full list of changes:
SelectionButtons will add a class to the label with the type of the child input
alphagov/govuk_frontend_toolkit#317
Add GOVUK.ShowHideContent JavaScript to support showing and hiding content, toggled by radio buttons and checkboxes
alphagov/govuk_frontend_toolkit#315
Fix error in IE - remove trailing comma from shimLinksWithButtonRole JavaScript
alphagov/govuk_frontend_toolkit#323
Remove unnecessary print font fallback that causes regression downstream
alphagov/govuk_frontend_toolkit#328
Update tooling to use npm script rather than grunt-shell
alphagov/govuk_frontend_toolkit#327
For smaller screens (<768px) ensure that the GOVUK.StickAtTopWhenScrolling JS "unsticks" the element which was previously "stuck" (by removing both the class which sets fixed positioning and the shim).
alphagov/govuk_frontend_toolkit#329
Lint codebase using standard
alphagov/govuk_frontend_toolkit#334
Add semicolons at the start of IIFE's
alphagov/govuk_frontend_toolkit#339
Removal of external link styles and icons, if you are using the external-link-* mixins you will need to remove them from your codebase
alphagov/govuk_frontend_toolkit#293
Correct spelling of the 'accordion' icon, you will need to check for the incorrect spelling 'accordian' and update if you are using this icon
alphagov/govuk_frontend_toolkit#345
Amend GOVUK.StickAtTopWhenScrolling to resize the sticky element and shim when the .js-sticky-resize class is set
alphagov/govuk_frontend_toolkit#343
Allow custom options in GOVUK.analytics.trackPageview
alphagov/govuk_frontend_toolkit#332
Fix role="button" click shim
alphagov/govuk_frontend_toolkit#347
Make font variables lowercase
alphagov/govuk_frontend_toolkit#348
Update selection button documentation
alphagov/govuk_frontend_toolkit#350
Change colour used in phase tags to govuk-blue
alphagov/govuk_frontend_toolkit#353