roylee0704 / react-flexbox-grid

A set of React components implementing flexboxgrid with the power of CSS Modules.
http://roylee0704.github.io/react-flexbox-grid/
2.93k stars 206 forks source link

Remove runtime dependency on classnames & babel-polyfill #66

Closed eemeli closed 7 years ago

eemeli commented 8 years ago

This does much the same as PR #64 for solving issue #49, but rather than creating a custom classnames replacement, it changes the call parameters of createProps() to expect an array of class names that it then filters.

This PR also resolves #51 by adding an inline isInteger() replacement for Number.isInteger(), which isn't supported by IE. I also dropped the phantomjs-polyfill dependency as it's not needed.

eemeli commented 8 years ago

The VersionEye failure appears to be caused by the custom version of highlight-loader in doc/package.json, for which VersionEye for some reason won't parse the license included in its package.json file.

silvenon commented 7 years ago

Amazing! Thanks! 💯