From 466145be7b60bd881f1dadfcf2824635c0b5f2ec Mon Sep 17 00:00:00 2001 From: Miki Date: Wed, 7 Feb 2024 16:23:06 -0800 Subject: [PATCH] Bump version to 1.5 (#1242) Signed-off-by: Miki --- CHANGELOG.md | 39 ++++++++++++++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f67fcc0761..ef985140f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,43 @@ # OUI -## [Unreleased `1.x`](https://github.com/opensearch-project/oui/tree/1.x) +## [`1.5.0`](https://github.com/opensearch-project/oui/tree/1.5.0) + +### 🛡 Security + +- [CVE-2023-45857] Remediate `axios` vulnerabilities ([#1152](https://github.com/opensearch-project/oui/pull/1152)) +- [CVE-2023-26159] Bump follow-redirects to 1.15.5 ([#1245](https://github.com/opensearch-project/oui/pull/1245)) + +### 📈 Features/Enhancements + +- Add CSS `display-none` utility ([#1120](https://github.com/opensearch-project/oui/pull/1120)) +- Add SplitButton control ([#1193](https://github.com/opensearch-project/oui/pull/1193)) +- Eliminate screenreader content when copying and pasting data grid table ([#1198](https://github.com/opensearch-project/oui/pull/1198)) +- [Next Theme] Set base font size to 18px ([#1221](https://github.com/opensearch-project/oui/pull/1221)) +- [Next Theme] Revert `font-weight` of OuiButton to normal from semi-bold ([#1222](https://github.com/opensearch-project/oui/pull/1222)) + +### 🐛 Bug Fixes + +- Fix bug in OuiButtonContent for showing info tooltip in icon-only buttons when hovered([#1160](https://github.com/opensearch-project/oui/pull/1160)) +- Fix playground support check ([#1162](https://github.com/opensearch-project/oui/pull/1162)) +- Prevent collapsable button of a resizable from adding to the height when hidden ([#1241](https://github.com/opensearch-project/oui/pull/1241)) +- Prevent action buttons of OuiDataGridCell from moving the content ([#1224](https://github.com/opensearch-project/oui/pull/1224)) +- Fix vertical alignment and font weight of breadcrumbs that are buttons or links ([#1232](https://github.com/opensearch-project/oui/pull/1232)) + +### 🚞 Infrastructure + + +### 📝 Documentation + +- Removed the chart section that's using elastic charts ([#370](https://github.com/opensearch-project/oui/pull/370)) + +### 🛠 Maintenance + + +### 🪛 Refactoring + + + +## [`1.4.0`](https://github.com/opensearch-project/oui/tree/1.4.0) ### 🛡 Security diff --git a/package.json b/package.json index 18721aaa76..0b2d845e34 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@opensearch-project/oui", "description": "OpenSearch UI Component Library", - "version": "1.5.0-rc.2", + "version": "1.5.0", "license": "Apache-2.0", "main": "lib", "module": "es",