Releases: alphagov/govuk_frontend_toolkit
Releases · alphagov/govuk_frontend_toolkit
v7.1.0
- Promote the details polyfill to Frontend Toolkit from GOV.UK Elements (#426)
v7.0.1
- Volume up and down buttons in the media player were overlapping the current volume percentage on focus. This fix keeps the large button touch area, but adjusts the focus state to be smaller. (#429)
v7.0.0
⚠️ v7.0.0 INCLUDES THE FOLLOWING BREAKING CHANGE ⚠️
- Remove multivariate test library (PR #420). If you need to continue using this library please copy the JavaScript and documentation from version 6.0.4 into your repository.
v6.0.2
- Increase button focus specificity to avoid being overridden by govuk_template (PR #409)
v6.0.1
- Fix a Javascript error in IE7 caused by trying to access a character within a string using array notation (PR #407)
v6.0.0
- Breaking change: configure the GOV.UK Analytics tracker with govukTrackerUrl instead of govukTrackerGifUrl (PR #405)
- Fix the sending of the GA Client ID with calls to the GOV.UK Tracker (PR #404)
- Disable GA ad tracking (PR #401)
v5.2.0
- Deprecate selection-buttons.js. Add a deprecation warning: Custom radio buttons and checkboxes (released in GOV.UK Elements 3.0.0) no longer require this JavaScript.
v5.1.3
- Add an experimental GOV.UK analytics tracker. Given the URL to a single pixel GIF, it will encode analytics data as query string parameters on the call to the GIF (PR #387)