Releases: Angelmmiguel/material_icons
Releases · Angelmmiguel/material_icons
v4.0.0
What's Changed
- Update supported Ruby versions by @tricknotes in #24
- Add the 'class_icon' method because we could not use an icon named 'class' by @ykpythemind in #26
- Add in readme an example of how to add(use) html data attributes by @Raileanv in #28
- [#37] Move CI to GitHub Actions and deprecate old versions by @Angelmmiguel in #38
- [#40] Drop unicode support in the library by @Angelmmiguel in #41
- [#42] Add the shape method and stop using missing method to set the icon by @Angelmmiguel in #43
- feat: Update for regular icons set to 4.0.0 version by @robothemes in #36
- feat: add new icon styles and update all fonts by @Angelmmiguel in #46
New Contributors
- @tricknotes made their first contribution in #24
- @ykpythemind made their first contribution in #26
- @Raileanv made their first contribution in #28
- @robothemes made their first contribution in #36
Full Changelog: v2.2.1...v4.0.0
v2.2.1
v2.2.0
Fixed a conflict with style icon
- Fixed a conflict with style icon name and
MaterialIcon
style method #8
Update Material Design Icons from Google
- Update Material Design icon font to 2.1 version (Thanks @matthieua)
- Fix file permission, now it's equals to 644 (Thanks @rociiu)
Minor fixes
- Moved LICENSE of fonts to root.
- Added tests to several versions of Rails gem.
Helpers for views
Added helpers to build icons on views. Improve CSS for unicode mode.
Prerelease version with view helpers
First version of view helpers. Fixed a bug on CSS.
First version.
Added Material icons fonts to your rails project. Created CSS for ligatures and unicode version (see Compatibility)