v0.1.19-prerelease
Pre-release
Pre-release
ahosgood
released this
14 Sep 15:55
·
475 commits
to main
since this release
Added
- Envelope icon added to newsletter subscription
- Card actions can have icons or brand icons
- Gallery component
- Button elements can be
<a>
or<button>
withbuttonElement: true
- Small button option
- Tabs also respond to the up/down keys on keyboard navigation as well as left/right
- Allow other image sources in a card image using a
<picture>
element - Cookie banner and cookie handling
- Individual JavaScript and CSS files are exported for each component
Changed
- Updated social icons in footer to use Font Awesome icons
- Consolidated markup for "opens in new tab" in external footer links#
- Columns have margin removed by default
- Flatten the template parameters for cards (e.g.
image.src
->imageSrc
) - Open Sans and Roboto Mono are included in the package
- Gutters on mobile devices have changed from
1rem
to1.5rem
Removed
- Deleted social SVG icons from assets
Fixed
href
on cards is now optional- Styling for focus outlines of links within headers
- Remove double underline from tab item hover
- Fix colour of visited tabs when JavaScript is not available
- Size of
<button class="tna-button">
now matches<a class="tna-button">
- Button colours for inverted and accented backgrounds