From 9daf8245ffba755d88a7a9e59a32e7b91810fff6 Mon Sep 17 00:00:00 2001 From: Miki Date: Fri, 16 Aug 2024 14:29:22 -0700 Subject: [PATCH] Prepare for 1.10.0 release (#1362) Signed-off-by: Miki --- CHANGELOG.md | 19 +++++++++++++++++-- i18ntokens.json | 48 ++++++++++++++++++++++++------------------------ package.json | 2 +- yarn.lock | 31 ++++++++++++++++++++++++++++--- 4 files changed, 70 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b211e859..e5fcef7f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,23 @@ ### 🔩 Tests +## [Unreleased `1.10.0`](https://github.com/opensearch-project/oui/tree/1.10) + +### 📈 Features/Enhancements + +- Add V9 Theme ([#1344](https://github.com/opensearch-project/oui/pull/1344)) +- Add history icon and alias it as recent ([#1346](https://github.com/opensearch-project/oui/pull/1346)) +- Introduce compressed OuiSearchBar ([#1354](https://github.com/opensearch-project/oui/pull/1354)) +- Introduce `$ouiLegibilityMaxWidth` variable and `ouiLegibilityMaxWidth` mixin ([#1359](https://github.com/opensearch-project/oui/pull/1359)) + +### 🐛 Bug Fixes + +- Fix now button to be secondary in SuperDatePicker ([#1320](https://github.com/opensearch-project/oui/pull/1320)) +- Update styling for empty button and date picker icon ([#1342](https://github.com/opensearch-project/oui/pull/1342)) +- Fix height of OuiCombobox when `append` is used ([#1338](https://github.com/opensearch-project/oui/pull/1338)) +- Fix `docgenInfo` errors when accessing the props or playground of some docs ([#1355](https://github.com/opensearch-project/oui/pull/1355)) + + ## [`1.9.0`](https://github.com/opensearch-project/oui/tree/1.9.0) ### 📈 Features/Enhancements @@ -29,8 +46,6 @@ ### 🐛 Bug Fixes - Fix the availability of OuiCompressedSuperDatePicker ([#1325](https://github.com/opensearch-project/oui/pull/1325)) -- Fix now button to be secondary in SuperDatePicker ([#1320](https://github.com/opensearch-project/oui/pull/1320)) - ## [`1.8.1`](https://github.com/opensearch-project/oui/tree/1.8.1) diff --git a/i18ntokens.json b/i18ntokens.json index 4c4a3fb15..d4261ed9c 100644 --- a/i18ntokens.json +++ b/i18ntokens.json @@ -2237,14 +2237,14 @@ "highlighting": "string", "loc": { "start": { - "line": 429, + "line": 437, "column": 14, - "index": 11292 + "index": 11485 }, "end": { - "line": 432, + "line": 440, "column": 16, - "index": 11418 + "index": 11611 } }, "filepath": "src/components/date_picker/super_date_picker/super_date_picker.tsx" @@ -2255,14 +2255,14 @@ "highlighting": "string", "loc": { "start": { - "line": 127, + "line": 129, "column": 6, - "index": 3258 + "index": 3324 }, "end": { - "line": 130, + "line": 132, "column": 8, - "index": 3357 + "index": 3423 } }, "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx" @@ -2273,14 +2273,14 @@ "highlighting": "string", "loc": { "start": { - "line": 134, + "line": 136, "column": 8, - "index": 3442 + "index": 3508 }, "end": { - "line": 137, + "line": 139, "column": 10, - "index": 3549 + "index": 3615 } }, "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx" @@ -2291,14 +2291,14 @@ "highlighting": "string", "loc": { "start": { - "line": 139, + "line": 141, "column": 8, - "index": 3570 + "index": 3636 }, "end": { - "line": 142, + "line": 144, "column": 10, - "index": 3673 + "index": 3739 } }, "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx" @@ -2309,14 +2309,14 @@ "highlighting": "string", "loc": { "start": { - "line": 149, + "line": 151, "column": 8, - "index": 3769 + "index": 3835 }, "end": { - "line": 152, + "line": 154, "column": 10, - "index": 3881 + "index": 3947 } }, "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx" @@ -2327,14 +2327,14 @@ "highlighting": "string", "loc": { "start": { - "line": 156, + "line": 158, "column": 8, - "index": 3968 + "index": 4034 }, "end": { - "line": 159, + "line": 161, "column": 10, - "index": 4081 + "index": 4147 } }, "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx" diff --git a/package.json b/package.json index 2fd3f8913..3f89c1101 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@opensearch-project/oui", "description": "OpenSearch UI Component Library", - "version": "1.8.0", + "version": "1.10.0", "license": "Apache-2.0", "main": "lib", "module": "es", diff --git a/yarn.lock b/yarn.lock index ac14d8c8e..42d5fe78f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15163,7 +15163,7 @@ string-length@^4.0.2: char-regex "^1.0.2" strip-ansi "^6.0.0" -"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.2.2, string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0": version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -15190,6 +15190,15 @@ string-width@^1.0.1: is-fullwidth-code-point "^1.0.0" strip-ansi "^3.0.0" +"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.2.2, string-width@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + string-width@^2.0.0: version "2.1.1" resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" @@ -15330,7 +15339,7 @@ stringify-entities@^3.0.1: character-entities-legacy "^1.0.0" xtend "^4.0.0" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -15365,6 +15374,13 @@ strip-ansi@^6.0.0: dependencies: ansi-regex "^5.0.0" +strip-ansi@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + strip-ansi@^7.0.1: version "7.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2" @@ -16975,7 +16991,7 @@ worker-farm@^1.7.0: dependencies: errno "~0.1.7" -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== @@ -17010,6 +17026,15 @@ wrap-ansi@^6.2.0: string-width "^4.1.0" strip-ansi "^6.0.0" +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + wrap-ansi@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"