Releases: onechiporenko/ember-models-table
Releases · onechiporenko/ember-models-table
v2.4.0
[BREAKING] A lot of deprecated API-items are removed. See:
- Deprecate string values for
expandedRowComponent
andgroupingRowComponent
#288 - Move
messages
totheme
#289 - Deprecate action-names and action-flags. Actions must be closure actions #283
Other changes:
- Added
selectedItems
,visibleProcessedColumns
anddata
to the yielded block of table-footer (@bgantzler) - Allow CSS class to be set for table header #299 (@kjarri)
- expose records count via
publicAPI
#301 (@sly7-7) - Update ember-cli to 3.0.0
v2.3.1
v2.3.0
Changes:
- #280 inline edit (init). Thanks to @bgantzler
- #283 Deprecate action-names and action-flags (done after #278 by @bgantzler)
- #288 Deprecate string values for
expandedRowComponent
andgroupingRowComponent
- #287 Provide a default component to use for managing row edit mode. Thanks to @bgantzler
- #290 Allow to initially set selected rows, expanded rows and collapsed row groups
- #289 Move
messages
totheme
- #277 Added Public API for the ability to programmatically interact with the component. Thanks to @gosenkyl
- #292 Rows grouping doesn't work if grouped values are not strings
- Add row for table-footer. Add prop componentForFooterCell for column. If at least one column has it, table-footer will be rendered.
Lot of deprecations are added in v2.3.0 . Check issues above to get code-examples before/after
.
v2.2.3
Tweaks for grouped rows.
Check guide with demo
v2.2.2
Small bug fixes from 2.2.0
v2.2.0
v2.1.0
- #267
filterWithSelect
-box should showfilterPlaceholder
when there is no filterString - #261 - add data property up the header chain to row-sorting
- Send more data for user-interaction and don't force user to the 1st page if
currentPage
andfilterString
orpageSize
are provided - #268 2.0 Feature Request - dbclick & hover on rows
- Move to [email protected]
ℹ️ Some tutorials for models-table usage are available in my blog kronus.me. Fee free to subscribe on twitter @kronusme. All posts from blog are duplicated there.
v2.0.0
- Replace partials templates with components
- Replace templates-properties with components
- Add theming (replace old icons and classes)
- Add themes for BS3/4 and SemanticUI
- Table components may be used with a block content
Check examples and API-docs for models-table
v.2
Short diff-manual for migration from 1.x to 2.x is here - en/ru
v2.0.0-beta.4
v2.0.0-beta.3
v2.0.0-beta.3