From f0622d7d955ac11730fe478d97862cf5dd96ad9f Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Fri, 12 May 2017 16:24:06 +0300 Subject: [PATCH] Updated CHANGELOG, ready for release Everything is updated, ready to merge and release. --- CHANGELOG.md | 17 ++++++++++++++++- docs/v2/DEVLOG.md | 1 + 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 253cf77..0f4f137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog -## 2.1.5 +## v2.2.0 + +- Replaced old classes for generic shadows with one class (`.shadowed`). +- Removed the `.nano` progress style variant. +- Responsive visibility helpers now properly utilize `!important`. +- Updated the styling of the `.close` icon. +- Removed `.alert` and all its variants. Alerts are now deprecated. +- Added a `.toast` message to contextual module, along with variants. +- Removed `.inverse` card color variant, added `.warning` and `.error` variants to replace the old alerts. +- Swapped the order of the input_control and naviation modules. +- Added a fluid typography mode (currently disabled by default on all flavors). +- Added a `.drawer` component in navigation module, along with variants. +- Updated documentation and customization documentation to reflect latest changes. +- Updated all flavors to utilize the latest features. + +## v2.1.5 - Proper re-release of `v2.1.4`. diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index bed9974..6c7c19e 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -1167,3 +1167,4 @@ - The other two flavors will be updated to include the new elements and get rid of any problematic stuff (will update in a bit). - Updated flavor descriptions in `flavors.html`. - Everything is ready for release, let's write the `CHANGELOG` for **v2.2.0**. (A couple of templates and things might be done later today, as well as linking to them from certain components such as the `.drawer` which could benefit from that.) +- Updated `CHANGELOG`, readying up for release. See you and **hugging cat** on the other side!