Skip to content

Releases: marella/material-icons

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

0.7.0

29 May 19:37
Compare
Choose a tag to compare

Major Changes

  • Remove eot font files as they are only required for IE6-8
  • Remove ttf and otf font files as woff2 and woff font files should be enough for modern browsers
  • Rename font files to match their CSS class names (MaterialIconsOutlined-Regularmaterial-icons-outlined)
  • Refactor Sass mixins and remove unused Sass variables ($material-icons-font-name, $material-icons-font-family)

Other Changes

  • Delete unused svg font file
  • Remove local() font references in css as they may cause issues with locally installed fonts
  • Add files field to package.json to include only css, scss and font files in package
  • Switch to dart-sass as node-sass is deprecated
  • Update fonts and codepoints
  • Add airline_stops, airlines, apps_outage, browser_updated, connecting_airports, expand_circle_down, flight_class, interests, mode_of_travel, soup_kitchen icons

0.6.4

20 May 10:57
Compare
Choose a tag to compare

Changes

  • Update font files and codepoints
  • Add co2, comments_disabled, gif_box, group_remove, workspace_premium icons