v0.2.0
Pre-release
Pre-release
Changed
- Increased maximum depth of contents sidebar to three levels
- Removed the redundant
role
attribute from<fieldset>
of the date input component - Allow each item in a checkboxes component to have a
name
attribute that will override the mainname
- Renamed "files" component to "files list" (
files
->files-list
,tnaFiles()
->tnaFilesList()
) - Renamed "featured records" component to "records list" (
featured-records
->records-list
,tnaFeaturedRecords()
->tnaRecordsList()
) - SCSS mixin
colour.light
changed tocolour.always-light
- Index grid items within contrast blocks are now accented
- Colour variables
--button-accent-text
and--button-accent-background
have changed to--button-accented-text
and--button-accented-background
- Colour variable
form-error
split intoform-error-border
andform-error-text
- Moved the grid component to utilities
Deprecated
- Removed
colour.plain
SCSS mixin
Removed
- Removed search filters component
- Removed sensitive image component
- Removed
width: 100%;
reset of<video>
and<canvas>
elements
Fixed
- Added missing space above files list
- Fixed alignment of warning text when a short body is used
- Incorrect
aria-labeledby
attribute changed toaria-labelledby
in gallery items - Add better labels for buttons in gallery component