diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f62f81fb0..f842971d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 mutationObserver functionality. +- Added: Link icon web component now supports `mutationObserver` functionality. #### Fixed -- 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. +- 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 diff --git a/package.json b/package.json index 1c6bbd1173..d90c527bef 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/chi-vue/index.html b/src/chi-vue/index.html index 581a83fa33..43114508b7 100644 --- a/src/chi-vue/index.html +++ b/src/chi-vue/index.html @@ -5,11 +5,11 @@ Chi Vue - - - - - + + + + +