All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
4.1.95 - 2019-08-14
- Update to version 4.1.95 of Material Design Icons.
4.0.96 - 2019-08-14
- Update to version 4.0.96 of Material Design Icons.
3.9.97 - 2019-08-12
- Update to version 3.9.97 of Material Design Icons.
3.8.95.1 - 2019-07-28
- Fix for removal of the SVG webfont.
3.8.95 - 2019-07-15
- Update to version 3.8.95 of Material Design Icons.
3.7.95 - 2019-07-06
- Update to version 3.7.95 of Material Design Icons.
3.5.95 - 2019-03-10
- Update to version 3.5.95 of Material Design Icons.
3.4.93 - 2019-01-03
- Update to version 3.4.93 of Material Design Icons.
3.3.92 - 2019-01-03
- Update to version 3.3.92 of Material Design Icons.
3.2.89 - 2018-10-04
- Update to version 3.2.89 of Material Design Icons.
3.0.39 - 2018-10-21
- Update to version 3.0.39 of Material Design Icons.
2.8.94 - 2018-09-24
- Update to version 2.8.94 of Material Design Icons.
2.7.94 - 2018-09-02
- Update to version 2.7.94 of Material Design Icons.
2.6.95 - 2018-08-12
- Update to version 2.6.95 of Material Design Icons.
2.5.94 - 2018-06-12
- Update to version 2.5.94 of Material Design Icons.
2.4.85 - 2018-06-12
- Update to version 2.4.85 of Material Design Icons.
2.3.54 - 2018-04-27
- Update to version 2.3.54 of Material Design Icons.
2.2.43 - 2018-04-14
- Update to version 2.2.43 of Material Design Icons.
2.1.99.1 - 2018-03-24
- A new option:
data
adds data attributes tomdi_tag
.
2.1.99 - 2018-03-10
- Update to version 2.1.99 of Material Design Icons.
2.1.19 - 2017-12-26
- Update to version 2.1.19 of Material Design Icons.
2.0.46.1 - 2017-09-07
- Require newer version of inline_svg.
2.0.46 - 2017-08-28
- Update to version 2.0.46 of Material Design Icons.
1.9.33 - 2017-04-29
- Update to version 1.9.33 of Material Design Icons.
1.8.36 - 2017-02-08
- Update to version 1.8.36 of Material Design Icons.
1.7.12 - 2016-09-08
Breaking changes from previous release.
mdi_tag
icon class attributes format changed frommdi_tag('one', 'two')
tomdi_tag('one two')
.
- A new option:
class
adds a class attribute to the tag. - Add changelog.
- 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 - 2016-07-24
- Simplify
@font-face
declaration since the Rails Asset Pipeline already fingerprints assets. - Require newer version of inline_svg.
0.1.1 - 2016-07-23
- Revert to previous version of inline_svg.
- Basic Railtie and view helpers to add Material Design Icons tags and inline SVG to Ruby on Rails views.