Skip to content

Releases: BrightspaceUI/table

v0.0.11

19 May 12:12
Compare
Choose a tag to compare
Update package.json

v0.0.10: Merge pull request #16 from Brightspace/update_rem

29 Feb 16:45
Compare
Choose a tag to compare
Updating tables to use rem and removed dependency on px-to-base-rem

v0.0.9

10 Feb 15:04
Compare
Choose a tag to compare

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

05 Feb 20:18
Compare
Choose a tag to compare
Prevent selection styles from bleeding into children

v0.0.7: Merge pull request #8 from Brightspace/vertical-align

02 Feb 21:05
Compare
Choose a tag to compare
Update placement of vui-table-column-sort to vertical align middle.

v0.0.6: Merge pull request #6 from Brightspace/outline

29 Jan 03:19
Compare
Choose a tag to compare
updated outline color and table border rendering

v0.0.5: Merge pull request #5 from Brightspace/thead

22 Jan 20:26
Compare
Choose a tag to compare
Fix rounded corners for tables with only the thead element

v0.0.4: Merge pull request #4 from Brightspace/mixins

19 Jan 04:00
Compare
Choose a tag to compare
refactored common styles into mixins.

v0.0.3: Merge pull request #3 from Brightspace/sort

18 Jan 18:25
Compare
Choose a tag to compare
Table column sort asc and desc decorators

Daylight

14 Jan 20:57
Compare
Choose a tag to compare
Merge pull request #2 from Brightspace/row-selection

Updated selection style. Update to use update typography.