Skip to content

Commit

Permalink
Merge pull request #775 from mattnickles/FSPE-6692-Prepare-350-release
Browse files Browse the repository at this point in the history
[FSPE-6692] Prepare release for 3.5.0
  • Loading branch information
jllr authored Dec 4, 2020
2 parents 598f52a + bb4acce commit 5ccdcdc
Show file tree
Hide file tree
Showing 13 changed files with 92 additions and 41 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
# CHANGELOG
## 3.5.0 (December 4, 2020)
### Components
#### Added
* Added: Flex utility now includes support for flex-basis to specify the initial size of flex items.
* Added: Stat components with theme `-portal` now include `-compact` support for displaying KPIs when vertical space is limited.
* Added: Flag icon component to render Lumen country/region flag icons.
* Added: Popover component now supports opening on hover.
* Added: Range slider E2E tests.
#### Changed
* Changed: Stat components with theme `-portal` now render active items with black text instead of white for color contrast compliance.
* Changed: Footer internal has been updated with improved footer link styles and a new language drop down design.
### Documentation
#### Added
* Added: Portal Templates section now includes examples for Accordion, Data Table, and Drawer.
#### Changed
* Changed: Duplicate IDs detected on the following pages have been changed: Accordion, Data Table, Card, Checkbox, Dropdown, Expansion Panel, Footer, Header, Sidenav, and Stat.
* Changed: Unnecessary IDs in Toggle switch example code have been removed.
#### Fixed
* Fixed: Table documentation examples with theme `-portal` were missing size class `-sm`.

## 3.4.0 (November 13, 2020)
### Components
#### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@centurylink/chi",
"version": "3.4.0",
"version": "3.5.0",
"description": "Chi is Lumen's design system for building consistent digital products and experiences.",
"license": "MIT",
"main": "bin/chi.js",
Expand Down
12 changes: 6 additions & 6 deletions src/boilerplates/angular/chi-angular-boilerplate/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<title>AngularBoilerplate</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://assets.ctl.io/chi/3.4.0/chi.css">
<link rel="icon" type="image/svg+xml" href="https://assets.ctl.io/chi/3.4.0/assets/images/favicon.svg">
<link rel="alternate icon" href="https://assets.ctl.io/chi/3.4.0/assets/images/favicon.ico">
<script src="https://assets.ctl.io/chi/3.4.0/js/chi.js"></script>
<script type="module" src="https://assets.ctl.io/chi/3.4.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"></script>
<script nomodule="" src="https://assets.ctl.io/chi/3.4.0/js/ce/ux-chi-ce/ux-chi-ce.js"></script>
<link rel="stylesheet" href="https://assets.ctl.io/chi/3.5.0/chi.css">
<link rel="icon" type="image/svg+xml" href="https://assets.ctl.io/chi/3.5.0/assets/images/favicon.svg">
<link rel="alternate icon" href="https://assets.ctl.io/chi/3.5.0/assets/images/favicon.ico">
<script src="https://assets.ctl.io/chi/3.5.0/js/chi.js"></script>
<script type="module" src="https://assets.ctl.io/chi/3.5.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"></script>
<script nomodule="" src="https://assets.ctl.io/chi/3.5.0/js/ce/ux-chi-ce/ux-chi-ce.js"></script>
</head>
<body>
<app-root></app-root>
Expand Down
10 changes: 5 additions & 5 deletions src/boilerplates/es6/chi-vue-es6-boilerplate/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Vue Boilerplate</title>
<link rel="stylesheet" href="https://assets.ctl.io/chi/3.4.0/chi.css">
<link rel="icon" type="image/svg+xml" href="https://assets.ctl.io/chi/3.4.0/assets/images/favicon.svg">
<link rel="alternate icon" href="https://assets.ctl.io/chi/3.4.0/assets/images/favicon.ico">
<script type="module" src="https://assets.ctl.io/chi/3.4.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"></script>
<script nomodule="" src="https://assets.ctl.io/chi/3.4.0/js/ce/ux-chi-ce/ux-chi-ce.js"></script>
<link rel="stylesheet" href="https://assets.ctl.io/chi/3.5.0/chi.css">
<link rel="icon" type="image/svg+xml" href="https://assets.ctl.io/chi/3.5.0/assets/images/favicon.svg">
<link rel="alternate icon" href="https://assets.ctl.io/chi/3.5.0/assets/images/favicon.ico">
<script type="module" src="https://assets.ctl.io/chi/3.5.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"></script>
<script nomodule="" src="https://assets.ctl.io/chi/3.5.0/js/ce/ux-chi-ce/ux-chi-ce.js"></script>
</head>
<body>
<noscript>
Expand Down
12 changes: 6 additions & 6 deletions src/boilerplates/react/chi-react-boilerplate/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<link rel="stylesheet" href="https://assets.ctl.io/chi/3.4.0/chi.css">
<link rel="icon" type="image/svg+xml" href="https://assets.ctl.io/chi/3.4.0/assets/images/favicon.svg">
<link rel="alternate icon" href="https://assets.ctl.io/chi/3.4.0/assets/images/favicon.ico">
<script src="https://assets.ctl.io/chi/3.4.0/js/chi.js"></script>
<script type="module" src="https://assets.ctl.io/chi/3.4.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"></script>
<script nomodule="" src="https://assets.ctl.io/chi/3.4.0/js/ce/ux-chi-ce/ux-chi-ce.js"></script>
<link rel="stylesheet" href="https://assets.ctl.io/chi/3.5.0/chi.css">
<link rel="icon" type="image/svg+xml" href="https://assets.ctl.io/chi/3.5.0/assets/images/favicon.svg">
<link rel="alternate icon" href="https://assets.ctl.io/chi/3.5.0/assets/images/favicon.ico">
<script src="https://assets.ctl.io/chi/3.5.0/js/chi.js"></script>
<script type="module" src="https://assets.ctl.io/chi/3.5.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"></script>
<script nomodule="" src="https://assets.ctl.io/chi/3.5.0/js/ce/ux-chi-ce/ux-chi-ce.js"></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
12 changes: 6 additions & 6 deletions src/boilerplates/stencil/chi-stencil-boilerplate/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<link href="/build/app.css" rel="stylesheet">

