Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 748 Bytes

CHANGELOG.md

File metadata and controls

23 lines (18 loc) · 748 Bytes

Ember Table Changelog

Ember Table 0.2.0 (May 19, 2014)

  • Add versions to proper files; add CHANGELOG.md to manage versions
  • Manage dependencies with bower and grunt-bower-task
  • Throw exception when ember-table dependencies are missing
  • Simpler column resizing when forceFill is enabled
  • Add new JS Bin example to README
  • Fix a few minor UI bugs
  • Migrate to Ember 1.4.0 and Handlebars 1.3.0
  • Improvements to enableContentSelection
  • Change layoutName to templateName
  • Add minimum jQuery UI build info to site
  • Change selection to trigger by click instead of mousedown
  • Add missing antiscroll dependency to README
  • Improve row selection
  • Hover and selection fixes

Ember Table 0.1.0 (October 23, 2013)

  • Initial release