Releases: trendmicro-frontend/react-buttons
Releases · trendmicro-frontend/react-buttons
v1.3.1
Address an issue where checking element type for imported components is not possible with projects using react-hot-loader (69f3c23)
v1.3.0
Do not define btnSize as the default props since it may cause problems to dropdown toggle (2ead8b8)
v1.2.0
Add support for passing btnSize and btnStyle to ButtonGroup component (e8cbe7b)
<ButtonGroup btnSize="sm" btnStyle="flat">
<Button>OK</Button>
<Button>Cancel</Button>
</ButtonGroup>
v1.1.0
Add a compact prop (alias: iconOnly) to reduce the padding to fit into tighter space (6a88a21)
v1.0.4
Use React.PureComponent instead of shallowCompare (d3cd0e0)
v1.0.3
Bump to v1.0.3 (suppress React 15.5.0 warnings)
v1.0.2
Replaces React.PropTypes references with prop-types (078703b, ded3995)
v1.0.1
Adjust margin style of a loader to avoid to impact a button height (Button height should be 32px). (466ff53)