Skip to content

Commit

Permalink
[DPEDE-1570] Prepare Chi 5.61.0 release (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
jllr authored Apr 26, 2024
1 parent dd2b150 commit 83ad64e
Show file tree
Hide file tree
Showing 23 changed files with 264 additions and 116 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,30 @@
# CHANGELOG

## 5.61.0 (April 26, 2024)

### Components

#### Added

- Added: Date picker `format` property now supports hyphens also: `"DD-MM-YYYY" | "MM-DD-YYYY" | "YYYY-MM-DD"`.

### Documentation

#### Changed

- Changed: Accessibility other page to WCAG 2.2.

## 5.60.0 (April 24, 2024)

### Components

#### Added

- Added: Link icon web component now supports <code>mutationObserver</code> functionality.
- Added: Link icon web component now supports `mutationObserver` functionality.

#### Fixed

- Fixed: Date picker in <code>mode="datetime"</code>prevented selecting the time when the <code>min</code> and <code>max</code> attributes were specified, and if the chosen date was outside this range.
- Fixed: Date picker in `mode="datetime"`prevented selecting the time when the `min` and `max` attributes were specified, and if the chosen date was outside this range.

### Documentation

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": "5.60.0",
"version": "5.61.0",
"description": "Chi is Lumen's design system for building consistent digital products and experiences.",
"license": "MIT",
"main": "bin/chi.js",
Expand Down
10 changes: 5 additions & 5 deletions src/chi-vue/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>Chi Vue</title>
<link rel="stylesheet" href="https://lib.lumen.com/chi/5.60.0/chi-portal.css" />
<link rel="icon" type="image/svg+xml" href="https://lib.lumen.com/chi/5.60.0/assets/images/favicon.svg" />
<link rel="alternate icon" href="https://lib.lumen.com/chi/5.60.0/assets/images/favicon.ico" />
<script src="https://lib.lumen.com/chi/5.60.0/js/chi.js"></script>
<script type="module" src="https://lib.lumen.com/chi/5.60.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"></script>
<link rel="stylesheet" href="https://lib.lumen.com/chi/5.61.0/chi-portal.css" />
<link rel="icon" type="image/svg+xml" href="https://lib.lumen.com/chi/5.61.0/assets/images/favicon.svg" />
<link rel="alternate icon" href="https://lib.lumen.com/chi/5.61.0/assets/images/favicon.ico" />
<script src="https://lib.lumen.com/chi/5.61.0/js/chi.js"></script>
<script type="module" src="https://lib.lumen.com/chi/5.61.0/js/ce/ux-chi-ce/ux-chi-ce.esm.js"></script>
</head>
<body>
<noscript>
Expand Down
116 changes: 58 additions & 58 deletions src/chi-vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/chi-vue/src/build/plugin/constants.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const CHI_VERSION = '5.60.0';
export const CHI_VERSION = '5.61.0';
export const CHI_LIB_LUMEN = 'https://lib.lumen.com/chi';
Loading

0 comments on commit 83ad64e

Please sign in to comment.