Skip to content

Releases: michaelbromley/angularUtils-pagination

Release 0.11.1

01 Apr 08:22
Compare
Choose a tag to compare

Release 0.11.0

01 Mar 11:28
Compare
Choose a tag to compare

Release 0.10.1

24 Feb 10:59
Compare
Choose a tag to compare

Release 0.10.0

22 Jan 09:07
Compare
Choose a tag to compare

Release 0.9.4

07 Jan 08:44
Compare
Choose a tag to compare

Release 0.9.3

11 Dec 08:47
Compare
Choose a tag to compare
  • Fixes package.json to point to the correct main file.(#11)

Release 0.9.2

02 Nov 10:08
Compare
Choose a tag to compare

Release 0.9.1

16 Oct 06:17
Compare
Choose a tag to compare

Bugfix release

  • Fix issue with certain expressions breaking the regex - michaelbromley/angularUtils#241
  • Fix edge-case involving pagination-ids which evaluate to a string containing non-alphanumeric characters - michaelbromley/angularUtils#233
  • Add priority of 100 to fix issues to do with other directives on the repeated element trying to modify element too soon, before the ngRepeat has been compiled, see michaelbromley/angularUtils#203
  • Simplify module definition to get rid of the try-catch block, which was causing issues in certain edge cases.

Release 0.9.0

01 Oct 11:11
Compare
Choose a tag to compare
  • Added ability to paginate over object properties.
  • Added explicit support for aliases in expression e.g. item in collection as alias
  • Improved expression pattern matching to fix some broken edge cases.

Release 0.8.4

27 Aug 07:44
Compare
Choose a tag to compare
  • Fix autoHide feature in default external template.
  • Fix tracking bug causing wrongly-highlighted pagination links in certain cases.