weui / react-weui

weui for react
https://weui.github.io/react-weui/docs/
2.85k stars 493 forks source link

feat: react v16 version support #306

Closed aquariuslt closed 5 years ago

aquariuslt commented 5 years ago

Support react v16 as peer dependencies

including below changes:

  1. use enzyme-adapter-react-helper and ENV REACT to auto install multi version react and react-dom and configure enzyme-react-adapter-${REACT}. (update enzyme, version)
  2. update .travis.yml add 0.14/15.x/16.x and nodejs base image as matrix branch testing
  3. fix some npm start:docs runtime warning (update react-docgen version)