Skip to content

Commit

Permalink
update figma link to latest v2 (#1456)
Browse files Browse the repository at this point in the history
* update figma link to latest v2

Signed-off-by: Hailong Cui <[email protected]>

* add changlog

Signed-off-by: Hailong Cui <[email protected]>

---------

Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am authored Nov 6, 2024
1 parent 7233b5a commit 8fa9fc6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 12 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# OUI

## [Unreleased](https://github.com/opensearch-project/oui/tree/main)

### Deprecations

### 🛡 Security


### 📈 Features/Enhancements
- Add bookOpen, compass, dashboard, functionAdd, lineChart, pulse, radar, and rocket icons ([#1443](https://github.com/opensearch-project/oui/pull/1443))
- Update v9 theme colors ([#1446](https://github.com/opensearch-project/oui/pull/1446))
- Add sparkleFilled icon ([#1452](https://github.com/opensearch-project/oui/pull/1452))

### 🐛 Bug Fixes
Expand All @@ -19,6 +17,7 @@


### 📝 Documentation
- Update figma link to latest v2 ([#1456](https://github.com/opensearch-project/oui/pull/1456))


### 🛠 Maintenance
Expand All @@ -29,6 +28,12 @@

### 🔩 Tests

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

### 📈 Features/Enhancements
- Add bookOpen, compass, dashboard, functionAdd, lineChart, pulse, radar, and rocket icons ([#1443](https://github.com/opensearch-project/oui/pull/1443))
- Update v9 theme colors ([#1446](https://github.com/opensearch-project/oui/pull/1446))


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

Expand All @@ -38,24 +43,24 @@


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

### Deprecations

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

### 📈 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))
- Update colors for v9 theme ([#1430](https://github.com/opensearch-project/oui/pull/1430))

### 🐛 Bug Fixes

- 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))
- Revert button background color configurability ([#1430](https://github.com/opensearch-project/oui/pull/1430))


## [`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))
Expand Down
2 changes: 1 addition & 1 deletion src-docs/src/components/guide_page/guide_page_header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const GuidePageHeader: React.FunctionComponent<{}> = () => {
}

function renderFigma() {
const href = 'https://www.figma.com/community/file/1240039515407642648';
const href = 'https://www.figma.com/community/file/1319043629276905995';
const label = 'OUI Figma component library';
return isMobileSize ? (
<OuiButtonEmpty size="s" flush="both" iconType={figmaLogo} href={href}>
Expand Down

0 comments on commit 8fa9fc6

Please sign in to comment.