Skip to content

Releases: Saulis/iron-data-table

v1.0.7 – Sorting Improvements

21 Apr 18:46
Compare
Choose a tag to compare

Changes:

  • Sorting doesn't break anymore with null, undefined or empty string values (thanks @christophe-g!)

v1.0.6 – Further Filtering Improvements

22 Nov 08:48
Compare
Choose a tag to compare

Changes:

  • Empty ("") filters are now ignored when filtering items

v1.0.5 – Selection & Filtering Improvements

18 Nov 12:50
Compare
Choose a tag to compare

Changes:

  • selecting-all-items and deselecting-all-items events are now fired when select all checkbox is clicked (thanks @NeilujD!)
  • selecting-item and deselecting-item are now fired when a multi-selection checkbox on a row is clicked (thanks @NeilujD!)
  • Filtering items containing null or undefined values now work

v1.0.4 – Fixes to Filtering

21 Oct 11:28
Compare
Choose a tag to compare

Changes:

  • Filtering works better now when no items are returned.
  • Filtering false values work now

v1.0.3 – Auto Refresh

12 Oct 09:07
Compare
Choose a tag to compare

Changes:

  • autoRefresh can be used to define a timeout after which dataSource is called after any of the item properties is changed inside the templates.

v1.0.2 – Fixes on the Selection Behaviour

29 Aug 12:49
Compare
Choose a tag to compare

Notable Changes:

  • Selecting or Expanding the first row on Shady DOM now works correctly
  • multiSelection no longer requires selectionEnabled for the user to tap on checkboxes
  • Loading spinner now works as it should

See Milestone for all the closed issues.

v1.0.1 – Selection and Expansion behavior extension

02 Aug 06:04
Compare
Choose a tag to compare

Changes:

v1.0.0 – Stable Release

10 Jul 20:52
Compare
Choose a tag to compare

Features (1.0)

  • Virtual, 'infinite' scrolling provided by <iron-list>
  • Lazy Loading
  • Multi-Column filtering
  • Multi-Column sorting
  • Item selection with Multi-Selection
  • Template Support with Two-way binding
  • Custom Header templates
  • Row Details templates
  • Custom styling support for templates
  • Flex support for Cells
  • Native Shadow DOM support
  • Column manipulation, resizing, hiding, reordering

v1.0.0-rc1 – Release Candidate

30 Jun 21:05
Compare
Choose a tag to compare

Notable Changes:

  • Whole iron-icons iconset isn't imported anymore (thanks to @web-padawan!)
  • Annotated computed functions and event listeners work now correctly
  • angular2 support moved to angular2-iron-data-table

v1.0.0-beta4 – Template bindings rewrite

26 Jun 10:50
Compare
Choose a tag to compare

Notable changes:

  • In addition to header templates [[column]] is now available also in row cell templates
  • Most column properties are no longer notify: true because they don't change internally
  • row-detail template no updates properly [[item]] changes
  • row-detail template can be now injected from a parent component using <content>
  • beforeCellBind is now called also for header cells
  • selectItem can now be used even if selectionEnabled is false
  • Expanding and Selecting the first row should now work
  • Header cell container width now takes vertical scrollbar into account