All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
See the GitHub releases page
- Drop support for Ruby 1.9.3. Some gems require Ruby > 2 #17
- Add to_str and to_ary methods to fix avoid errors with Array methods #13
- Update Material Design icon font to 2.2.2 version #12
- Fixed a conflict with style icon name and MaterialIcon style method #8
- Update Material Design icon font to 2.1 version (Thanks @matthieua)
- Fix file permission, now it's equals to 644 (Thanks @rociiu)
- Moved LICENSE of fonts to root.
- Added tests to several versions of Rails gem.
- Change the CSS classes of unicode mode. Now this classes use underscores: add_box, account_circle...
- Added test and Travis integration.
- Fixed and error on css_class method.
- Added an initializer to set the mode of material icons: unicode or ligatures
- Added a helper to build icons on views
- Improve the CSS code
- Fixed a bug on unicode CSS. The problem may causes problem with SASS preprocessor. (Thanks @matthieua)
- Created CSS stylesheets to use ligatures or unicode
- Added Google Material Icons fonts version 2.0.0
- First commit, this will be awesome :)