Releases: marella/material-icons
Releases · marella/material-icons
v1.0.0
Changes in 1.0.0
- Deprecate redundant CSS classes—
mi
,mi-outlined
,mi-round
,mi-sharp
,mi-two-tone
. You can usematerial-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
andotf
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
0.7.7
v0.7.6
0.7.6
v0.7.5
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
Changes
- Add separate CSS and Sass files for each font to reduce build size. Learn more
- Refactor Sass mixins
0.7.0
Major Changes
- Remove
eot
font files as they are only required for IE6-8 - Remove
ttf
andotf
font files aswoff2
andwoff
font files should be enough for modern browsers - Rename font files to match their CSS class names (
MaterialIconsOutlined-Regular
→material-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 topackage.json
to include only css, scss and font files in package - Switch to
dart-sass
asnode-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