This repository has been archived by the owner on Jan 23, 2020. It is now read-only.
Releases: barrymieny/material_design_icons
Releases · barrymieny/material_design_icons
2.0.46
Changed
- Update to version 2.0.46 of Material Design Icons.
1.9.33
Changed
- Update to version 1.9.33 of Material Design Icons.
1.8.36
Changed
- Update to version 1.8.36 of Material Design Icons.
1.7.12
Warning
Breaking changes from previous release.
mdi_tag
icon class attributes format changed frommdi_tag('one', 'two')
tomdi_tag('one two')
.
Added
- A new option:
class
adds a class attribute to the tag. - Add changelog.
Changed
- Update to version 1.7.12 of Material Design Icons.
- The version number will henceforth match that of Material Design Icons, but may add point releases for bug fixes.
0.1.2
Changed
- Simplify
@font-face
declaration since the Rails Asset Pipeline already fingerprints assets. - Require newer version of inline_svg.
0.1.1
Fixed
- Revert to previous version of inline_svg.
0.1.0
Added
- Basic Railtie and view helpers to add Material Design Icons tags and inline SVG to Ruby on Rails views.