v1.5.2
Removed from .npmignore
src/
and build/
folders. Now library users can use src files in their projects to reduce bundle size.
Edited package.json scripts: prepublish
=> prepublishOnly
.
Edited package.json dev deps: react
and react-dom
switched from 15.6.2
to 16.3.2
.
Moved cssTransform
options in separate file. Now library users can use this config in their projects.
ButtonNew
: added disabled
state.
Alert
: fixed vertical layout buttons.