Skip to content

Implemented material icons package#397

Merged
valadas merged 1 commit intodevelopmentfrom
material-icons
Nov 8, 2021
Merged

Implemented material icons package#397
valadas merged 1 commit intodevelopmentfrom
material-icons

Conversation

@valadas
Copy link
Copy Markdown
Member

@valadas valadas commented Nov 8, 2021

This changes most inline svg icons into the material icons svg npm package.

This is a potential breaking change from consumers of this library as you will either end up with an inline svg or a base64 data-url depending on how this is consumed which may affect how the css works out. In theory because we are in shadow-dom, it should not be an issue but it is worth testing before upgrading to this new version.

For stenciljs consumers of this package you can simply
npm install stencil-inline-svg --save-dev and call it in your stencil config plugins, for usage in other frameworks, please open an issue with minimal usage scenario for help.

This changes most inline svg icons into the material icons svg npm package.

This is a potential breaking change from consumers of this library as you will either end up with an inline svg or a base64 data-url depending on how this is consumed which may affect how the css works out. In theory because we are in shadow-dom, it should not be an issue but it is worth testing before upgrading to this new version.

For stenciljs consumers of this package you can simply
`npm install stencil-inline-svg --save-dev` and call it in your stencil config plugins, for usage in other frameworks, please open an issue with minimal usage scenario for help.
@valadas valadas added this to the 0.11.0 milestone Nov 8, 2021
@valadas valadas merged commit a4daad5 into development Nov 8, 2021
@valadas valadas deleted the material-icons branch November 8, 2021 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant