Skip to content

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ahosgood ahosgood released this 15 Jul 14:04
· 193 commits to main since this release
5f94a7b

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 main name
  • 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 to colour.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 into form-error-border and form-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 to aria-labelledby in gallery items
  • Add better labels for buttons in gallery component