Skip to content

Releases: trendmicro-frontend/react-buttons

v1.3.1

10 Aug 09:46
Compare
Choose a tag to compare

Address an issue where checking element type for imported components is not possible with projects using react-hot-loader (69f3c23)

v1.3.0

04 Jan 03:16
Compare
Choose a tag to compare

Do not define btnSize as the default props since it may cause problems to dropdown toggle (2ead8b8)

v1.2.1

06 Oct 08:27
Compare
Choose a tag to compare

Support React v16.0

v1.2.0

22 Aug 11:36
Compare
Choose a tag to compare

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

17 Jun 06:41
Compare
Choose a tag to compare

Add a compact prop (alias: iconOnly) to reduce the padding to fit into tighter space (6a88a21)

v1.0.4

20 Apr 05:21
Compare
Choose a tag to compare

Use React.PureComponent instead of shallowCompare (d3cd0e0)

v1.0.3

19 Apr 02:29
Compare
Choose a tag to compare

Bump to v1.0.3 (suppress React 15.5.0 warnings)

v1.0.2

18 Apr 09:11
Compare
Choose a tag to compare

Replaces React.PropTypes references with prop-types (078703b, ded3995)

v1.0.1

08 Mar 07:29
Compare
Choose a tag to compare

Adjust margin style of a loader to avoid to impact a button height (Button height should be 32px). (466ff53)

v1.0.0

23 Feb 06:09
Compare
Choose a tag to compare

Bump to v1.0.0