Releases: adopted-ember-addons/ember-light-table
Releases · adopted-ember-addons/ember-light-table
Stable at Last
Breaking Changes
headerComponent
in column definition has been renamed tocomponent
onScrolledToBottom
action has been moved from{{light-table}}
to{{t.body}}
componentheight
has been moved from{{t.body}}
to{{light-table}}
component
My main man Taras
Upgrade Notes
- #30 Support custom cell and column types
- #38 Add table reference to custom column components
- #40 Use native Ember trackpad scroll emulator via ember-scrollable - @taras
- #42 Add hideable option to columns
BREAKING CHANGES
headerComponent
in column definition has been renamed tocomponent
onScrolledToBottom
action has been moved from{{light-table}}
to{{t.body}}
componentheight
has been moved from{{t.body}}
to{{light-table}}
component
v1.0.0-beta.1
- #17 Fixes to table scroll, layout restructuring fixes, and auto set scroll/touch move container if there is a fixed header or footer
And it begins!
- Support for fixed table header and footer
- Initial layout restructure