Releases: wfp/designsystem
v0.14.1
Features
✨ New icons (#128);
✨ New tools.js
file containing global polyfils and helpers: forEach
and bindEvent
(part of #129);
✨ Reworked main navigation component (#130);
Other
🐛 Fix non-WCAG2AA-compliant $red
value;
🐛 Fix broken transition
implementation;
💄 Improve display of buttons, headers, and header menus;
v0.14.0
Changelog
- 🐛 Bugfixes;
- 📝 Updates documentation and examples for
header
component; - 🔨 Improves display of buttons and selects;
- 📝 Documents usage of micro CSS modules;
- ✨ Adds new UI icons:
file
andfolder
; - ⬆️ Updates
npm
dependencies; - 🔧 Updates
gruntfile
tasks;
v0.13.0
New!
This release introduces something called micro-components, a predefined classes serving as building blocks for rapid prototyping and building of more sophisticated components. Heavily inspired by Tachyons.io. Warning: Currently, there's no proper docs for micro-components, so please check out scss/css
directory for details on how to use them.
Changelog
- General bugfixes and rendering improvements;
- Retires of
normalize.scss
; - Reduces
$content-width
from1000px
to978px
for best viewing experience; - Resets
box-sizing
on a global scale for all elements; - Improve and optimise
menu
pattern;
v0.12.1
- Fixes display issues with breadcrumbs;
- Adds missing
vertical-align
CSS micro-components;
v0.12.0
- Implements new design for breadcrumbs (#87);
- Updates examples for breadcrumbs;
- Updates colour variables;
- Updates headings to be responsive (#113);
- Fixes issues with
bootstrap-theme
examples;
Note
Implementation of breadcrumbs has been slightly altered in this release. Please, refer to examples within documentation for v0.12.0
for info on how to implement them.
v0.11.0
v0.10.1
Fixes several layout, sizing and other minor issues after introducing micro-components and refactoring old code.
v0.10.0
v0.9.0
UI Kit
^
Improve loading ofnormalize.scss
;^
Remove colour definitions from headings, they will now followbody
styles;^
Improve display of icons within buttons (#47);^
Improve vertical rhythm of paragraphs and headings;^
Improve display ofbreadcrumbs
;^
Improve display of various components withinheader
;^
Fix several bugs highlighted by Sass linter;^
Fix several random display bugs;^
Updated npm dependencies;^
Replace most SCSS placeholders with mixins;^
Updateeslintrc
to use Drupal 8 rulesets;^
Refactor grid mixins;^
Update paths tobootstrap-scss
;^
Improvemenu--heading
(#88);^
Improvebuttons
(#47);^
Fix dependency install location (#72)-
Remove superfluous dir tree paths fromreadme
;+
Add screenreader helper classwfp-sr
;+
Add missing ellipsis topagination
component (#75);+
Add fallback forrem
, usingpx
values;
Documentation
^
Fix display of pre-formatted code;^
Fix several broken pages;^
Correct colour definitions within UI docs (#80);^
Correctmenu
examples (#86);+
Add missing favicon (#59);
Resources
+
Add new UI icons (#77);
v0.8.0
^
Fixradio
andcheckbox
input type rendering;^
Fixpagination
example being inconsistent with source;^
Fix issue with overzealous class matching for.icon-
;^
Fix logo language codes;^
Updatefooter--mini
to be able to usemenu--links
within it;^
Update copyright, licensing, and attribution infos;+
Add listing of subdirectories inside/dist
directory toreadme.md
;+
Add references to CDN assets for all resource types;