Skip to content

Releases: adopted-ember-addons/ember-light-table

Stable at Last

06 Jul 19:01
Compare
Choose a tag to compare

Breaking Changes

  1. headerComponent in column definition has been renamed to component
  2. onScrolledToBottom action has been moved from {{light-table}} to {{t.body}} component
  3. height has been moved from {{t.body}} to {{light-table}} component

My main man Taras

09 Jun 23:12
Compare
Choose a tag to compare
My main man Taras Pre-release
Pre-release

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

  1. headerComponent in column definition has been renamed to component
  2. onScrolledToBottom action has been moved from {{light-table}} to {{t.body}} component
  3. height has been moved from {{t.body}} to {{light-table}} component

v1.0.0-beta.1

09 May 21:45
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release
  • #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!

07 May 23:31
Compare
Choose a tag to compare
And it begins! Pre-release
Pre-release
  • Support for fixed table header and footer
  • Initial layout restructure