Skip to content

v1.2.0

Compare
Choose a tag to compare
@gemmaleigh gemmaleigh released this 26 May 13:10
· 771 commits to master since this release

1.2.0

Things you need to know:

If you are using the GOV.UK elements _icons.scss file, the path to the icons from the front end toolkit has changed.

These are no longer copied to a subfolder called /icons/.

It is expected that the folder structure for assets is the same as that defined by the govuk_frontend_toolkit.

The url_helpers file has been uncommented in the list of files imported from the govuk_frontend_toolkit.

GOV.UK elements also defines $path, in url_helpers.scss. You may want to override this for your application.

If you're using <details>, you'll need to include the _shame.scss file to get the fix for the summary arrow in Firefox Nightly and Firefox Developer Edition.

Changes included in this release:

  • Fix path for rails and node environments (PR #234)
    • Import the govuk_frontend_toolkit url-helpers partial
    • If image-url is not defined (if we are not in a Rails environment),
      then set a path to /public/images
  • Don't copy the govuk_frontend_toolkit's images into an icons folder
    (PR #223)
  • Fix the summary arrow in recent Firefox (PR #227)
  • Remove button padding overriding the govuk_frontend_toolkit (PR #230)
  • Add MIT License (PR #236)
  • Create latest release branch as an alias of the latest release (PR
    #232)
  • Create new app to preview govuk elements sass releases (PR #219)
  • Fix the skip link in Safari (PR #225)