Skip to content

Releases: marella/material-icons

v1.1.0

04 Aug 02:10
Compare
Choose a tag to compare
  • Deprecate 1 icon: facebook
  • Add 5 icons: fitbit, hub, kebab_dining, spoke, token

v1.0.1

28 Jul 00:20
Compare
Choose a tag to compare
1.0.1

v1.0.0

22 Jul 10:06
Compare
Choose a tag to compare

Changes in 1.0.0

  • Deprecate redundant CSS classes—mi, mi-outlined, mi-round, mi-sharp, mi-two-tone. You can use material-icons, material-icons-outlined, material-icons-round, material-icons-sharp, material-icons-two-tone classes instead
  • Deprecate material-icons() Sass mixin. You can use @extend .material-icons; instead of @include material-icons();

Major Changes since 0.2.x

  • Added outlined, round, sharp and two-tone icons (0.5.0)
  • Removed eot, ttf and otf font files and renamed other font files (0.7.0)
  • Removed $material-icons-font-name, $material-icons-font-family Sass variables (0.7.0)

Migrating from 0.x to 1.x

The core features have remained same since 0.2.x. Addition (0.5.0) and removal (0.7.0) of font files don't require any code changes if you are just importing the provided CSS or Sass files. Since new fonts are added (0.5.0), you may want to look at reducing build size.

v0.7.7

22 Jul 00:19
Compare
Choose a tag to compare
0.7.7

v0.7.6

06 Jul 00:21
Compare
Choose a tag to compare
0.7.6

v0.7.5

04 Jul 12:27
Compare
Choose a tag to compare
0.7.5

0.7.4

23 Jun 13:35
Compare
Choose a tag to compare

Changes

  • Update fonts and codepoints
  • Add interpreter_mode, playlist_add_check_circle, playlist_add_circle, south_america, vaccines icons

0.7.3

21 Jun 19:03
Compare
Choose a tag to compare

Changes

  • Use :: for CSS pseudo-elements
  • Change download script

0.7.2

11 Jun 19:07
Compare
Choose a tag to compare

Changes

  • Update fonts and codepoints
  • Add switch_access_shortcut, switch_access_shortcut_add icons
  • Refactor Sass mixins

0.7.1

05 Jun 18:54
Compare
Choose a tag to compare

Changes

  • Add separate CSS and Sass files for each font to reduce build size. Learn more
  • Refactor Sass mixins