Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

27 lines (18 loc) · 1.2 KB

Digital marketplace front-end toolkit changelog

Records breaking changes from major version bumps

15.0.0

PR: #213

What changed

  • new notification banner format #211 (breaking change)
  • changes to temporary messages example page #212
  • separation of temporary message style into placeholder [in
  • ability to add pattern-level grids in #212

Breaking changes

The base temporary message styles were split out into a placeholder block to allow use across multiple patterns (by extending it):

https://github.com/alphagov/digitalmarketplace-frontend-toolkit/blob/master/toolkit/scss/shared_placeholders/_temporary-messages.scss

This means the existing temporary message pattern will break unless the new placeholder block is included in the main stylesheet of apps that use it.