uber-archive / r-dom

React DOM wrapper
MIT License
263 stars 18 forks source link

Update classnames dependency #41

Closed lest closed 8 years ago

lest commented 8 years ago

The only breaking change in classnames 2.x is the use of Array.isArray which means that a polyfill is needed for IE 8 support.

It shouldn't be a problem though because Array.isArray is used in r-dom itself.

dawsbot commented 8 years ago

lgtm, @mlmorg, @MarkReeder, or @rtsao?

mlmorg commented 8 years ago

Published as v2.3.0

lest commented 8 years ago

Thank you!