<link rel="apple-touch-icon" href="/assets/icon/icon.png">
<link rel="stylesheet" href="https://assets.ctl.io/chi/3.4.0/chi.css">
<link rel="icon" type="image/svg+xml" href="https://assets.ctl.io/chi/3.4.0/assets/images/favicon.svg">
<link rel="alternate icon" href="https://assets.ctl.io/chi/3.4.0/assets/images/favicon.ico">
<script src="https://assets.ctl.io/chi/3.4.0/js/chi.js"></script>
<script type="module" src="https://assets.ctl.io/chi/3.4.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"></script>
<script nomodule="" src="https://assets.ctl.io/chi/3.4.0/js/ce/ux-chi-ce/ux-chi-ce.js"></script>
<link rel="stylesheet" href="https://assets.ctl.io/chi/3.5.0/chi.css">
<link rel="icon" type="image/svg+xml" href="https://assets.ctl.io/chi/3.5.0/assets/images/favicon.svg">
<link rel="alternate icon" href="https://assets.ctl.io/chi/3.5.0/assets/images/favicon.ico">
<script src="https://assets.ctl.io/chi/3.5.0/js/chi.js"></script>
<script type="module" src="https://assets.ctl.io/chi/3.5.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"></script>
<script nomodule="" src="https://assets.ctl.io/chi/3.5.0/js/ce/ux-chi-ce/ux-chi-ce.js"></script>
<link rel="manifest" href="/manifest.json">
</head>
<body>
Expand Down
12 changes: 6 additions & 6 deletions src/boilerplates/vue/chi-vue-boilerplate/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Vue Boilerplate</title>
<link rel="stylesheet" href="https://assets.ctl.io/chi/3.4.0/chi.css">
<link rel="icon" type="image/svg+xml" href="https://assets.ctl.io/chi/3.4.0/assets/images/favicon.svg">
<link rel="alternate icon" href="https://assets.ctl.io/chi/3.4.0/assets/images/favicon.ico">
<script src="https://assets.ctl.io/chi/3.4.0/js/chi.js"></script>
<script type="module" src="https://assets.ctl.io/chi/3.4.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"></script>
<script nomodule="" src="https://assets.ctl.io/chi/3.4.0/js/ce/ux-chi-ce/ux-chi-ce.js"></script>
<link rel="stylesheet" href="https://assets.ctl.io/chi/3.5.0/chi.css">
<link rel="icon" type="image/svg+xml" href="https://assets.ctl.io/chi/3.5.0/assets/images/favicon.svg">
<link rel="alternate icon" href="https://assets.ctl.io/chi/3.5.0/assets/images/favicon.ico">
<script src="https://assets.ctl.io/chi/3.5.0/js/chi.js"></script>
<script type="module" src="https://assets.ctl.io/chi/3.5.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"></script>
<script nomodule="" src="https://assets.ctl.io/chi/3.5.0/js/ce/ux-chi-ce/ux-chi-ce.js"></script>
</head>
<body>
<noscript>
Expand Down
2 changes: 1 addition & 1 deletion src/custom-elements/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
<link rel="stylesheet" href="https://assets.ctl.io/chi/3.4.0/chi.css">
<link rel="stylesheet" href="https://assets.ctl.io/chi/3.5.0/chi.css">
<title>Stencil Component Starter</title>
<script src="/build/ux-chi-ce.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion src/website/assets/scripts/globalConfigs.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
window.chiCurrentVersion="3.4.0";
window.chiCurrentVersion="3.5.0";
5 changes: 3 additions & 2 deletions src/website/layouts/partials/header.pug
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ header.chi-header.docs-header.-z--20
i.chi-icon.icon-search
.chi-header__end
.chi-dropdown
button.chi-button.-flat.-px--1.chi-dropdown__trigger.-animate(data-position='bottom-end', id='version-dropdown', aria-label="Toggle Chi version") v3.4.0
button.chi-button.-flat.-px--1.chi-dropdown__trigger.-animate(data-position='bottom-end', id='version-dropdown', aria-label="Toggle Chi version") v3.5.0
.chi-dropdown__menu(style='width:10rem;')#versionDropdown
a.chi-dropdown__menu-item.-active(href='https://assets.ctl.io/chi/3.4.0') v3.4.0
a.chi-dropdown__menu-item.-active(href='https://assets.ctl.io/chi/3.5.0') v3.5.0
a.chi-dropdown__menu-item(href='https://assets.ctl.io/chi/3.4.0') v3.4.0
a.chi-dropdown__menu-item(href='https://assets.ctl.io/chi/3.3.0') v3.3.0
a.chi-dropdown__menu-item(href='https://assets.ctl.io/chi/3.2.0') v3.2.0
a.chi-dropdown__menu-item(href='https://assets.ctl.io/chi/3.1.1') v3.1.1
Expand Down
2 changes: 1 addition & 1 deletion src/website/layouts/partials/titlebar.pug
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if introduction
h2.docs-titlebar__description=introductionSubtitle
.docs-titlebar__buttons
a.chi-button.-primary.-xl.-uppercase.-px--4.-mb--2.-mb-sm--0(href='../getting-started/installation') Install Chi
a.chi-button.-dark.-outline.-xl.-uppercase.-px--4.-ml-sm--2.-mb--2.-mb-sm--0(href='../getting-started/whats-new') See What's New In v3.4.0
a.chi-button.-dark.-outline.-xl.-uppercase.-px--4.-ml-sm--2.-mb--2.-mb-sm--0(href='../getting-started/whats-new') See What's New In v3.5.0
else
.chi-grid__container
h1.docs-titlebar__title=title
Expand Down
12 changes: 6 additions & 6 deletions src/website/views/getting-started/installation.pug
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ p.-text
| performant option for loading assets into your Lumen project.
.-mb--2
:code(lang='html')
<link rel="stylesheet" href="https://assets.ctl.io/chi/3.4.0/chi.css">
<link rel="stylesheet" href="https://assets.ctl.io/chi/3.5.0/chi.css">

