Releases: eugeneilyin/mdi-norm
Releases · eugeneilyin/mdi-norm
2.2
- Extract common SVG code fragments into separate file (which gives additional ~30% of SVG code reduction)
- Add support for
@
icon name prefix inmdi-norm/macro
to use icon component name directly without transpiling it into JSX tag (useful to pass icon components as props, keep them in arrays, etc.) - Get rid of custom pragma
h
usage and migrate to standard react createElement calls
2.1
- Get rid of
Object.assign
to add compatibility with IE11 - Remove deprecated dependencies
2.0
- The icons now even more compact with new per element SVG unnecessary
path
draw commands removal without any visual per-pixel changes - Introducing new
mdi-norm/macro
Babel macro for happy coding with new syntactic sugar and easy migration from icon fonts to SVG - Breaking change due to new icon naming convention (now with prefixes
Filled*
,Outline*
,Round*
,Sharp*
, andTwoTone*
and without prefix for themed icons) - The SVG
fill
property iscurrentColor
now by default - Removed default
opacity
property
1.0
This is an initial release of the mdi-norm
library.