Releases: BrightspaceUI/table
Releases · BrightspaceUI/table
v0.0.11
Update package.json
v0.0.10: Merge pull request #16 from Brightspace/update_rem
Updating tables to use rem and removed dependency on px-to-base-rem
v0.0.9
Updated to follow general vui convention around states being applied to rows:
- Selected state ``...`
- Active state
<tr class="vui-active">...</tr>
- Active selected state
<tr class="vui-active vui-selected">...</tr>
Moved hover state of table body rows into its own mixin vui-table-rows-selectable, <table class="vui-table vui-table-rows-selectable">...</table>
v0.0.8: Merge pull request #9 from Brightspace/selection-state
Prevent selection styles from bleeding into children
v0.0.7: Merge pull request #8 from Brightspace/vertical-align
Update placement of vui-table-column-sort to vertical align middle.
v0.0.6: Merge pull request #6 from Brightspace/outline
updated outline color and table border rendering
v0.0.5: Merge pull request #5 from Brightspace/thead
Fix rounded corners for tables with only the thead element
v0.0.4: Merge pull request #4 from Brightspace/mixins
refactored common styles into mixins.
v0.0.3: Merge pull request #3 from Brightspace/sort
Table column sort asc and desc decorators