Skip to content

v1.0.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@christianacca christianacca released this 14 Aug 02:05
· 201 commits to master since this release

Bug Fixes

  • ngTableController: should be consistent about adding empty option item
    (d2080600)

Features

  • filters:
    • add filterLayout option to control position of multi-template filters
      (d1e02ccd)
    • support placeholder attribute for filter input
      (275f1c88)
    • render a multi-template filter horizontally
      (c834cc09)

Breaking Changes

An empty item - { id: '', title: '' } - is added to an array returned synchronously by filterData
function.

Implications:

  • make sure to not add an empty option yourself as this will be a duplicate
  • your array of items need to have an id and title field so as to match the empty option