Skip to content

Commit

Permalink
Update version, changelog & docs for v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed May 10, 2021
1 parent 15fe2ed commit 4d16914
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 16 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 5.1.0 (2020-05-10)

#### Features

* Show "1" as the default page number rather than empty when there are 0 items in collection ([#374](https://github.com/michaelbromley/ngx-pagination/pull/374))

#### Fixes

* Remove the "navigation" role from the default controls template as it is invalid markup ([#375](https://github.com/michaelbromley/ngx-pagination/pull/375)), fixes [#372](https://github.com/michaelbromley/ngx-pagination/issues/372)

## 5.0.0 (2019-12-02)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/app.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-pagination",
"version": "5.0.0",
"version": "5.1.0",
"description": "Pagination for Angular",
"module": "dist/ngx-pagination.js",
"main": "dist/ngx-pagination.umd.js",
Expand Down

0 comments on commit 4d16914

Please sign in to comment.