Skip to content

Releases: openedx/paragon

v1.4.3

06 Dec 16:01
1d25dfc

Choose a tag to compare

1.4.3 (2017-12-06)

Bug Fixes

  • input: Use prop.id/prop.type when available and allow for ref on inputs (1d25dfc)

v1.4.2

04 Dec 22:26
57c13c4

Choose a tag to compare

1.4.2 (2017-12-04)

Bug Fixes

  • package.json: add commit linting (5208744)

v1.4.1

04 Dec 15:35
8a12d91

Choose a tag to compare

1.4.1 (2017-12-04)

Bug Fixes

  • StatusAlert: Fix focus error for dismissible alert. (#89) (8a12d91)

v1.4.0

04 Dec 15:11
4bd0082

Choose a tag to compare

1.4.0 (2017-12-04)

Features

  • TextArea: New TextArea Component (4bd0082)

v1.3.3

21 Nov 21:09
d059fbc

Choose a tag to compare

1.3.3 (2017-11-21)

Bug Fixes

  • Hyperlink: Add Hyperlink component to exports (a88efe7)

v1.3.2

21 Nov 20:10

Choose a tag to compare

1.3.2 (2017-11-21)

v1.3.1

20 Nov 15:27
c9e0581

Choose a tag to compare

1.3.1 (2017-11-20)

Bug Fixes

  • Table: add aria-hidden to sort icons in Table (#76) (c9e0581)

v1.3.0

16 Nov 17:31

Choose a tag to compare

1.3.0 (2017-11-16)

Features

  • Button: convert functional Button to class (9690fda)

v1.2.0

16 Nov 17:00
82a2129

Choose a tag to compare

1.2.0 (2017-11-16)

Features

  • semantic-release: implement semantic release (8de3944)

Added prop type validation for hideHeader to Table and updated Table documentation

06 Nov 16:27
31ddbf7

Choose a tag to compare

Added hideHeader boolean as prop of the Table columns prop and updated Table documentation to reflect the additional prop type.