Skip to content

Releases: openedx/paragon

v1.4.1

04 Dec 15:35
8a12d91
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

1.3.2 (2017-11-21)

v1.3.1

20 Nov 15:27
c9e0581
Compare
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
Compare
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
Compare
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
Compare
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.

Added sortable functionality to Table columns

01 Nov 17:49
db72d5a
Compare
Choose a tag to compare
  • Added props to the Table component to handle sortable functionality:
    • tableSortable boolean, representing whether the Table will have sortable columns.
    • defaultSortedColumn string, representing the default sorted column on a sortable table.
    • defaultSortDirection string, representing the default sort direction on a sortable table.
    • sortButtonsScreenReaderText object, representing screen reader only text that will be applied to any sortable column buttons.
    • columnSortable boolean, representing whether a given column is sortable.
    • onSort function, representing the function to call when a column's sort button is clicked.
  • Added buttons for sortable columns that have dynamic sort icons, screen reader only text, and ability to call a function on button click.
  • Added unit tests for sortable Tables.

Rename display property of Button component to label

26 Oct 19:21
Compare
Choose a tag to compare

Rename display property of Button component to label.