Skip to content

refactor(ionicons): update to ionicons v5#19670

Merged
liamdebeasi merged 25 commits into
masterfrom
ionicons-v5
Nov 20, 2019
Merged

refactor(ionicons): update to ionicons v5#19670
liamdebeasi merged 25 commits into
masterfrom
ionicons-v5

Conversation

@adamdbradley

@adamdbradley adamdbradley commented Oct 15, 2019

Copy link
Copy Markdown
Contributor

🎉

@ionitron-bot ionitron-bot Bot added the package: core @ionic/core package label Oct 15, 2019
Comment thread core/api.txt
Comment thread core/package.json Outdated
],
"dependencies": {
"ionicons": "^4.6.3",
"ionicons": "^5.0.0-11",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we be updating to a pre-release? I'd like to use a final 5.0 officially

Comment thread core/src/components/back-button/back-button.tsx Outdated
Comment thread core/src/components/back-button/back-button.tsx Outdated
Comment thread core/src/components/back-button/back-button.tsx
Comment thread core/src/components/icon/readme.md
Comment thread core/src/components/icon/readme.md
const clearIcon = this.clearIcon || (mode === 'ios' ? 'ios-close-circle' : 'md-close');
const searchIcon = this.searchIcon;
const clearIcon = this.clearIcon || (mode === 'ios' ? 'close-circle' : 'close-sharp');
const searchIcon = this.searchIcon || (mode === 'ios' ? 'search-outline' : 'search-sharp');

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a way to set this in the prop so that the users can see the defaults?

@liamdebeasi liamdebeasi merged commit 69e10de into master Nov 20, 2019
@liamdebeasi liamdebeasi deleted the ionicons-v5 branch December 5, 2019 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package: core @ionic/core package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants