Skip to content

Releases: eugeneilyin/mdi-norm

2.2

27 Mar 02:49
Compare
Choose a tag to compare
  • Extract common SVG code fragments into separate file (which gives additional ~30% of SVG code reduction)
  • Add support for @ icon name prefix in mdi-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

15 Feb 00:13
Compare
Choose a tag to compare
2.1
  • Get rid of Object.assign to add compatibility with IE11
  • Remove deprecated dependencies

2.0

31 Jan 04:57
Compare
Choose a tag to compare
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*, and TwoTone* and without prefix for themed icons)
  • The SVG fill property is currentColor now by default
  • Removed default opacity property

1.0

10 Nov 06:48
c93adda
Compare
Choose a tag to compare
1.0

This is an initial release of the mdi-norm library.