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

feat(pagination-nav): New navigation pagination compionet [v4-bela] #816

Merged
merged 32 commits into from
Aug 12, 2017

Commits on Jul 27, 2017

  1. Configuration menu
    Copy the full SHA
    e0b5a20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9eb3d4 View commit details
    Browse the repository at this point in the history
  3. [pagination-nav] ESLint

    tmorehouse committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    f406301 View commit details
    Browse the repository at this point in the history
  4. [pagination-nav] ESLint

    tmorehouse committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    6654688 View commit details
    Browse the repository at this point in the history
  5. [pagination-nav] ESLint

    tmorehouse committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    d27a8ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab85297 View commit details
    Browse the repository at this point in the history
  7. Create demo.css

    tmorehouse committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    2bacc0e View commit details
    Browse the repository at this point in the history
  8. Create demo.details

    tmorehouse committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    fdf0a6d View commit details
    Browse the repository at this point in the history
  9. Create demo.html

    tmorehouse committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    87a0ef5 View commit details
    Browse the repository at this point in the history
  10. Create pagination-nav.js

    tmorehouse committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    81dbf9c View commit details
    Browse the repository at this point in the history
  11. Create README.md

    tmorehouse committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    55a0f35 View commit details
    Browse the repository at this point in the history
  12. Create meta.json

    tmorehouse committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    e208ed6 View commit details
    Browse the repository at this point in the history
  13. Create index.js

    tmorehouse committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    7f8bf8c View commit details
    Browse the repository at this point in the history
  14. Update demo.html

    tmorehouse committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    6442423 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9221a2e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4ae1e96 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9cdc283 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Typo corrections

    mosinve committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    0aaf8fb View commit details
    Browse the repository at this point in the history
  2. Typo corrections

    mosinve committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    c4797e1 View commit details
    Browse the repository at this point in the history
  3. Update pagination-nav.vue

    mosinve committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    2515d98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7bfe6f View commit details
    Browse the repository at this point in the history
  5. More typos corrections

    mosinve committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    ed6039e View commit details
    Browse the repository at this point in the history
  6. [pagination-nav] Introduce link-gen prop

    Allow user to generate their own HREF string or TO object by specifying a function via `link-gen` property.
    
    The link-gen function is passed a single argument which is the page number
    tmorehouse committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    7b22aa2 View commit details
    Browse the repository at this point in the history
  7. ESLint

    tmorehouse committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    705a12e View commit details
    Browse the repository at this point in the history
  8. ESLint

    tmorehouse committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    06399a9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    88d3adc View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Configuration menu
    Copy the full SHA
    11d8b74 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Configuration menu
    Copy the full SHA
    c043186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a8f381 View commit details
    Browse the repository at this point in the history
  3. Create pagination-nav.js

    Initial test file
    tmorehouse committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    0cf12a6 View commit details
    Browse the repository at this point in the history
  4. [pagination-nav] allow custom page button content

    Allow user to render custom content (non-html) for page link buttons
    
    added new prop `page-gen` which accepts a function reference.  The function will be passed the page number (indexed starting from 1), and should return a string (html not supported).  If no page-gen function is provided then default content is the page number.
    tmorehouse committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    f53c607 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    792d712 View commit details
    Browse the repository at this point in the history