Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update figma link to latest v2 #1456

Merged
merged 2 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading