Releases: onechiporenko/ember-models-table
Releases · onechiporenko/ember-models-table
v2.0.0-beta.2
One more step to stable 2.0 release.
v2.0.0-beta.1
It's not "production ready". Update to 2.0.0-beta.1 only if you want to test new version and help me to improve it.
v2.0.0-alpha.1
VERY FIRST RELEASE 2.0.0
I'ts a first release for ember-models-table
2.0.0. It's not "production ready". Update to 2.0.0-alpha.1 only if you want to test new version and help me to improve it.
v1.13.0
- Add a better compare function for sorting #203
- Add
rebuildTable()
method to force a complete re-render #204 - Check if value/filter is string before applying
toLowerCase()
#208 - Deactivate filter if
predefinedFilterOptions
is empty array #210 - Header-row-sorting.hbs template is incorrect #211
- Column sets #213
- Server paginated table should take
useFilteringByColumns
into account #220 - Hide All should not affects columns with mayBeHidden: false #223
- Improve setting of filters for paginated table #230
- swap ascending and descending icons, and update related test #231
- filterWithSelect doesn't work on boolean fields #233
- Move to [email protected] #238
v1.12.0
- #169 Server paginated table shows wrong firstIndex
- #177 Move checkboxes glyphicons to the
defaultIcons
and allow user to override them - #176 Add ability to preset selected rows on component init
- #178 [Documentation Inconsistency] Wrong attribute name in column custom component attributes
- #181 Allow for custom Empty State template
- fix data.length (#185)
- adds an globalFilterDropdownWrapper div (#190)
- add option to disable row selection on click (#191)
- Silence template-lint when building (#192)
- #193 [Request]: 'expand all' and 'collapse all' abilities for tables with expandable rows
- add property noHeaderFilteringAndSorting (#197)
- Return promise in _loadData (#198)
- Remove inline styles for clearing div & add userInteractionObserver to paginated sort action (#202)
v1.11.0
Changelog includes items from 1.11.0-beta.* realeases
- #143 Improve
filterOptions
calculation for columns - #144 Calculated
filterOptions
should be sorted y default - #145 Add icons to clear filters
- #146 [BREAKING]
table-footer
template moving - #141
displayDataChanged
-action should contain models for selected rows - #147 Add options to columns to render components and templates in the thead and tbody cells
- #166 How to add links to external source from table cell
- #167 Relationships in dropdown filter with predefined options
- A lot of fixes
v.1.10.1
v1.9.0
Release 1.8.1 was planned. A lot of changes were done so minor-release is better than patch-release.
- [email protected] is used
- Add
routeName
-property to the column-definition - #121 Pressing Enter while filter's input is in focus cause error in console
- #116 Default sorting is sticky in Multi-column sort mode
- #119 Add placeholder for filter inputs
- #110 Remove pagination: pageSize option not listed in documentation
- A lot of refactoring
v1.8.1-beta
- #112 Small freeze after table is shown on version 1.8.0 (Ember 2.7.0)
- ember-cli updated to 2.7.0
v1.8.0
- #92 Add support for multi-row header
- Add placeholder for search input field (#93) Thanks @Walther
- update
lastIndex
whenarrangedContentLength
is changed (#96) Thanks @saygun - Added more templates (#97) Thanks @listepo
- Added showPageSize property (#100) Thanks @listepo
- Added warn if not use query method for loading data (#101) Thanks @listepo
- Wrapper for sorting query (#102) Thanks @listepo
- Custom filter title (#103) Thanks @listepo
- Observe properties after component render (#104) Thanks @listepo
- [BREAKING] #105 ember-get-helper is deprecated after ember 2.0, causing warning
- #106 Focus to Global search