All Versions
12
Latest Version
Avg Release Cycle
175 days
Latest Release
1370 days ago

Changelog History
Page 1

  • v4.0.0 Changes

    August 31, 2020

    ๐Ÿ’… Restructure repo. Update with latest icons, new icon fonts for additional material styles. Add a script to make future updates easier.

  • v3.0.2 Changes

    August 19, 2020

    Captures the state of the icon library as it has long stood, prior to an anticipated restructuring (drafting in #1055).

  • v3.0.1 Changes

    September 02, 2016

    ๐Ÿ“ฆ Corrects the license in package.json to use Apache 2.0 and adds missing device SVG sprites.

  • v3.0.0 Changes

    August 25, 2016

    License change to Apache 2.0!

  • v2.2.3 Changes

    March 19, 2016

    No content changes.

    Attempting to fix a problem where npm install fails with "npm ERR! cb() never called".

  • v2.2.2 Changes

    March 17, 2016

    โšก๏ธ Updated the icon font's woff file to mirror what is served by Google Fonts. Drops the size of the woff by 21KB.

  • v2.2.1 Changes

    March 10, 2016

    Corrects an out-of-date icon font file.

  • v2.2.0 Changes

    February 09, 2016

    โšก๏ธ Our latest update covers everything from sentiments to subways, and expands our system icon library to 933. Visit design.google.com/icons to see them all.

  • v2.1.3 Changes

    December 31, 2015

    ๐Ÿฑ You can now require('material-design-icons') to get access to its path on your machine. This is useful, for instance, if you'd like to host our assets from your dev server:

    yourDevServer.map(
      YOUR_STATIC_PREFIX + '/material-design-icons',
      require('material-design-icons').STATIC_PATH,
    );
    
  • v2.1.1 Changes

    November 23, 2015

    ๐Ÿš€ In addition to all the greatness we published in last week's release, this revision includes:

    • ๐Ÿ‘Œ Improved documentation
    • ๐Ÿ› Bug fixes