Skip to content

Releases: openedx/paragon

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.

Upgrade to Bootstrap 4 beta 2

24 Oct 14:07
Compare
Choose a tag to compare
Merge pull request #55 from edx/andya/update-bootstrap

Update to edx-bootstrap 0.4.0

New StatusAlert Component

17 Oct 18:05
Compare
Choose a tag to compare

Updated release including the new StatusAlert Component.

Initial NPM Release

11 Oct 18:57
Compare
Choose a tag to compare

Initial push to NPM. Does not contain any bundled dist files.