Fix UMD Bundles
This release just updated the UMD bundle to be separated into three parts to keep the library as small as possible. This really should not affect anyone even though it is a "breaking" change.
Base react-md library (no material icons)
Development:
Production:
Base react-md library with the Font Icon components for material icons
Development:
Production:
Base react-md library with the SVG Icon components for material icons
Development:
Production:
Fixed and updated GZip Size
v1 size
The gzipped UMD bundle size is:
- dist/v1/umd/react-md.min.js 98.68 KB
The min and max gzipped CSS bundle sizes are:
- dist/v1/css/react-md.yellow-red.min.css 13.2 KB
- dist/v1/css/react-md.blue_grey-deep_purple.min.css 13.23 KB
v2 size
The gzipped UMD bundle size is:
- dist/umd/react-md.production.min.js 86.49 KB
- dist/umd/react-md-with-font-icons.production.min.js 196.05 KB
- dist/umd/react-md-with-svg-icons.production.min.js 196.03 KB
The min and max gzipped CSS bundle sizes are:
- dist/css/react-md.grey-deep_orange-200-light.min.css 15.65 KB
- dist/css/react-md.indigo-blue-400-dark.min.css 15.71 KB