Skip to content

Conversation

@chazeon
Copy link

@chazeon chazeon commented Jul 16, 2017

  • Allows <paginate-links> custom tag (as is mentioned in issue Pagination links not displaying correctly with Semantic-UI #46) to support a wider range of UI framework
  • Click handler could be placed at various layers
  • Updated README.md with these introductions of this feature
  • Fixed browser compatibility: many browsers (such as Edge) does not support forEach() function on NodeList (return value of querySelectAll()).

* Allows `<paginate-links>` custom tag
* Click handler could be placed at various layers
* Updated README with these features
* Fixed browser compatibility: many browsers (such as Edge) does not
  support `forEach()` function on `NodeList` (return value of
  `querySelectAll()`).
@chasegiunta
Copy link

Ah, just ran into this issue with forEach() on NodeList. Was trying to use polyfill.io but even they don't support it since it's not actually in spec. Would be great if this can be merged in. Thanks for the work @chazeon

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.

2 participants