Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Pagination): fix hidden ellipsis in items generation #3271

Merged
merged 2 commits into from
Nov 10, 2018

Conversation

layershifter
Copy link
Member

Fixes #3266.

This provides a fix for correct computations of pagination items with hidden ellipsis and adds a simple example.

@codecov-io
Copy link

Codecov Report

Merging #3271 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3271   +/-   ##
=======================================
  Coverage   99.92%   99.92%           
=======================================
  Files         169      169           
  Lines        2803     2803           
=======================================
  Hits         2801     2801           
  Misses          2        2
Impacted Files Coverage Δ
src/addons/Pagination/Pagination.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e3d933a...ce8d347. Read the comment docs.

@layershifter layershifter merged commit 47747f1 into master Nov 10, 2018
@layershifter layershifter deleted the fix/pagination-ellipsis branch November 10, 2018 09:40
@layershifter layershifter changed the title fix(Pagination): with pagination fix hidden ellipsis fix(Pagination): fix hidden ellipsis in items generation Nov 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pagination: button dissapears when ellipsisItem is null
2 participants