From 47bae497004a273a339b8d6e9f3deada2c355dbf Mon Sep 17 00:00:00 2001 From: Matt Nickles Date: Wed, 17 Feb 2021 18:56:57 -0800 Subject: [PATCH] Prepared 3.9.0 release --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- .../chi-angular-boilerplate/src/index.html | 12 ++++++------ .../chi-vue-es6-boilerplate/public/index.html | 10 +++++----- .../chi-react-boilerplate/public/index.html | 12 ++++++------ .../chi-stencil-boilerplate/src/index.html | 12 ++++++------ .../vue/chi-vue-boilerplate/public/index.html | 12 ++++++------ src/chi-vue/public/index.html | 4 ++-- src/custom-elements/src/index.html | 2 +- src/website/assets/scripts/globalConfigs.js | 2 +- src/website/assets/styles/_docs-header.scss | 4 ++++ src/website/layouts/partials/header.pug | 5 +++-- src/website/layouts/partials/titlebar.pug | 2 +- .../views/getting-started/installation.pug | 12 ++++++------ .../views/getting-started/whats-new.pug | 19 +++++++++++++++++++ 15 files changed, 79 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8a1d4db6..57a8077ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # CHANGELOG +## 3.9.0 (February 18, 2021) +### Components +#### Added +* Added: Icons `icon-circle-wrench`, `icon-date-alt`, `icon-spinner`, `icon-triangle-wrench`. +* Added: Header component now supports a collapsible search input. +* Added: Image utility to change the responsive behavior of image elements. +* Added: Text utility now supports coloring text orange with `-text--orange`. +* Added: Icon component now supports coloring icons orange with color value `orange`. +#### Changed +* Changed: Mobile navigation drawer target validation has been improved. +* Changed: Header component external links (Explore Lumen, Help, Contact Us) now open in a new window/tab. + ## 3.8.0 (January 28, 2021) ### Components #### Added diff --git a/package.json b/package.json index f1b4a52c5..2898cf60d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@centurylink/chi", - "version": "3.8.0", + "version": "3.9.0", "description": "Chi is Lumen's design system for building consistent digital products and experiences.", "license": "MIT", "main": "bin/chi.js", diff --git a/src/boilerplates/angular/chi-angular-boilerplate/src/index.html b/src/boilerplates/angular/chi-angular-boilerplate/src/index.html index 558a5f1ef..8dd99f4bb 100644 --- a/src/boilerplates/angular/chi-angular-boilerplate/src/index.html +++ b/src/boilerplates/angular/chi-angular-boilerplate/src/index.html @@ -5,12 +5,12 @@ AngularBoilerplate - - - - - - + + + + + + diff --git a/src/boilerplates/es6/chi-vue-es6-boilerplate/public/index.html b/src/boilerplates/es6/chi-vue-es6-boilerplate/public/index.html index dc371383e..b1b1bcf58 100644 --- a/src/boilerplates/es6/chi-vue-es6-boilerplate/public/index.html +++ b/src/boilerplates/es6/chi-vue-es6-boilerplate/public/index.html @@ -5,11 +5,11 @@ Vue Boilerplate - - - - - + + + + +