-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
bug: <title>
tag still exists in svg icon (ionicons 6.1.0)
#1168
Labels
type: bug
A bug in the functionality of Ionicons
Comments
I'm facing the same issue yet in v6.1.0. |
Thanks for letting us know. I will merge #1169 once CI passes and then will publish a new release. |
This has been resolved via #1169. I will post an update here when the fix has been released. |
A fix for this issue has been releases in Ionic 6.1.1. Thanks again for the report and the fix! |
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current Behavior
It seems like
ionicons
version 6.1.0 published onnpm
still have<title>
tag inside the svg icon.Screenshots from https://www.npmjs.com/package/ionicons?activeTab=explore
So issues described in #838 are not completely resolved.
Expected Behavior
The svg icon published on
npm
should not have any<title>
tag by default.Steps to Reproduce
ionicons
to 6.1.0<ion-icon name="accessibility-outline"></ion-icon>
on the pagenpm start
Accessibility
tooltip will show upCode Reproduction URL
https://github.com/jonz94/ionicons-issue-1168
Additional Information
Based on information provided #838 (comment)
Change following lines:
ionicons/scripts/build.ts
Lines 169 to 172 in 8c2a507
into:
should be able to resolve the issue.
The text was updated successfully, but these errors were encountered: