v0.4.0 (2016-09-08)
-
jQuery.floatHead is not found after installing and using the component #101
-
A11y Enhancements #106 (BrianSipple)
-
Implement faster unique columns function #105 (BrianSipple)
-
Add default blueprint #100 (BrianSipple)
-
Update package.json description and keywords #99 (BrianSipple)
-
Ensure equal header height in next run loop #98 (BrianDuran)
-
Fixed 0 width when adding and removing a column on IE #97 (edderrd)
v0.3.5 (2016-06-14)
- Include scroll height in calculation for table #96 (hbrysiewicz)
v0.3.4 (2016-06-14)
- Update ember-try and ember-cli #95 (cball)
- The repeted cells can appear as grayed out for creating a grouping appearance #94 (BrianDuran)
v0.3.3 (2016-06-08)
- When dynamic column length, recalculate widths #93 (hbrysiewicz)
v0.3.2 (2016-06-07)
v0.3.1 (2016-06-01)
- Sync header height when collection changes #91 (hbrysiewicz)
- always yield rows to show headers in collapsable table #85 (cpow)
v0.3.0 (2016-04-16)
v0.2.1 (2016-04-06)
v0.2.0 (2016-04-06)
-
Add unique class to non-fixed columns #59
-
Add smoke and mirrors to collapsable tables #56
-
Add option for sticky headers #39
-
Add table property to table-column #38
-
Add groupWithPriorRow option to
table-column
to avoid repeated cells #36 -
Leverage didMountCollection event on vertical-item if need to re-initialize things like popovers? #35
-
Set non-viewport rows/columns to be visibility hidden (to avoid browser repaint) #18
-
extract collapsable table code to {{justa-collapsable-table}} #22
-
Ensure that table reflow happens when the header rerenders #71 (myared)
-
Adds a windows class if on windows to account for differences in scrollbar heights #68 (cball)
-
Fix tables randomly "turning blank" after scrolling #65 (cball)
-
Setup sticky headers on scroll. Scope hover to .table-row elements. #63 (cball)
-
Add standard-table-columns-wrapper class to standard columns. #62 (cball)
-
disable height resize #61 (theworkerant)
-
trigger sticky header reflow when header attrs change #57 (theworkerant)
-
Ensure there is a table element before trying to destroy floatThead. #52 (cball)
-
Adds valueBindingPath as dependent key to shouldUseFakeRowspan #48 (cball)
-
Dynamically change height of tables after render #47 (cball)
-
add tbody to collapsible tables #46 (theworkerant)
-
change classNames to class for header components #44 (cball)
v0.1.0 (2016-02-26)
-
Allow
data
property for collapsable tables to be configurable #21 -
add colgroup columns #13
-
trigger event on hover of row #10
-
all non required styles should be opt in #9
-
If title is an empty string, the default title tooltip is shown #32
-
Bump jquery to avoid failed CI builds #24
-
Fixed column table: header height needs to match normal column header height #8
-
Issue adding specified index columns #6
-
Before this is actually ready, implement the following with examples: #1
-
Fix a bug where title would not be respected if it was an empty string #33 (cball)
-
Refactor an each/else to an if/each/else to work around an Ember bug #31 (pgengler)
-
table-row-class-added: Fixing table row when is on mouse hover #28 (omjrt88)
-
Add the title attribute to the 'td' table column tag #27 (mesparza)
-
Add row-group-data property #23 (ignacio753)
-
Adds infinite pagination support via ember-in-viewport #19 (cball)
-
Add column.headerClassNames to header component. #17 (cball)
-
Fixed column fixes, add textWrap, collapsable fixes #15 (cball)
-
Dynamically set dependent keys for _value on init. #14 (cball)
-
Fixed columns, resizable columns, revamped dummy app #4 (pgrippi)
-
Remove ember-composable, explicitly pass in parent table to columns. #2 (cball)
* This Change Log was automatically generated by github_changelog_generator