Releases: adopted-ember-addons/ember-light-table
Releases · adopted-ember-addons/ember-light-table
v1.4.4
Pull Requests
- #220 [BUGFIX] CPs using filterBy should also be dependent on the array size by Offir Golan
v1.4.3
Pull Requests
- #214 [BUGFIX] enableSync sorting duplicates records by Offir Golan
v1.4.2
Pull Requests
- #211 Upgrade dependencies to support Ember 2.9.0 by Offir Golan
v1.4.1
Pull Requests
- #204 Update ember-scrollable by Taras Mankovski
Time to get in sync
Pull Requests
- #167 [FEATURE] Two-way sync between rows and model by Offir Golan
- #177 [FEATURE] Customizable components by Taras Mankovski
- #183 [BUGFIX] Add footer scaffolding and move width into style attr by Offir Golan
v1.3.1
Pull Requests
- #166 [FEATURE] Introduce
resizeOnDrag
for column resizing by Offir Golan
v1.3.0
Pull Requests
- #164 [FEATURE] Rename flattenedColumns to allColumns by Offir Golan
v1.2.0
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 onmouseMove
by Offir Golan
v1.1.0
Pull Requests
- #98 [FEATURE] Resizable Columns by Offir Golan
- #115 [FEATURE] Style Table Element by Offir Golan
- #117 [BUGFIX] onScrolledToBottom doesnt get re-triggered when there arent enough rows in the table by Offir Golan
- #122 [BUGFIX] Remove deprecations by Offir Golan
Commits
- 8b80d645 make text unselectable if column is sortable by Ben Limmer