Skip to content

Releases: alphagov/govuk_elements

Release v1.1.0

26 Apr 11:17
Compare
Choose a tag to compare

1.1.0

  • Bump the govuk frontend toolkit to 4.6.0 and use the new breadcrumbs partial (#157)

Release v1.0.0

26 Apr 11:22
Compare
Choose a tag to compare

* This release is a major version bump, as it contains several breaking changes*

1.0.0

  • Use .list class required in (#135) for all list examples (#140)
  • Make the list of files govuk elements imports a partial (#139)
  • Fix: Update the Hex value for error colour, above $error-colour variable (#138)
  • Fix: Update the selector used by the notice styles (#137)
  • Fix: set only a left border for panels (#136)
  • Use a common naming convention for lists, panels and icons and grid columns (#135)
  • Update cookie message to match govuk template default (#132)
  • Copy base styles from govuk template (#131)
  • Show icons in the govuk frontend toolkit, add new .circle class to replace step icons (#129)

The following classnames were renamed as part of this release:

Lists:

.list-bullet .list-number now requires the .list base class, then the modifier

eg. list-bullet or .list-number

Panels:

.panel-inset now requires a .panel base class, with the a modifier for the width of the panel border

e.g. .panel-border-narrow, .panel-border-wide

Release v0.1.1

26 Apr 11:23
Compare
Choose a tag to compare

0.1.1

  • Add a .column-one-third class to match the corresponding .column-two-thirds classname for layout (#127)
  • Add a colour swatch for the $govuk-blue Sass variable (#125)
  • Remove @-moz-document url-prefix() hack for Firefox, no longer required to style the "Back" link arrow (#123)
  • Remove additonal right and bottom margins from buttons (#124)
  • Update README.txt and CONTRIBUTING.md (#122)
  • Remove dependencies from this repository, move govuk dependecies to /govuk_modules/ (#119)
  • Move all govuk frontend toolkit Sass import statements to main.scss (#118)