p.-text
| Next, add the <code>chi</code> CSS class to the <code>&lt;html&gt;</code> tag of your document to properly scope the styles.
Expand All @@ -35,8 +35,8 @@ p.-text
| code before the closing <code>&lt;head&gt;</code> tag.
.-mb--2
:code(lang='html')
<link rel="icon" type="image/svg+xml" href="https://assets.ctl.io/chi/3.4.0/assets/images/favicon.svg">
<link rel="alternate icon" href="https://assets.ctl.io/chi/3.4.0/assets/images/favicon.ico">
<link rel="icon" type="image/svg+xml" href="https://assets.ctl.io/chi/3.5.0/assets/images/favicon.svg">
<link rel="alternate icon" href="https://assets.ctl.io/chi/3.5.0/assets/images/favicon.ico">

h2.-text--h2.-text--bold JavaScript
.chi-badge.-dark.-outline.-xs.-mb--1
Expand Down Expand Up @@ -65,7 +65,7 @@ ul#chi-js-tabs.chi-tabs.-border
| file from the Lumen Assets Server. In this solution Popper.js and Day.js are bundled into the file.
.-mb--2
:code(lang='html')
<script src="https://assets.ctl.io/chi/3.4.0/js/chi.js"></script>
<script src="https://assets.ctl.io/chi/3.5.0/js/chi.js"></script>
#chi-js-tabs--amd.chi-tabs-panel
p.-text
| If you use RequireJS or any other AMD compatible module loader in your project, you will find the AMD compatible
Expand Down Expand Up @@ -101,8 +101,8 @@ p.-text

