Skip to content

Release v1.0.0

Compare
Choose a tag to compare
@gemmaleigh gemmaleigh released this 26 Apr 11:22
· 911 commits to master since this release

* 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