Releases: openedx/paragon
Releases · openedx/paragon
v1.3.0
v1.2.0
Added prop type validation for hideHeader to Table and updated Table documentation
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
- 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
Rename display property of Button component to label.
Upgrade to Bootstrap 4 beta 2
Merge pull request #55 from edx/andya/update-bootstrap Update to edx-bootstrap 0.4.0
New StatusAlert Component
Updated release including the new StatusAlert Component.
Initial NPM Release
Initial push to NPM. Does not contain any bundled dist
files.