.-mb--2
:code(lang='html')
<script type="module" src="https://assets.ctl.io/chi/3.4.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"></script>
<script nomodule="" src="https://assets.ctl.io/chi/3.4.0/js/ce/ux-chi-ce/ux-chi-ce.js"></script>
<script type="module" src="https://assets.ctl.io/chi/3.5.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"></script>
<script nomodule="" src="https://assets.ctl.io/chi/3.5.0/js/ce/ux-chi-ce/ux-chi-ce.js"></script>

p.-text.-mb--3
| After placing the files in your header, you are now ready to use the Web Components described in this documentation.
Expand Down
30 changes: 30 additions & 0 deletions src/website/views/getting-started/whats-new.pug
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,36 @@ order: 5
script(type='module' src='../../js/ce/ux-chi-ce/ux-chi-ce.esm.js')
script(nomodule='' src='../../js/ce/ux-chi-ce/ux-chi-ce.js')

.changelog__version.-py--1
h2.-text--h2.-text--bold.-mb--1 <a href="https://github.com/CenturyLinkCloud/ux-chi/releases/tag/v3.5.0" target="_blank">Chi v3.5.0</a>
.-text--grey.-text--md December 4, 2020
.-pt--1
h3.-text--h3.-text--bold Components
h4.-text--h4.-text--bold Added
ul.-text.-pl--2
li Added: Flex utility now includes support for flex-basis to specify the initial size of flex items.
li Added: Stat components with theme <code>-portal</code> now include <code>-compact</code> support for displaying KPIs when vertical space is limited.
li Added: Flag icon component to render Lumen country/region flag icons.
li Added: Popover component now supports opening on hover.
li Added: Range slider E2E tests.
h4.-text--h4.-text--bold Changed
ul.-text.-pl--2
li Changed: Stat components with theme <code>-portal</code> now render active items with black text instead of white for color contrast compliance.
li Changed: Footer internal has been updated with improved footer link styles and a new language drop down design.
h3.-text--h3.-text--bold Documentation
h4.-text--h4.-text--bold Added
ul.-text.-pl--2
li Added: Portal Templates section now includes examples for Accordion, Data Table, and Drawer.
h4.-text--h4.-text--bold Changed
ul.-text.-pl--2
li Changed: Duplicate IDs detected on the following pages have been changed: Accordion, Data Table, Card, Checkbox, Dropdown, Expansion Panel, Footer, Header, Sidenav, and Stat.
li Changed: Unnecessary IDs in Toggle switch example code have been removed.
h4.-text--h4.-text--bold Fixed
ul.-text.-pl--2
li Fixed: Table documentation examples with theme <code>-portal</code> were missing size class <code>-sm</code>.

.chi-divider.-my--4

.changelog__version.-py--1
h2.-text--h2.-text--bold.-mb--1 <a href="https://github.com/CenturyLinkCloud/ux-chi/releases/tag/v3.4.0" target="_blank">Chi v3.4.0</a>
.-text--grey.-text--md November 13, 2020
Expand Down

0 comments on commit 5ccdcdc

Please sign in to comment.