Skip to content

Releases: onechiporenko/ember-models-table

v1.7.0

20 May 17:36
Compare
Choose a tag to compare
  • #89 Filter is broken if there are no columns sorted
  • #77 Server paginated error layout
  • #85 Fix issue with nested propertyNames for filters (thanks @mydea)
  • #81 Add filteredBy-field to the column
  • #80 sortedBy is ignored if there is no propertyName
  • #76 Table doesn't refresh if delete row goes first

v1.6.0

29 Mar 07:11
Compare
Choose a tag to compare
  • #62 Add models-table-server-paginated component (thanks @mydea)
  • #69 Refactor observers (thanks @mydea)
  • #64 Seems to break with Ember 2.4.x (LTS release)
  • #73 Add ability to toggle filtering by hidden columns
  • #74 Don't do submit on Enter-press in the global filter or in the column filters

v1.5.0

29 Jan 15:22
Compare
Choose a tag to compare
  • #49 Custom messages not refreshed on the table
  • #57 Add actions when displayed data changes
  • #56 Page doesn't refresh after delete row
  • #55 Allow table to be initially sorted
  • #47 Dynamic columns not working

v1.4.1

26 Nov 17:39
Compare
Choose a tag to compare

Minor release with one small fix:

  • #45 Type at template

v1.4.0

24 Nov 11:30
Compare
Choose a tag to compare
  • #33 Allow to select single or multi columns sorting using
  • #29 Support custom icon classes
  • #32 Per-row custom classes
  • #36 Range Filtering
  • Move to [email protected]

v1.3.6

29 Oct 09:23
Compare
Choose a tag to compare
  • Remove ember-legacy-controllers and ember-legacy-views dependencies
  • Fix pagination issue when changing filter-string #23 (thanks to @oswaldoacauan)

v1.3.5

06 Oct 14:42
Compare
Choose a tag to compare
  • Main template is separated to several small parts (thanks to @listepo)
  • Multi-column ordering is implemented (#5)

v1.3.4

29 Sep 19:04
Compare
Choose a tag to compare
  • Select-boxes for filters are added. Their options may be predefined or calculated from table's data. See demo for details

v1.3.3

27 Sep 13:01
Compare
Choose a tag to compare
  • Global search now may be hidden
  • Each column now has flag mayBeHidden which determines that column may be hidden or not
  • Until now provided columns won;t be changed with adding new properties

v1.3.2

08 Sep 15:11
Compare
Choose a tag to compare
  • Add filteringIgnoreCase-flag, so filtering now may be case insensitive (#18)
  • Replace checkboxes in the columns-dropdown with glyph icons
  • Tests code cleanup