Records breaking changes from major version bumps
PR: #270
- Added the option for first field of summary tables to be two-thirds width.
Changed .summary-item-field-first-wider
style to .summary-item-field-first-half
for summary tables.
Any fontend apps that explicitly call .summary-item-field-first-wider
will need to change to use
.summary-item-field-first-half
instead.
PR: #268
- Removed
extra
key from instruction list; usingtop
andbottom
keys instead in #268
In order to have more flexibility when building our instruction list items, we removed the extra
key in favour of top
and bottom
keys.
Adding a top
will create an unstyled paragraph as the first thing in an instruction list section. Adding a bottom
will create a paragraph with top-margin
of 10px
as the almost last thing in an instruction list section (if you include an important
key, that one will be the final thing in a section).
PR: #213
- 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
The base temporary message styles were split out into a placeholder block to allow use across multiple patterns (by extending it):
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.