Releases: wfp/designsystem
Release list
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
headercomponent; - 🔨 Improves display of buttons and selects;
- 📝 Documents usage of micro CSS modules;
- ✨ Adds new UI icons:
fileandfolder; - ⬆️ Updates
npmdependencies; - 🔧 Updates
gruntfiletasks;
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-widthfrom1000pxto978pxfor best viewing experience; - Resets
box-sizingon a global scale for all elements; - Improve and optimise
menupattern;
v0.12.1
- Fixes display issues with breadcrumbs;
- Adds missing
vertical-alignCSS 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-themeexamples;
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 followbodystyles;^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;^Updateeslintrcto 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 topaginationcomponent (#75);+Add fallback forrem, usingpxvalues;
Documentation
^Fix display of pre-formatted code;^Fix several broken pages;^Correct colour definitions within UI docs (#80);^Correctmenuexamples (#86);+Add missing favicon (#59);
Resources
+Add new UI icons (#77);
v0.8.0
^Fixradioandcheckboxinput type rendering;^Fixpaginationexample being inconsistent with source;^Fix issue with overzealous class matching for.icon-;^Fix logo language codes;^Updatefooter--minito be able to usemenu--linkswithin it;^Update copyright, licensing, and attribution infos;+Add listing of subdirectories inside/distdirectory toreadme.md;+Add references to CDN assets for all resource types;