-
Notifications
You must be signed in to change notification settings - Fork 842
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
Add viewBox
attribute to SVG & JS logo icons where missing
#2240
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just still needs a changelog entry. Probably under the bug fix heading. And don't forget to make it past-tense. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you'll also need to rebase from master as a release was just cut a couple hours ago.
f6b7d82
to
d6150c5
Compare
ok. just did a rebase & force push |
CHANGELOG.md
Outdated
@@ -15,6 +15,7 @@ No public interface changes since `13.4.0`. | |||
- Added missing `onChange` TS defs for EuiRange ([#2211](https://github.com/elastic/eui/pull/2211)) | |||
- Fixed `EuiBadge` text cursor to default pointer ([#2234](https://github.com/elastic/eui/pull/2234)) | |||
- Fixed `EuiPageContent` className prop to allow the passed-in className to take cascade precedence over classes generated by the component ([#2237](https://github.com/elastic/eui/pull/2237)) | |||
- Added `viewBox` attribute to Docker, Kubernetes, and Redis logos ([#2240](https://github.com/elastic/eui/pull/2240)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because of the rebase and release, you'll now need to move this line to be under master
. And if you don't mind, also copy the **Bug fixes**
header up there as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, this is confusing, there just happened to be a release while your PR is up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
np. updated in 99c8f55
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, thanks @jfsiii ! You are good to merge!
Summary
closes #2227
Added
viewBox
values (copy-pasted fromlogo_rabbitmq.{js,svg}
) to Docker, Kubernetes, and Redis logos.Ran
yarn compile-icons
and checked in Storybook with Light & Dark Mode.Pasted React components directly in my plugin
Current
master
This PR
Checklist
Checked in mobileChecked in IE11 and FirefoxProps have proper autodocsAdded documentation examplesAdded or updated jest testsChecked for breaking changes and labeled appropriatelyChecked for accessibility including keyboard-only and screenreader modes