Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

72 lines (48 loc) · 3.29 KB

Changelog

v1.1.1

Pull Requests

  • #133 [BUGFIX] onScrolledToBottom doesnt get re-triggered after removing table rows by Offir Golan

v1.1.0

Pull Requests

Commits

v1.0.1

v1.0.0

  • #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

v0.1.9

  • Remove tag-less cell component since it was restricting a bunch of Ember.Component features such as class name bindings, events, etc.

v0.1.8

  • #14 Table cell performance to decrease render time by almost half

v0.1.7

  • Setup scroll event binding only if action is present
  • Add is-expanded css class to row

v0.1.6

  • Rename formatter to format

v0.1.5

  • Ability to provide a formatter function to column definition that will be used to computed the cell value

v0.1.4

  • #4 Apply width on cell component based on it's columns width @steffenbrem
  • #5 Add insertRowAt & insertColumnAt to public Table API
  • Return pushed/inserted rows & columns from public APIs

v0.1.3

  • Fixed an issue where cell value was not bound

v0.1.2

  • Ability to push rows using ArrayProxy instances

v0.1.1

  • #1 Add default CSS

v0.1.0

  • Initial Release