Skip to content

Releases: brantwills/Angular-Paging

Disabled Attribute

04 Jun 17:50
Compare
Choose a tag to compare

New Features

  • Added Disabled attribute support
  • How to use section added to the readme

Updates

  • Limited minimum Angular version to 1.3.1 due to scope watch support
  • Updated readme code sample section

Bower hotfix

14 Mar 21:55
Compare
Choose a tag to compare

Updates

  • Corrected bad Angular 1.5.0 reference in bower.json

CSS Class Additions and Attribute Cleanup

13 Feb 03:38
Compare
Choose a tag to compare

New Features

  • Added support for custom CSS first, last, next, previous text like glyphicons in bootstrap
  • Added Angular dependency in bower
  • Adjusted boolean logic for flag settings like scroll-top

Updates

  • Added tests to support new features
  • Updated to Angular 1.5.0
  • Updated to PhantomJS2 for tests

v2.1.0: Localization and Link Support

22 Dec 21:52
Compare
Choose a tag to compare

New Features

  • Added support for custom first, last, next, previous text
  • Added granularity to show combinations of first, last, next, previous items
  • Added disabled class to the dots list item
  • Switched from span tags to anchor tags in list items
  • Introduced {page} text format to display the page number
  • Introduced {page} href format to display the page number

Updates

  • Added tests to support new features
  • Split and created individual 'spec' files for testing
  • Added specific advanced test to index.html
  • Updated to bootstrap 3.3.6
  • Updated to angular 1.4.8

v2.0.0: Npm and Structure Improvements

30 Aug 19:31
Compare
Choose a tag to compare

Breaking Changes

  • Changed module name from brantwills.paging to bw.paging
  • File structure changed to support distribution (dist) and source (src) folders

New Features

  • Added travis-ci support
  • Added grunt support
  • Added npm package support
  • Added changelog

Updates

  • Changed to phantomJs for npm testing
  • Moved paging.js functions around bringing most important info to the top
  • Added minified version in the dist folder
  • Updated and added readme files for clarity

v1.0.3: Testing and Improvements

24 May 18:27
Compare
Choose a tag to compare

Added Karma suite with Jasmine tests
Improved adjacent logic for beginning and end displays
Improved documentation in code
Combined previous next function logic - shorten code

v1.0.2: Code Enhancements

24 Apr 01:17
Compare
Choose a tag to compare

Added internal paging actions for pageSize and total directive attributes
Added pageSize to watch
Fixed tabs to space formatting
Updated Angular and Bootstrap

v1.0.1: Bug fixes and resource updates

03 Mar 04:27
Compare
Choose a tag to compare

Minor bug fixes around the dot logic
Rearranged some of the functions
Updated angular resources
Improved module naming convention

v1.0.0: Bumping version to 1.0.0

28 Dec 19:31
Compare
Choose a tag to compare

First release to support Bower
Requires at minimum AngularJS 1.2.x