Skip to content

v1.5.2

Compare
Choose a tag to compare
@ArthurStam ArthurStam released this 18 Apr 17:26
· 11595 commits to master since this release

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.