Skip to content

Commit

Permalink
Bump changelog and package.json for 1.15 release
Browse files Browse the repository at this point in the history
Signed-off-by: Viraj Sanghvi <virajs@amazon.com>
  • Loading branch information
virajsanghvi committed Oct 3, 2024
1 parent 8be8eba commit 4846d8c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
26 changes: 20 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@

### Deprecations

- Deprecate Query.toESQuery and Query.toESQueryString in favor of Query.toOpenSearchQuery and Query.toOpenSearchQueryString ([#1426](https://github.com/opensearch-project/oui/pull/1426))

### πŸ›‘ Security


### πŸ“ˆ Features/Enhancements

- Reduce the gap between the elements of a compressed OuiSearchBar ([#1426](https://github.com/opensearch-project/oui/pull/1426))
- Update colors for v9 theme ([#1430](https://github.com/opensearch-project/oui/pull/1430))

### πŸ› Bug Fixes

- Add Temporary fix for Chrome's problem with rendering mask images ([#1414](https://github.com/opensearch-project/oui/pull/1414))
- Additional borderRadius sizes on Panels ([#1417](https://github.com/opensearch-project/oui/pull/1417))
- Configuration of borderRadius on Cards ([#1417](https://github.com/opensearch-project/oui/pull/1417))
- Update components to respect new breakpoints ([#1416])(https://github.com/opensearch-project/oui/pull/1416)
- Fix naming conventions in OuiSearchBar code and docs ([#1426](https://github.com/opensearch-project/oui/pull/1426))
- Revert button background color configurability ([#1430](https://github.com/opensearch-project/oui/pull/1430))

### 🚞 Infrastructure

Expand All @@ -27,13 +28,26 @@
### πŸ›  Maintenance


### πŸͺ› Refactoring


### πŸ”© Tests


## [`1.14.0`](https://github.com/opensearch-project/oui/tree/1.14)

### πŸ› Bug Fixes

- Add Temporary fix for Chrome's problem with rendering mask images ([#1414](https://github.com/opensearch-project/oui/pull/1414))
- Additional borderRadius sizes on Panels ([#1417](https://github.com/opensearch-project/oui/pull/1417))
- Configuration of borderRadius on Cards ([#1417](https://github.com/opensearch-project/oui/pull/1417))
- Update components to respect new breakpoints ([#1416](https://github.com/opensearch-project/oui/pull/1416))

### πŸͺ› Refactoring
- Make Side Nav variables themeable ([#1417](https://github.com/opensearch-project/oui/pull/1417))
- Make Links use font-weight `$ouiFontWeightSemiBold` (no change for existing themes) ([#1417](https://github.com/opensearch-project/oui/pull/1417))
- Enable themes to define background colors for Buttons ([#1417](https://github.com/opensearch-project/oui/pull/1417))

### πŸ”© Tests


## [`1.13.0`](https://github.com/opensearch-project/oui/tree/1.13)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opensearch-project/oui",
"description": "OpenSearch UI Component Library",
"version": "1.14.0",
"version": "1.15.0",
"license": "Apache-2.0",
"main": "lib",
"module": "es",
Expand Down

0 comments on commit 4846d8c

Please sign in to comment.