Skip to content

Releases: onechiporenko/ember-models-table

v2.4.0

03 Mar 22:24
Compare
Choose a tag to compare

[BREAKING] A lot of deprecated API-items are removed. See:

  • Deprecate string values for expandedRowComponent and groupingRowComponent #288
  • Move messages to theme #289
  • Deprecate action-names and action-flags. Actions must be closure actions #283

Other changes:

  • Added selectedItems, visibleProcessedColumns and data 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

29 Jan 23:12
Compare
Choose a tag to compare
  • Toggle all selection is broken #295

v2.3.0

28 Dec 16:19
Compare
Choose a tag to compare

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 and groupingRowComponent
  • #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 to theme
  • #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

17 Nov 09:51
Compare
Choose a tag to compare

Tweaks for grouped rows.

Check guide with demo

v2.2.2

15 Nov 17:27
Compare
Choose a tag to compare

Small bug fixes from 2.2.0

v2.2.0

14 Nov 16:12
Compare
Choose a tag to compare
v2.2.0 Pre-release
Pre-release
  • Allow cell level components to be passed into the component (#274)
  • Add feature Grouped Rows

Some guide with a live demo coming soon

v2.1.0

31 Oct 11:12
Compare
Choose a tag to compare
  • #267 filterWithSelect-box should show filterPlaceholder 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 and filterString or pageSize 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

12 Oct 15:19
Compare
Choose a tag to compare
  • 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

Check small theming guide en / ru

v2.0.0-beta.4

04 Oct 15:27
Compare
Choose a tag to compare
  • Themes improvements
  • Bs4 theme is added
  • SemanticUI theme is added

Check small theming guide en / ru

v2.0.0-beta.3

27 Sep 14:04
Compare
Choose a tag to compare
v2.0.0-beta.3