Releases: michaelbromley/angularUtils-pagination
Releases · michaelbromley/angularUtils-pagination
Release 0.11.1
- Revert the changes made in 0.11.0 relating to cleaning up a memory leak. Though the idea is sound, the particular implementation is causing lots of issues, for example michaelbromley/angularUtils#313, michaelbromley/angularUtils#319, michaelbromley/angularUtils#325. The implementation needs more work and specific test cases to ensure it works across all current use-cases.
Release 0.11.0
- Added support for template strings (closes michaelbromley/angularUtils#88). See updated docs for usage
- Fix memory leak when pagination instances are destroyed (michaelbromley/angularUtils#304)
Release 0.10.1
- Changes to the value of
max-size
now update the pagination links (michaelbromley/angularUtils#287) - Fixed bug when changing between sync/async instances (michaelbromley/angularUtils#174)
Release 0.10.0
- the on-page-change callback is now also passed the old page number, see michaelbromley/angularUtils#282
- Fix IE9 console.warn issue (michaelbromley/angularUtils#286)
Release 0.9.4
- Fix bug where pagination links do not show when paginating over an object (michaelbromley/angularUtils#280)
Release 0.9.3
- Fixes package.json to point to the correct main file.(#11)
Release 0.9.2
Release 0.9.1
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
- 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
- Fix autoHide feature in default external template.
- Fix tracking bug causing wrongly-highlighted pagination links in certain cases.