Skip to content

Commit

Permalink
Update CHANGELOG and docs site after merging inline SVGs PR (#168)
Browse files Browse the repository at this point in the history
Followup to #160.
  • Loading branch information
pugnascotia authored Nov 30, 2017
1 parent 4154cce commit 92af5db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- Table spacing is now smaller [(#158)](https://github.com/elastic/eui/pull/158)
- Dark theme forms now have better contrast with their borders [(#158)](https://github.com/elastic/eui/pull/158)
- Added icons to match Kibana's app directory [(#162)](https://github.com/elastic/eui/pull/162)
- Convert icons from SVG to React component during the build and stop using
sprites [(#160)](https://github.com/elastic/eui/pull/160)

**Bug fixes**

Expand Down
2 changes: 1 addition & 1 deletion src-docs/src/views/icon/accessibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default () => (
<EuiIcon
type="search"
size="l"
title="Find information"
aria-label="Find information"
/>
</div>
);
3 changes: 1 addition & 2 deletions src-docs/src/views/icon/icon_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ export default props => (
}]}
text={
<p>
By default, this component will use a human-readable version of the <EuiCode>type</EuiCode>
to title the SVG. You can specify a <EuiCode>title</EuiCode> prop to override this.
You can title the SVG by passing the `aria-label` prop to <EuiCode>EuiCode</EuiCode>. No value is set by default.
</p>
}
demo={
Expand Down

0 comments on commit 92af5db

Please sign in to comment.