Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ng2-pagination

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-pagination - npm Package Versions

234

2.0.2

Diff

michaelbromley
published 2.0.1 •

Changelog

Source

2.0.1 (2017-02-23)

  • Fix exception when config object uses accessors for itemsPerPage and currentPage (#128)
  • In-memory paging works even when totalItems is specified, fixes #115
  • Warn when using an id which does not match any registered with a PaginatePipe, fixes #116
michaelbromley
published 2.0.0 •

Changelog

Source

2.0.0 (2017-01-12)

Breaking Changes
  • The module is being built with Angular 2.4.3. Therefore the metadata output is not compatible with Angular < 2.3.0. Attempting to use this version in an app running Angular < 2.3.0 will result in a "ctorParameters.map is not a function" error. See this StackOverflow answer for further information.
  • PaginationControlsComponent no longer uses view encapsulation, making it very easy to style without the need for the /deep/ operator.
Features
  • Add inputs to PaginationControlsComponent to allow custom labels for "Previous", "Next" and screen reader labels.
michaelbromley
published 1.0.1 •

Changelog

Source

1.0.1 (2016-11-16)

  • Fix missing export of PaginationControlsDirective
michaelbromley
published 1.0.0 •

Changelog

Source

1.0.0 (2016-11-04)

  • Fix errors when using TypeScript < 2.0 (#81)
  • Fix change detection errors when controls are declared before the pipe in the DOM (#91).
  • Create the PaginationControlsDirective, which is the basis for all controls components, including the default component and any custom components.
Breaking Changes
  • Custom templates are now implemented with the new PaginationControlsDirective, rather than by putting elements inside the PaginationControlsComponent.
  • Naming of files and classes has been brought into line with the official style guide recommendations This should not have a big impact if you are just consuming the NgModule, but the main change is that PaginationControlsCmp is now PaginationControlsComponent, and the IPaginationInstance is now just PaginationInstance.
michaelbromley
published 0.5.1 •

Changelog

Source

0.5.1 (2016-10-07)

  • Fix type def issue which was breaking AoT builds (#80)
  • (demo) Use AoT compilation for demo app
  • (build) Upgrade to Webpack 2, TypeScript 2
  • (build) Use mocha reporter for better unit test output.
michaelbromley
published 0.5.0 •

Changelog

Source

0.5.0 (2016-10-06)

  • Update codebase to Angular 2.0.2
  • Use the ngc compiler and include *.metadata.json files in dist package.
michaelbromley
published 0.4.1 •

Changelog

Source

0.4.1 (2016-09-09)

  • Fix missing exports & typo.
michaelbromley
published 0.4.0 •

Changelog

Source

0.4.0 (2016-09-09)

  • Update codebase to Angular 2 rc.6. Breaking change: now using NgModules, see readme for new usage guide.
  • Fix PaginatePipe bug when itemsPerPage is passed as a string (#61)
  • Fix change detection issue when correcting out-of-bounds currentPage value (#48), #69
  • (build) Update karma-webpack, prune test output.
michaelbromley
published 0.3.5 •

Changelog

Source

0.3.5 (2016-07-14)

  • Update codebase to Angular 2 rc.4.
  • Fix default template showing up when using custom templates (#45)
  • Fix buggy autoHide behaviour (#57)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc