From 6fb7f9f721242f29fa101375e236fe242edeab0a Mon Sep 17 00:00:00 2001 From: Matt Nickles Date: Wed, 3 Mar 2021 17:58:03 -0800 Subject: [PATCH] Prepared release for 3.11.0 --- 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/layouts/partials/header.pug | 5 +++-- src/website/layouts/partials/titlebar.pug | 2 +- .../views/components/tooltip/_examples.pug | 16 ++++++++-------- .../views/getting-started/installation.pug | 12 ++++++------ .../views/getting-started/whats-new.pug | 19 +++++++++++++++++++ 15 files changed, 83 insertions(+), 51 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1494f256..e523e8af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # CHANGELOG +## 3.11.0 (March 4, 2021) +### Components +#### Added +* Added: Marketing icon component to render Lumen full-color marketing icons. +#### Changed +* Changed: Popover component positioning has been improved to render more accurately in scenarios where the reference element is located within an overflow or narrow container. +### Documentation +#### Changed +* Changed: Copyright date in Footer component documentation has been changed from 2020 to 2021. +* Changed: Elements used to trigger tooltips in Tooltip documentation have been updated with more intuitive text. + + ## 3.10.0 (February 25, 2021) ### Components #### Added diff --git a/package.json b/package.json index 2b2b8a696..389f7d924 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@centurylink/chi", - "version": "3.10.0", + "version": "3.11.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 e16b87709..97f56975f 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 64b0173cc..58dfe6890 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 - - - - - + + + + +