Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.41 KB

changeLog.md

File metadata and controls

64 lines (38 loc) · 1.41 KB

version 1.1.0

  • allow binding on search predicate [lorenzofox3#142] (issue 142) Note that if you want to search against a property name you have now to put in under single quote otherwise it will be considered as a binding
<input st-search="'name'"/>

version 1.1.1

  • fix #146 and #148, set stPipe before stPagination is called. Thanks brianchance

version 1.2.1

  • implement #149 (default sorting)

version 1.2.2

  • hide pagination when less than 1 page
  • add unit tests for pagination directive

version 1.2.3

  • fix back to natural sort order
  • use same strategy view -> table state, table state -> view for all the plugins

version 1.2.4

  • fix #161

version 1.2.5

  • fix #162

version 1.2.6

  • fix #165
  • ability to overwrite class names for (st-sort-ascent and st-sort-descent) thanks to replacement87

version 1.2.7

  • fix #167

version 1.3.0

  • new feature, items by page and displayed page can be bound

version 1.4.0

  • support external template for pagination
  • support angular v1.3.x

version 1.4.1

  • ability to skip natural ordering state (ie fix #192)

versiokn 1.4.2

  • fix #200, this in a custom pipe function does not refer to the table controller anymore, and the signature of a custom pipe function is
function(tableState, tableController){

}