Skip to content

v1.2.0

Compare
Choose a tag to compare
@offirgolan offirgolan released this 07 Sep 21:34
· 401 commits to master since this release

Pull Requests

  • #160 [FEATURE] multiSelectRequiresKeyboard option for toggling row selection without ctrl/cmd by Jeremy Bargar
  • #163 [BUGFIX] Autoprefix addon.css (until PostCSS is up and running) + install ember-cli-autoprefixer to prefix demo page CSS by Offir Golan
  • #163 [BUGFIX] Pass table instance + rawValue to custom cell component by Offir Golan
  • #163 [BUGFIX] Use style instead of deprecated width attribute by Offir Golan
  • #163 [BUGFIX] Remove readOnly from value in base cell so it can be modified by Offir Golan
  • #163 [BUGFIX] Column resizer now applies width to table rows on mouseUp instead of on mouseMove by Offir Golan